#E9A0CC

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

Shades of Shocking #E9A0CC

Tints of Shocking #E9A0CC

Color information

#E9A0CC (or 0xE9A0CC) is unknown color: approx Shocking. HEX triplet: E9, A0 and CC. RGB value is (233,160,204). Sum of RGB (Red+Green+Blue) = 233+160+204=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A0CC is #165F33. Grayscale: #BABABA. Windows color (decimal): -1466164 or 13410537. OLE color: 13410537.

HSL color Cylindrical-coordinate representation of color #E9A0CC: hue angle of 323.84º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E9A0CC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233160204-
CMYK00.310.120.09
HSL323.84º62.39%77.06%-
HSV(B)323.84º31.33%91.37%-
XYZ57.0746.8263.16-
YUV186.84137.68160.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.03%
GREEN value IS 160 (62.89% from 255) = 26.80%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=39.03%
G=26.80%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316020400.310.120.09323.8462.3977.06
HexE9A0CC01FC91443e4d
Octal351240314037141150476115
Binary111010011010000011001100011111110010011010001001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A0CC; }

 p { color: rgb(233,160,204); }

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

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

 a { background-color: rgb(233,160,204); }

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

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

 span { border-color: rgb(233,160,204); }

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