Html Css Color HEX #EE0C8C Deep Pink

📋 copy color: '#EE0C8C'

red 238 ◦ green 12 ◦ blue 140

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

Shades of Deep Pink #EE0C8C

Tints of Deep Pink #EE0C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 61.03%
G = 3.08%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE0C8C (or 0xEE0C8C) is known color: Deep Pink. HEX triplet: EE, 0C and 8C. RGB value is (238,12,140). Sum of RGB (Red+Green+Blue) = 238+12+140=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0C8C is #11F373. Grayscale: #5D5D5D. Windows color (decimal): -1176436 or 9178350. OLE color: 9178350.

HSL color Cylindrical-coordinate representation of color #EE0C8C: hue angle of 326.02º 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 #EE0C8C is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 12 140 -
CMYK 0 0.95 0.41 0.07
HSL 326.02º 0.9% 0.49% -
HSV(B) 326.02º 0.95% 0.93% -
XYZ 40.13 20.33 26.62 -
YUV 94.17 153.87 230.59 -
System Red Green Blue C M Y K H S L
Decimal 238 12 140 0 0.95 0.41 0.07 326.02 0.9 0.49
Hex EE C 8C 0 5F 29 7 146 5A 31
Octal 356 14 214 0 137 51 7 506 132 61
Binary 11101110 1100 10001100 0 1011111 101001 111 101000110 1011010 110001

Color Harmonies of #EE0C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C8C

Black with #EE0C8C

Text Example


Text Example

White with #EE0C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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