#E9A6BD

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

Shades of Shocking #E9A6BD

Tints of Shocking #E9A6BD

Color information

#E9A6BD (or 0xE9A6BD) is unknown color: approx Shocking. HEX triplet: E9, A6 and BD. RGB value is (233,166,189). Sum of RGB (Red+Green+Blue) = 233+166+189=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A6BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A6BD is #165942. Grayscale: #BCBCBC. Windows color (decimal): -1464643 or 12429033. OLE color: 12429033.

HSL color Cylindrical-coordinate representation of color #E9A6BD: hue angle of 339.4º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9A6BD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233166189-
CMYK00.290.190.09
HSL339.4º60.36%78.24%-
HSV(B)339.4º28.76%91.37%-
XYZ56.4348.2754.49-
YUV188.65128.2159.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.63%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=39.63%
G=28.23%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316618900.290.190.09339.460.3678.24
HexE9A6BD01D1391533c4e
Octal351246275035231152374116
Binary1110100110100110101111010111011001110011010100111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A6BD; }

 p { color: rgb(233,166,189); }

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

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

 a { background-color: rgb(233,166,189); }

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

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

 span { border-color: rgb(233,166,189); }

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