Shades of Shocking #E7A0BE
Tints of Shocking #E7A0BE
RGB
CMYK
RGB Variations
Color information
#E7A0BE (or 0xE7A0BE) is known color: Shocking. HEX triplet: E7, A0 and BE. RGB value is (231,160,190). Sum of RGB (Red+Green+Blue) = 231+160+190=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0BE is #185F41. Grayscale: #B8B8B8. Windows color (decimal): -1597250 or 12493031. OLE color: 12493031.
HSL color Cylindrical-coordinate representation of color #E7A0BE: hue angle of 334.65º 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 #E7A0BE is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 190 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.09 |
| HSL | 334.65º | 0.6% | 0.77% | - |
| HSV(B) | 334.65º | 0.31% | 0.91% | - |
| XYZ | 54.82 | 45.85 | 54.68 | - |
| YUV | 184.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 190 | 0 | 0.31 | 0.18 | 0.09 | 334.65 | 0.6 | 0.77 |
| Hex | E7 | A0 | BE | 0 | 1F | 12 | 9 | 14F | 3C | 4D |
| Octal | 347 | 240 | 276 | 0 | 37 | 22 | 11 | 517 | 74 | 115 |
| Binary | 11100111 | 10100000 | 10111110 | 0 | 11111 | 10010 | 1001 | 101001111 | 111100 | 1001101 |
Color Harmonies of #E7A0BE
Complementary color
Monochromatic Colors of #E7A0BE
Black with #E7A0BE
Text Example
Text Example
White with #E7A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0BE; }
p { color: rgb(231,160,190); }
H1.HeaderClassName
{
color: #E7A0BE;
}
.AnyTagClassName
{
color: #E7A0BE;
}
</style>
background-color css
<style>
a { background-color: #E7A0BE; }
a { background-color: rgb(231,160,190); }
div.DivClassName
{
background-color: #E7A0BE;
}
.BgClassName
{
background-color: #E7A0BE;
}
</style>
border-color css
<style>
span { border-color: #E7A0BE; }
span { border-color: rgb(231,160,190); }
td.TdClassName
{
border-color: #E7A0BE;
}
.TagClassName
{
border-color: #E7A0BE;
}
</style>