color codes Logo

#ee19cc color codes

#EE19CC
(238,25,204)
0 Favorites   0 Comments

Color spaces of #ee19cc

RGB 23825204
HSL0.860.860.52
HSV310°89°93°
CMYK 0.000.890.14   0.07
XYZ46.506623.232059.1598
Yxy23.23200.36080.1802
Hunter Lab48.199687.8810-39.0324
CIE-Lab55.310586.6264-40.2504

#ee19cc color RGB value is (238,25,204).

#ee19cc hex color red value is 238, green value is 25 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ee19cc hue: 0.86 , saturation: 0.86 and the lightness value of ee19cc is 0.52.

The process color (four color CMYK) of #ee19cc color code is 0.00, 0.89, 0.14, 0.07. Web safe color of #ee19cc is #ff00cc. Color #ee19cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011001 11001100
Octal 356 31 314
Decimal 238 25 204
Hex EE 19 CC

RGB Percentages of Color #ee19cc

%50.96
%5.35
%43.68

CMYK Percentages of Color #ee19cc

%0
%89
%14
%7

Triadic Colors of #ee19cc

#ee19cc #ccee19 #19ccee

Analogous Colors of #ee19cc

#ee19cc #ee1961 #a619ee

Monochromatic Colors of #ee19cc

#ee19cc

Complementary Color

#ee19cc #19ee3b

#ee19cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee19cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee19cc Color CSS Codes

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

#ee19cc Text Font Color

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

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


#ee19cc Background Color

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

This div background color is #ee19cc


#ee19cc Border Color

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

This div border color is #ee19cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,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 #ee19cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee19cc


Comments

No comments written yet.

Please login to write comment.