#E9A6BE

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

Shades of Shocking #E9A6BE

Tints of Shocking #E9A6BE

Color information

#E9A6BE (or 0xE9A6BE) is unknown color: approx Shocking. HEX triplet: E9, A6 and BE. RGB value is (233,166,190). Sum of RGB (Red+Green+Blue) = 233+166+190=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A6BE is #165941. Grayscale: #BCBCBC. Windows color (decimal): -1464642 or 12494569. OLE color: 12494569.

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

Color convert

RGB233166190-
CMYK00.290.180.09
HSL338.51º60.36%78.24%-
HSV(B)338.51º28.76%91.37%-
XYZ56.5348.3155.06-
YUV188.77128.7159.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 166 (65.23% from 255) = 28.18%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=39.56%
G=28.18%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316619000.290.180.09338.5160.3678.24
HexE9A6BE01D1291533c4e
Octal351246276035221152374116
Binary1110100110100110101111100111011001010011010100111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A6BE; }

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

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

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

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

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

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

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

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