#E9A6BA

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

Shades of Shocking #E9A6BA

Tints of Shocking #E9A6BA

Color information

#E9A6BA (or 0xE9A6BA) is unknown color: approx Shocking. HEX triplet: E9, A6 and BA. RGB value is (233,166,186). Sum of RGB (Red+Green+Blue) = 233+166+186=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A6BA is #165945. Grayscale: #BCBCBC. Windows color (decimal): -1464646 or 12232425. OLE color: 12232425.

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

Color convert

RGB233166186-
CMYK00.290.200.09
HSL342.09º60.36%78.24%-
HSV(B)342.09º28.76%91.37%-
XYZ56.148.1452.79-
YUV188.31126.7159.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.83%
GREEN value IS 166 (65.23% from 255) = 28.38%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=39.83%
G=28.38%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316618600.290.200.09342.0960.3678.24
HexE9A6BA01D1491563c4e
Octal351246272035241152674116
Binary1110100110100110101110100111011010010011010101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A6BA; }

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

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

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

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

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

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

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

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