Shades of Shocking #E9A5BB
Tints of Shocking #E9A5BB
RGB
CMYK
RGB Variations
Color information
#E9A5BB (or 0xE9A5BB) is known color: Shocking. HEX triplet: E9, A5 and BB. RGB value is (233,165,187). Sum of RGB (Red+Green+Blue) = 233+165+187=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A5BB is #165A44. Grayscale: #BBBBBB. Windows color (decimal): -1464901 or 12297705. OLE color: 12297705.
HSL color Cylindrical-coordinate representation of color #E9A5BB: hue angle of 340.59º degrees, saturation: 0.61, 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 #E9A5BB is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 187 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.09 |
| HSL | 340.59º | 0.61% | 0.78% | - |
| HSV(B) | 340.59º | 0.29% | 0.91% | - |
| XYZ | 56.03 | 47.82 | 53.29 | - |
| YUV | 187.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 187 | 0 | 0.29 | 0.20 | 0.09 | 340.59 | 0.61 | 0.78 |
| Hex | E9 | A5 | BB | 0 | 1D | 14 | 9 | 155 | 3D | 4E |
| Octal | 351 | 245 | 273 | 0 | 35 | 24 | 11 | 525 | 75 | 116 |
| Binary | 11101001 | 10100101 | 10111011 | 0 | 11101 | 10100 | 1001 | 101010101 | 111101 | 1001110 |
Color Harmonies of #E9A5BB
Complementary color
Monochromatic Colors of #E9A5BB
Black with #E9A5BB
Text Example
Text Example
White with #E9A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A5BB; }
p { color: rgb(233,165,187); }
H1.HeaderClassName
{
color: #E9A5BB;
}
.AnyTagClassName
{
color: #E9A5BB;
}
</style>
background-color css
<style>
a { background-color: #E9A5BB; }
a { background-color: rgb(233,165,187); }
div.DivClassName
{
background-color: #E9A5BB;
}
.BgClassName
{
background-color: #E9A5BB;
}
</style>
border-color css
<style>
span { border-color: #E9A5BB; }
span { border-color: rgb(233,165,187); }
td.TdClassName
{
border-color: #E9A5BB;
}
.TagClassName
{
border-color: #E9A5BB;
}
</style>