#EE97CC

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

Shades of Shocking #EE97CC

Tints of Shocking #EE97CC

Color information

#EE97CC (or 0xEE97CC) is unknown color: approx Shocking. HEX triplet: EE, 97 and CC. RGB value is (238,151,204). Sum of RGB (Red+Green+Blue) = 238+151+204=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE97CC is #116833. Grayscale: #B6B6B6. Windows color (decimal): -1140788 or 13408238. OLE color: 13408238.

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

Color convert

RGB238151204-
CMYK00.370.140.07
HSL323.45º71.9%76.27%-
HSV(B)323.45º36.55%93.33%-
XYZ57.2344.6762.73-
YUV183.05139.82167.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 151 (59.38% from 255) = 25.46%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=40.13%
G=25.46%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815120400.370.140.07323.4571.976.27
HexEE97CC025E7143484c
Octal356227314045167503110114
Binary1110111010010111110011000100101111011110100001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE97CC; }

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

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

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

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

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

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

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

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