#EE96CE

Color #EE96CE Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EE96CE

Tints of Shocking #EE96CE

Color information

#EE96CE (or 0xEE96CE) is unknown color: approx Shocking. HEX triplet: EE, 96 and CE. RGB value is (238,150,206). Sum of RGB (Red+Green+Blue) = 238+150+206=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96CE is #116931. Grayscale: #B6B6B6. Windows color (decimal): -1141042 or 13539054. OLE color: 13539054.

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

Color convert

RGB238150206-
CMYK00.370.130.07
HSL321.82º72.13%76.08%-
HSV(B)321.82º36.97%93.33%-
XYZ57.3144.4563.95-
YUV182.7141.15167.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 150 (58.98% from 255) = 25.25%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=40.07%
G=25.25%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815020600.370.130.07321.8272.1376.08
HexEE96CE025D7142484c
Octal356226316045157502110114
Binary1110111010010110110011100100101110111110100001010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE96CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE96CE; }

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

 H1.HeaderClassName
 {
   color: #EE96CE;
 }
 .AnyTagClassName
 {
   color: #EE96CE;
 }
</style>
background-color css

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

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

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

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

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

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