#E9A4BB

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

Shades of Shocking #E9A4BB

Tints of Shocking #E9A4BB

Color information

#E9A4BB (or 0xE9A4BB) is unknown color: approx Shocking. HEX triplet: E9, A4 and BB. RGB value is (233,164,187). Sum of RGB (Red+Green+Blue) = 233+164+187=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A4BB is #165B44. Grayscale: #BBBBBB. Windows color (decimal): -1465157 or 12297449. OLE color: 12297449.

HSL color Cylindrical-coordinate representation of color #E9A4BB: hue angle of 340º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A4BB is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB233164187-
CMYK00.300.200.09
HSL340º61.06%77.84%-
HSV(B)340º29.61%91.37%-
XYZ55.8547.4653.23-
YUV187.25127.86160.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.90%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=39.90%
G=28.08%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316418700.300.200.0934061.0677.84
HexE9A4BB01E1491543d4e
Octal351244273036241152475116
Binary1110100110100100101110110111101010010011010101001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A4BB; }

 p { color: rgb(233,164,187); }

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

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

 a { background-color: rgb(233,164,187); }

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

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

 span { border-color: rgb(233,164,187); }

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