#EE96C4

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

Shades of Shocking #EE96C4

Tints of Shocking #EE96C4

Color information

#EE96C4 (or 0xEE96C4) is unknown color: approx Shocking. HEX triplet: EE, 96 and C4. RGB value is (238,150,196). Sum of RGB (Red+Green+Blue) = 238+150+196=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE96C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE96C4 is #11693B. Grayscale: #B5B5B5. Windows color (decimal): -1141052 or 12883694. OLE color: 12883694.

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

Color convert

RGB238150196-
CMYK00.370.180.07
HSL328.64º72.13%76.08%-
HSV(B)328.64º36.97%93.33%-
XYZ56.1343.9857.75-
YUV181.56136.15168.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=40.75%
G=25.68%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815019600.370.180.07328.6472.1376.08
HexEE96C4025127149484c
Octal356226304045227511110114
Binary11101110100101101100010001001011001011110100100110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE96C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE96C4; }

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

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

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

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

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

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

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

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