Color Hex Logo

#e219ca Color Hex

#E219CA
(226,25,202)
0 Favorites   0 Comments

Color spaces of #e219ca

RGB 22625202
HSL0.850.800.49
HSV307°89°89°
CMYK 0.000.890.11   0.11
XYZ42.372321.128357.7220
Yxy21.12830.34950.1743
Hunter Lab45.965584.1066-42.2786
CIE-Lab53.089684.1599-42.7465

#e219ca color RGB value is (226,25,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 11001010
Octal 342 31 312
Decimal 226 25 202
Hex E2 19 CA

RGB Percentages of Color #e219ca

%49.89
%5.52
%44.59

CMYK Percentages of Color #e219ca

%0
%89
%11
%11

Triadic Colors of #e219ca

#e219ca #cae219 #19cae2

Analogous Colors of #e219ca

#e219ca #e21966 #9619e2

Monochromatic Colors of #e219ca

#e219ca

Complementary Color

#e219ca #19e231

#e219ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e219ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e219ca Color CSS Codes

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

#e219ca Text Font Color

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

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


#e219ca Background Color

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

This div background color is #e219ca


#e219ca Border Color

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

This div border color is #e219ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e219ca


Comments

No comments written yet.

Please login to write comment.