#E9A0C6

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

Shades of Shocking #E9A0C6

Tints of Shocking #E9A0C6

Color information

#E9A0C6 (or 0xE9A0C6) is unknown color: approx Shocking. HEX triplet: E9, A0 and C6. RGB value is (233,160,198). Sum of RGB (Red+Green+Blue) = 233+160+198=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A0C6 is #165F39. Grayscale: #BABABA. Windows color (decimal): -1466170 or 13017321. OLE color: 13017321.

HSL color Cylindrical-coordinate representation of color #E9A0C6: hue angle of 328.77º 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 #E9A0C6 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB233160198-
CMYK00.310.150.09
HSL328.77º62.39%77.06%-
HSV(B)328.77º31.33%91.37%-
XYZ56.3746.5459.44-
YUV186.16134.68161.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.42%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=39.42%
G=27.07%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316019800.310.150.09328.7762.3977.06
HexE9A0C601FF91493e4d
Octal351240306037171151176115
Binary111010011010000011000110011111111110011010010011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A0C6; }

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

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

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

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

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

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

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

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