Color Hex Logo

#e219cc Color Hex

#E219CC
(226,25,204)
0 Favorites   0 Comments

Color spaces of #e219cc

RGB 22625204
HSL0.850.800.49
HSV307°89°89°
CMYK 0.000.890.10   0.11
XYZ42.610721.223658.9775
Yxy21.22360.34700.1728
Hunter Lab46.069184.4792-43.6545
CIE-Lab53.193384.4278-43.7328

#e219cc color RGB value is (226,25,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011001 11001100
Octal 342 31 314
Decimal 226 25 204
Hex E2 19 CC

RGB Percentages of Color #e219cc

%49.67
%5.49
%44.84

CMYK Percentages of Color #e219cc

%0
%89
%10
%11

Triadic Colors of #e219cc

#e219cc #cce219 #19cce2

Analogous Colors of #e219cc

#e219cc #e21968 #9419e2

Monochromatic Colors of #e219cc

#e219cc

Complementary Color

#e219cc #19e22f

#e219cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e219cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e219cc Color CSS Codes

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

#e219cc Text Font Color

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

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


#e219cc Background Color

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

This div background color is #e219cc


#e219cc Border Color

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

This div border color is #e219cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e219cc


Comments

No comments written yet.

Please login to write comment.