Html Css Color HEX #EE0C91 Deep Pink

📋 copy color: '#EE0C91'

red 238 ◦ green 12 ◦ blue 145

#EE0C91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #EE0C91

Tints of Deep Pink #EE0C91

RGB

 RED value IS 238 (93.36% from 255) = 60.25%

 GREEN value IS 12 (5.08% from 255) = 3.04%

 BLUE value IS 145 (57.03% from 255) = 36.71%

R = 60.25%
G = 3.04%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE0C91 (or 0xEE0C91) is known color: Deep Pink. HEX triplet: EE, 0C and 91. RGB value is (238,12,145). Sum of RGB (Red+Green+Blue) = 238+12+145=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0C91 is #11F36E. Grayscale: #5E5E5E. Windows color (decimal): -1176431 or 9506030. OLE color: 9506030.

HSL color Cylindrical-coordinate representation of color #EE0C91: hue angle of 324.69º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C91 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 12 145 -
CMYK 0 0.95 0.39 0.07
HSL 324.69º 0.9% 0.49% -
HSV(B) 324.69º 0.95% 0.93% -
XYZ 40.5 20.48 28.61 -
YUV 94.74 156.37 230.19 -
System Red Green Blue C M Y K H S L
Decimal 238 12 145 0 0.95 0.39 0.07 324.69 0.9 0.49
Hex EE C 91 0 5F 27 7 145 5A 31
Octal 356 14 221 0 137 47 7 505 132 61
Binary 11101110 1100 10010001 0 1011111 100111 111 101000101 1011010 110001

Color Harmonies of #EE0C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C91

Black with #EE0C91

Text Example


Text Example

White with #EE0C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C91; }

 p { color: rgb(238,12,145); }

 H1.HeaderClassName
 {
   color: #EE0C91;
 }
 .AnyTagClassName
 {
   color: #EE0C91;
 }
</style>

background-color css

<style>
 a { background-color: #EE0C91; }

 a { background-color: rgb(238,12,145); }

 div.DivClassName
 {
   background-color: #EE0C91;
 }
 .BgClassName
 {
   background-color: #EE0C91;
 }
</style>

border-color css

<style>
 span { border-color: #EE0C91; }

 span { border-color: rgb(238,12,145); }

 td.TdClassName
 {
   border-color: #EE0C91;
 }
 .TagClassName
 {
   border-color: #EE0C91;
 }
</style>