Html Css Color HEX #EE0CC8 Shocking Pink

📋 copy color: '#EE0CC8'

red 238 ◦ green 12 ◦ blue 200

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

Shades of Shocking Pink #EE0CC8

Tints of Shocking Pink #EE0CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.44%

R = 52.89%
G = 2.67%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE0CC8 (or 0xEE0CC8) is known color: Shocking Pink. HEX triplet: EE, 0C and C8. RGB value is (238,12,200). Sum of RGB (Red+Green+Blue) = 238+12+200=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0CC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0CC8 is #11F337. Grayscale: #646464. Windows color (decimal): -1176376 or 13110510. OLE color: 13110510.

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

Color convert

RGB 238 12 200 -
CMYK 0 0.95 0.16 0.07
HSL 310.09º 0.9% 0.49% -
HSV(B) 310.09º 0.95% 0.93% -
XYZ 45.82 22.61 56.59 -
YUV 101.01 183.87 225.71 -
System Red Green Blue C M Y K H S L
Decimal 238 12 200 0 0.95 0.16 0.07 310.09 0.9 0.49
Hex EE C C8 0 5F 10 7 136 5A 31
Octal 356 14 310 0 137 20 7 466 132 61
Binary 11101110 1100 11001000 0 1011111 10000 111 100110110 1011010 110001

Color Harmonies of #EE0CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CC8

Black with #EE0CC8

Text Example


Text Example

White with #EE0CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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