Shades of Shocking #E9A0BC
Tints of Shocking #E9A0BC
RGB
CMYK
RGB Variations
Color information
#E9A0BC (or 0xE9A0BC) is known color: Shocking. HEX triplet: E9, A0 and BC. RGB value is (233,160,188). Sum of RGB (Red+Green+Blue) = 233+160+188=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A0BC is #165F43. Grayscale: #B8B8B8. Windows color (decimal): -1466180 or 12361961. OLE color: 12361961.
HSL color Cylindrical-coordinate representation of color #E9A0BC: hue angle of 336.99º 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 #E9A0BC is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 188 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.09 |
| HSL | 336.99º | 0.62% | 0.77% | - |
| HSV(B) | 336.99º | 0.31% | 0.91% | - |
| XYZ | 55.25 | 46.1 | 53.56 | - |
| YUV | 185.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 188 | 0 | 0.31 | 0.19 | 0.09 | 336.99 | 0.62 | 0.77 |
| Hex | E9 | A0 | BC | 0 | 1F | 13 | 9 | 151 | 3E | 4D |
| Octal | 351 | 240 | 274 | 0 | 37 | 23 | 11 | 521 | 76 | 115 |
| Binary | 11101001 | 10100000 | 10111100 | 0 | 11111 | 10011 | 1001 | 101010001 | 111110 | 1001101 |
Color Harmonies of #E9A0BC
Complementary color
Monochromatic Colors of #E9A0BC
Black with #E9A0BC
Text Example
Text Example
White with #E9A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A0BC; }
p { color: rgb(233,160,188); }
H1.HeaderClassName
{
color: #E9A0BC;
}
.AnyTagClassName
{
color: #E9A0BC;
}
</style>
background-color css
<style>
a { background-color: #E9A0BC; }
a { background-color: rgb(233,160,188); }
div.DivClassName
{
background-color: #E9A0BC;
}
.BgClassName
{
background-color: #E9A0BC;
}
</style>
border-color css
<style>
span { border-color: #E9A0BC; }
span { border-color: rgb(233,160,188); }
td.TdClassName
{
border-color: #E9A0BC;
}
.TagClassName
{
border-color: #E9A0BC;
}
</style>