#EE9ACE

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

Shades of Shocking #EE9ACE

Tints of Shocking #EE9ACE

Color information

#EE9ACE (or 0xEE9ACE) is unknown color: approx Shocking. HEX triplet: EE, 9A and CE. RGB value is (238,154,206). Sum of RGB (Red+Green+Blue) = 238+154+206=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ACE is #116531. Grayscale: #B8B8B8. Windows color (decimal): -1140018 or 13540078. OLE color: 13540078.

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

Color convert

RGB238154206-
CMYK00.350.130.07
HSL322.86º71.19%76.86%-
HSV(B)322.86º35.29%93.33%-
XYZ57.9645.7464.17-
YUV185.04139.83165.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=39.80%
G=25.75%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815420600.350.130.07322.8671.1976.86
HexEE9ACE023D7143474d
Octal356232316043157503107115
Binary1110111010011010110011100100011110111110100001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9ACE; }

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

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

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

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

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

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

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

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