Shades of Shocking #E7A0BA
Tints of Shocking #E7A0BA
RGB
CMYK
RGB Variations
Color information
#E7A0BA (or 0xE7A0BA) is known color: Shocking. HEX triplet: E7, A0 and BA. RGB value is (231,160,186). Sum of RGB (Red+Green+Blue) = 231+160+186=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0BA is #185F45. Grayscale: #B8B8B8. Windows color (decimal): -1597254 or 12230887. OLE color: 12230887.
HSL color Cylindrical-coordinate representation of color #E7A0BA: hue angle of 338.03º 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 #E7A0BA is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 186 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.09 |
| HSL | 338.03º | 0.6% | 0.77% | - |
| HSV(B) | 338.03º | 0.31% | 0.91% | - |
| XYZ | 54.39 | 45.68 | 52.4 | - |
| YUV | 184.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 186 | 0 | 0.31 | 0.19 | 0.09 | 338.03 | 0.6 | 0.77 |
| Hex | E7 | A0 | BA | 0 | 1F | 13 | 9 | 152 | 3C | 4D |
| Octal | 347 | 240 | 272 | 0 | 37 | 23 | 11 | 522 | 74 | 115 |
| Binary | 11100111 | 10100000 | 10111010 | 0 | 11111 | 10011 | 1001 | 101010010 | 111100 | 1001101 |
Color Harmonies of #E7A0BA
Complementary color
Monochromatic Colors of #E7A0BA
Black with #E7A0BA
Text Example
Text Example
White with #E7A0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0BA; }
p { color: rgb(231,160,186); }
H1.HeaderClassName
{
color: #E7A0BA;
}
.AnyTagClassName
{
color: #E7A0BA;
}
</style>
background-color css
<style>
a { background-color: #E7A0BA; }
a { background-color: rgb(231,160,186); }
div.DivClassName
{
background-color: #E7A0BA;
}
.BgClassName
{
background-color: #E7A0BA;
}
</style>
border-color css
<style>
span { border-color: #E7A0BA; }
span { border-color: rgb(231,160,186); }
td.TdClassName
{
border-color: #E7A0BA;
}
.TagClassName
{
border-color: #E7A0BA;
}
</style>