Shades of Shocking #E8A6CE
Tints of Shocking #E8A6CE
RGB
CMYK
RGB Variations
Color information
#E8A6CE (or 0xE8A6CE) is known color: Shocking. HEX triplet: E8, A6 and CE. RGB value is (232,166,206). Sum of RGB (Red+Green+Blue) = 232+166+206=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A6CE is #175931. Grayscale: #BEBEBE. Windows color (decimal): -1530162 or 13543144. OLE color: 13543144.
HSL color Cylindrical-coordinate representation of color #E8A6CE: hue angle of 323.64º 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 #E8A6CE is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 166 | 206 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.09 |
| HSL | 323.64º | 0.59% | 0.78% | - |
| HSV(B) | 323.64º | 0.28% | 0.91% | - |
| XYZ | 58.06 | 48.88 | 64.77 | - |
| YUV | 190.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 166 | 206 | 0 | 0.28 | 0.11 | 0.09 | 323.64 | 0.59 | 0.78 |
| Hex | E8 | A6 | CE | 0 | 1C | B | 9 | 144 | 3B | 4E |
| Octal | 350 | 246 | 316 | 0 | 34 | 13 | 11 | 504 | 73 | 116 |
| Binary | 11101000 | 10100110 | 11001110 | 0 | 11100 | 1011 | 1001 | 101000100 | 111011 | 1001110 |
Color Harmonies of #E8A6CE
Complementary color
Monochromatic Colors of #E8A6CE
Black with #E8A6CE
Text Example
Text Example
White with #E8A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A6CE; }
p { color: rgb(232,166,206); }
H1.HeaderClassName
{
color: #E8A6CE;
}
.AnyTagClassName
{
color: #E8A6CE;
}
</style>
background-color css
<style>
a { background-color: #E8A6CE; }
a { background-color: rgb(232,166,206); }
div.DivClassName
{
background-color: #E8A6CE;
}
.BgClassName
{
background-color: #E8A6CE;
}
</style>
border-color css
<style>
span { border-color: #E8A6CE; }
span { border-color: rgb(232,166,206); }
td.TdClassName
{
border-color: #E8A6CE;
}
.TagClassName
{
border-color: #E8A6CE;
}
</style>