Shades of Shocking #E8A6BC
Tints of Shocking #E8A6BC
RGB
CMYK
RGB Variations
Color information
#E8A6BC (or 0xE8A6BC) is known color: Shocking. HEX triplet: E8, A6 and BC. RGB value is (232,166,188). Sum of RGB (Red+Green+Blue) = 232+166+188=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A6BC is #175943. Grayscale: #BCBCBC. Windows color (decimal): -1530180 or 12363496. OLE color: 12363496.
HSL color Cylindrical-coordinate representation of color #E8A6BC: hue angle of 340º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A6BC is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 166 | 188 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.09 |
| HSL | 340º | 0.59% | 0.78% | - |
| HSV(B) | 340º | 0.28% | 0.91% | - |
| XYZ | 55.99 | 48.06 | 53.9 | - |
| YUV | 188.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 166 | 188 | 0 | 0.28 | 0.19 | 0.09 | 340 | 0.59 | 0.78 |
| Hex | E8 | A6 | BC | 0 | 1C | 13 | 9 | 154 | 3B | 4E |
| Octal | 350 | 246 | 274 | 0 | 34 | 23 | 11 | 524 | 73 | 116 |
| Binary | 11101000 | 10100110 | 10111100 | 0 | 11100 | 10011 | 1001 | 101010100 | 111011 | 1001110 |
Color Harmonies of #E8A6BC
Complementary color
Monochromatic Colors of #E8A6BC
Black with #E8A6BC
Text Example
Text Example
White with #E8A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A6BC; }
p { color: rgb(232,166,188); }
H1.HeaderClassName
{
color: #E8A6BC;
}
.AnyTagClassName
{
color: #E8A6BC;
}
</style>
background-color css
<style>
a { background-color: #E8A6BC; }
a { background-color: rgb(232,166,188); }
div.DivClassName
{
background-color: #E8A6BC;
}
.BgClassName
{
background-color: #E8A6BC;
}
</style>
border-color css
<style>
span { border-color: #E8A6BC; }
span { border-color: rgb(232,166,188); }
td.TdClassName
{
border-color: #E8A6BC;
}
.TagClassName
{
border-color: #E8A6BC;
}
</style>