Html Css Color HEX #EE0C7C Deep Pink

📋 copy color: '#EE0C7C'

red 238 ◦ green 12 ◦ blue 124

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

Shades of Deep Pink #EE0C7C

Tints of Deep Pink #EE0C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 63.64%
G = 3.21%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE0C7C (or 0xEE0C7C) is known color: Deep Pink. HEX triplet: EE, 0C and 7C. RGB value is (238,12,124). Sum of RGB (Red+Green+Blue) = 238+12+124=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C7C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0C7C is #11F383. Grayscale: #5C5C5C. Windows color (decimal): -1176452 or 8129774. OLE color: 8129774.

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

Color convert

RGB 238 12 124 -
CMYK 0 0.95 0.48 0.07
HSL 330.27º 0.9% 0.49% -
HSV(B) 330.27º 0.95% 0.93% -
XYZ 39.03 19.9 20.85 -
YUV 92.34 145.87 231.89 -
System Red Green Blue C M Y K H S L
Decimal 238 12 124 0 0.95 0.48 0.07 330.27 0.9 0.49
Hex EE C 7C 0 5F 30 7 14A 5A 31
Octal 356 14 174 0 137 60 7 512 132 61
Binary 11101110 1100 1111100 0 1011111 110000 111 101001010 1011010 110001

Color Harmonies of #EE0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C7C

Black with #EE0C7C

Text Example


Text Example

White with #EE0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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