#EE9ACC

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

Shades of Shocking #EE9ACC

Tints of Shocking #EE9ACC

Color information

#EE9ACC (or 0xEE9ACC) is unknown color: approx Shocking. HEX triplet: EE, 9A and CC. RGB value is (238,154,204). Sum of RGB (Red+Green+Blue) = 238+154+204=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ACC is #116533. Grayscale: #B8B8B8. Windows color (decimal): -1140020 or 13409006. OLE color: 13409006.

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

Color convert

RGB238154204-
CMYK00.350.140.07
HSL324.29º71.19%76.86%-
HSV(B)324.29º35.29%93.33%-
XYZ57.7145.6562.9-
YUV184.82138.83165.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 154 (60.55% from 255) = 25.84%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=39.93%
G=25.84%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815420400.350.140.07324.2971.1976.86
HexEE9ACC023E7144474d
Octal356232314043167504107115
Binary1110111010011010110011000100011111011110100010010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9ACC; }

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

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

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

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

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

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

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

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