color codes Logo

#e90ffe color codes

#E90FFE
(233,15,254)
0 Favorites   0 Comments

Color spaces of #e90ffe

RGB 23315254
HSL0.820.990.53
HSV295°94°100°
CMYK 0.080.940.00   0.00
XYZ51.664524.821095.8338
Yxy24.82100.29980.1440
Hunter Lab49.820797.9199-79.1743
CIE-Lab56.900693.8307-65.9773

#e90ffe color RGB value is (233,15,254).

#e90ffe hex color red value is 233, green value is 15 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e90ffe hue: 0.82 , saturation: 0.99 and the lightness value of e90ffe is 0.53.

The process color (four color CMYK) of #e90ffe color code is 0.08, 0.94, 0.00, 0.00. Web safe color of #e90ffe is #ff00ff. Color #e90ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00001111 11111110
Octal 351 17 376
Decimal 233 15 254
Hex E9 F FE

RGB Percentages of Color #e90ffe

%46.41
%2.99
%50.60

CMYK Percentages of Color #e90ffe

%8
%94
%0
%0

Triadic Colors of #e90ffe

#e90ffe #fee90f #0ffee9

Analogous Colors of #e90ffe

#e90ffe #fe0f9c #720ffe

Monochromatic Colors of #e90ffe

#e90ffe

Complementary Color

#e90ffe #24fe0f

#e90ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90ffe Color CSS Codes

.mybgcolor {background-color:#e90ffe; } 
.myforecolor {color:#e90ffe; }
.mybordercolor {border:3px solid #e90ffe; }

#e90ffe Text Font Color

<p style="color:#e90ffe">Text here</p>

This sample text font color is #e90ffe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e90ffe Background Color

<div style="background-color:#e90ffe">
Div content here</div>

This div background color is #e90ffe


#e90ffe Border Color

<div style="border:3px solid #e90ffe">
Div here</div>

This div border color is #e90ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,15,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e90ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e90ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #e90ffe;
  box-shadow:         1px 1px 3px 2px #e90ffe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,15,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e90ffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e90ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #e90ffe;
  box-shadow:         1px 1px 3px 2px #e90ffe;">
Div content here</div>

This div box has shadow with color #e90ffe


Comments

No comments written yet.

Please login to write comment.