Color Hex Logo

#e2019f Color Hex

#E2019F
(226,1,159)
0 Favorites   0 Comments

Color spaces of #e2019f

RGB 2261159
HSL0.880.990.45
HSV318°100°89°
CMYK 0.001.000.30   0.11
XYZ37.632918.693734.4257
Yxy18.69370.41470.2060
Hunter Lab43.236279.7034-16.9428
CIE-Lab50.326981.2606-21.8936

#e2019f color RGB value is (226,1,159).

#e2019f hex color red value is 226, green value is 1 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e2019f hue: 0.88 , saturation: 0.99 and the lightness value of e2019f is 0.45.

The process color (four color CMYK) of #e2019f color hex is 0.00, 1.00, 0.30, 0.11. Web safe color of #e2019f is #cc0099. Color #e2019f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000001 10011111
Octal 342 1 237
Decimal 226 1 159
Hex E2 1 9F

RGB Percentages of Color #e2019f

%58.55
%0.26
%41.19

CMYK Percentages of Color #e2019f

%0
%100
%30
%11

Triadic Colors of #e2019f

#e2019f #9fe201 #019fe2

Analogous Colors of #e2019f

#e2019f #e2012f #b501e2

Monochromatic Colors of #e2019f

#e2019f

Complementary Color

#e2019f #01e244

#e2019f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2019f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2019f Color CSS Codes

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

#e2019f Text Font Color

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

This sample text font color is #e2019f
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.


#e2019f Background Color

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

This div background color is #e2019f


#e2019f Border Color

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

This div border color is #e2019f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,1,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2019f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2019f;
  -webkit-box-shadow: 1px 1px 3px 2px #e2019f;
  box-shadow:         1px 1px 3px 2px #e2019f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,1,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2019f


Comments

No comments written yet.

Please login to write comment.