Color Hex Logo

#e219a0 Color Hex

#E219A0
(226,25,160)
0 Favorites   0 Comments

Color spaces of #e219a0

RGB 22625160
HSL0.890.800.49
HSV320°89°89°
CMYK 0.000.890.29   0.11
XYZ38.056819.402134.9969
Yxy19.40210.41160.2099
Hunter Lab44.047877.1382-16.2737
CIE-Lab51.154479.0674-21.2164

#e219a0 color RGB value is (226,25,160).

#e219a0 hex color red value is 226, green value is 25 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #e219a0 hue: 0.89 , saturation: 0.80 and the lightness value of e219a0 is 0.49.

The process color (four color CMYK) of #e219a0 color hex is 0.00, 0.89, 0.29, 0.11. Web safe color of #e219a0 is #cc0099. Color #e219a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 10100000
Octal 342 31 240
Decimal 226 25 160
Hex E2 19 A0

RGB Percentages of Color #e219a0

%54.99
%6.08
%38.93

CMYK Percentages of Color #e219a0

%0
%89
%29
%11

Triadic Colors of #e219a0

#e219a0 #a0e219 #19a0e2

Analogous Colors of #e219a0

#e219a0 #e2193b #c019e2

Monochromatic Colors of #e219a0

#e219a0

Complementary Color

#e219a0 #19e25b

#e219a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e219a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e219a0 Color CSS Codes

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

#e219a0 Text Font Color

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

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


#e219a0 Background Color

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

This div background color is #e219a0


#e219a0 Border Color

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

This div border color is #e219a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e219a0


Comments

No comments written yet.

Please login to write comment.