Html Css Color HEX #EE96CC Shocking

📋 copy color: '#EE96CC'

red 238 ◦ green 150 ◦ blue 204

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

Shades of Shocking #EE96CC

Tints of Shocking #EE96CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.34%

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

R = 40.2%
G = 25.34%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE96CC (or 0xEE96CC) is known color: Shocking. HEX triplet: EE, 96 and CC. RGB value is (238,150,204). Sum of RGB (Red+Green+Blue) = 238+150+204=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96CC is #116933. Grayscale: #B6B6B6. Windows color (decimal): -1141044 or 13407982. OLE color: 13407982.

HSL color Cylindrical-coordinate representation of color #EE96CC: hue angle of 323.18º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE96CC is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 150 204 -
CMYK 0 0.37 0.14 0.07
HSL 323.18º 0.72% 0.76% -
HSV(B) 323.18º 0.37% 0.93% -
XYZ 57.07 44.35 62.68 -
YUV 182.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 238 150 204 0 0.37 0.14 0.07 323.18 0.72 0.76
Hex EE 96 CC 0 25 E 7 143 48 4C
Octal 356 226 314 0 45 16 7 503 110 114
Binary 11101110 10010110 11001100 0 100101 1110 111 101000011 1001000 1001100

Color Harmonies of #EE96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE96CC

Black with #EE96CC

Text Example


Text Example

White with #EE96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE96CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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