Shades of Shocking #E7A6BF
Tints of Shocking #E7A6BF
RGB
CMYK
RGB Variations
Color information
#E7A6BF (or 0xE7A6BF) is known color: Shocking. HEX triplet: E7, A6 and BF. RGB value is (231,166,191). Sum of RGB (Red+Green+Blue) = 231+166+191=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A6BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A6BF is #185940. Grayscale: #BCBCBC. Windows color (decimal): -1595713 or 12560103. OLE color: 12560103.
HSL color Cylindrical-coordinate representation of color #E7A6BF: hue angle of 336.92º degrees, saturation: 0.58, 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 #E7A6BF is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 191 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.09 |
| HSL | 336.92º | 0.58% | 0.78% | - |
| HSV(B) | 336.92º | 0.28% | 0.91% | - |
| XYZ | 56 | 48.02 | 55.61 | - |
| YUV | 188.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 191 | 0 | 0.28 | 0.17 | 0.09 | 336.92 | 0.58 | 0.78 |
| Hex | E7 | A6 | BF | 0 | 1C | 11 | 9 | 151 | 3A | 4E |
| Octal | 347 | 246 | 277 | 0 | 34 | 21 | 11 | 521 | 72 | 116 |
| Binary | 11100111 | 10100110 | 10111111 | 0 | 11100 | 10001 | 1001 | 101010001 | 111010 | 1001110 |
Color Harmonies of #E7A6BF
Complementary color
Monochromatic Colors of #E7A6BF
Black with #E7A6BF
Text Example
Text Example
White with #E7A6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A6BF; }
p { color: rgb(231,166,191); }
H1.HeaderClassName
{
color: #E7A6BF;
}
.AnyTagClassName
{
color: #E7A6BF;
}
</style>
background-color css
<style>
a { background-color: #E7A6BF; }
a { background-color: rgb(231,166,191); }
div.DivClassName
{
background-color: #E7A6BF;
}
.BgClassName
{
background-color: #E7A6BF;
}
</style>
border-color css
<style>
span { border-color: #E7A6BF; }
span { border-color: rgb(231,166,191); }
td.TdClassName
{
border-color: #E7A6BF;
}
.TagClassName
{
border-color: #E7A6BF;
}
</style>