Shades of Shocking #E8A5BB
Tints of Shocking #E8A5BB
RGB
CMYK
RGB Variations
Color information
#E8A5BB (or 0xE8A5BB) is known color: Shocking. HEX triplet: E8, A5 and BB. RGB value is (232,165,187). Sum of RGB (Red+Green+Blue) = 232+165+187=584 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.73% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5BB is #175A44. Grayscale: #BBBBBB. Windows color (decimal): -1530437 or 12297704. OLE color: 12297704.
HSL color Cylindrical-coordinate representation of color #E8A5BB: hue angle of 340.3º degrees, saturation: 0.59, 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 #E8A5BB is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 165 | 187 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.09 |
| HSL | 340.3º | 0.59% | 0.78% | - |
| HSV(B) | 340.3º | 0.29% | 0.91% | - |
| XYZ | 55.7 | 47.65 | 53.28 | - |
| YUV | 187.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 165 | 187 | 0 | 0.29 | 0.19 | 0.09 | 340.3 | 0.59 | 0.78 |
| Hex | E8 | A5 | BB | 0 | 1D | 13 | 9 | 154 | 3B | 4E |
| Octal | 350 | 245 | 273 | 0 | 35 | 23 | 11 | 524 | 73 | 116 |
| Binary | 11101000 | 10100101 | 10111011 | 0 | 11101 | 10011 | 1001 | 101010100 | 111011 | 1001110 |
Color Harmonies of #E8A5BB
Complementary color
Monochromatic Colors of #E8A5BB
Black with #E8A5BB
Text Example
Text Example
White with #E8A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A5BB; }
p { color: rgb(232,165,187); }
H1.HeaderClassName
{
color: #E8A5BB;
}
.AnyTagClassName
{
color: #E8A5BB;
}
</style>
background-color css
<style>
a { background-color: #E8A5BB; }
a { background-color: rgb(232,165,187); }
div.DivClassName
{
background-color: #E8A5BB;
}
.BgClassName
{
background-color: #E8A5BB;
}
</style>
border-color css
<style>
span { border-color: #E8A5BB; }
span { border-color: rgb(232,165,187); }
td.TdClassName
{
border-color: #E8A5BB;
}
.TagClassName
{
border-color: #E8A5BB;
}
</style>