Html Css Color HEX #EE0CCC Shocking Pink

📋 copy color: '#EE0CCC'

red 238 ◦ green 12 ◦ blue 204

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

Shades of Shocking Pink #EE0CCC

Tints of Shocking Pink #EE0CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 52.42%
G = 2.64%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE0CCC (or 0xEE0CCC) is known color: Shocking Pink. HEX triplet: EE, 0C and CC. RGB value is (238,12,204). Sum of RGB (Red+Green+Blue) = 238+12+204=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CCC is #11F333. Grayscale: #646464. Windows color (decimal): -1176372 or 13372654. OLE color: 13372654.

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

Color convert

RGB 238 12 204 -
CMYK 0 0.95 0.14 0.07
HSL 309.03º 0.9% 0.49% -
HSV(B) 309.03º 0.95% 0.93% -
XYZ 46.29 22.8 59.09 -
YUV 101.46 185.87 225.39 -
System Red Green Blue C M Y K H S L
Decimal 238 12 204 0 0.95 0.14 0.07 309.03 0.9 0.49
Hex EE C CC 0 5F E 7 135 5A 31
Octal 356 14 314 0 137 16 7 465 132 61
Binary 11101110 1100 11001100 0 1011111 1110 111 100110101 1011010 110001

Color Harmonies of #EE0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CCC

Black with #EE0CCC

Text Example


Text Example

White with #EE0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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