Shades of Shocking #E7A0BC
Tints of Shocking #E7A0BC
RGB
CMYK
RGB Variations
Color information
#E7A0BC (or 0xE7A0BC) is known color: Shocking. HEX triplet: E7, A0 and BC. RGB value is (231,160,188). Sum of RGB (Red+Green+Blue) = 231+160+188=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0BC is #185F43. Grayscale: #B8B8B8. Windows color (decimal): -1597252 or 12361959. OLE color: 12361959.
HSL color Cylindrical-coordinate representation of color #E7A0BC: hue angle of 336.34º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0BC is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 188 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.09 |
| HSL | 336.34º | 0.6% | 0.77% | - |
| HSV(B) | 336.34º | 0.31% | 0.91% | - |
| XYZ | 54.6 | 45.76 | 53.53 | - |
| YUV | 184.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 188 | 0 | 0.31 | 0.19 | 0.09 | 336.34 | 0.6 | 0.77 |
| Hex | E7 | A0 | BC | 0 | 1F | 13 | 9 | 150 | 3C | 4D |
| Octal | 347 | 240 | 274 | 0 | 37 | 23 | 11 | 520 | 74 | 115 |
| Binary | 11100111 | 10100000 | 10111100 | 0 | 11111 | 10011 | 1001 | 101010000 | 111100 | 1001101 |
Color Harmonies of #E7A0BC
Complementary color
Monochromatic Colors of #E7A0BC
Black with #E7A0BC
Text Example
Text Example
White with #E7A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0BC; }
p { color: rgb(231,160,188); }
H1.HeaderClassName
{
color: #E7A0BC;
}
.AnyTagClassName
{
color: #E7A0BC;
}
</style>
background-color css
<style>
a { background-color: #E7A0BC; }
a { background-color: rgb(231,160,188); }
div.DivClassName
{
background-color: #E7A0BC;
}
.BgClassName
{
background-color: #E7A0BC;
}
</style>
border-color css
<style>
span { border-color: #E7A0BC; }
span { border-color: rgb(231,160,188); }
td.TdClassName
{
border-color: #E7A0BC;
}
.TagClassName
{
border-color: #E7A0BC;
}
</style>