Shades of Shocking #E7A2BA
Tints of Shocking #E7A2BA
RGB
CMYK
RGB Variations
Color information
#E7A2BA (or 0xE7A2BA) is known color: Shocking. HEX triplet: E7, A2 and BA. RGB value is (231,162,186). Sum of RGB (Red+Green+Blue) = 231+162+186=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2BA is #185D45. Grayscale: #B9B9B9. Windows color (decimal): -1596742 or 12231399. OLE color: 12231399.
HSL color Cylindrical-coordinate representation of color #E7A2BA: hue angle of 339.13º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A2BA is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 186 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.09 |
| HSL | 339.13º | 0.59% | 0.77% | - |
| HSV(B) | 339.13º | 0.3% | 0.91% | - |
| XYZ | 54.74 | 46.37 | 52.52 | - |
| YUV | 185.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 186 | 0 | 0.30 | 0.19 | 0.09 | 339.13 | 0.59 | 0.77 |
| Hex | E7 | A2 | BA | 0 | 1E | 13 | 9 | 153 | 3B | 4D |
| Octal | 347 | 242 | 272 | 0 | 36 | 23 | 11 | 523 | 73 | 115 |
| Binary | 11100111 | 10100010 | 10111010 | 0 | 11110 | 10011 | 1001 | 101010011 | 111011 | 1001101 |
Color Harmonies of #E7A2BA
Complementary color
Monochromatic Colors of #E7A2BA
Black with #E7A2BA
Text Example
Text Example
White with #E7A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A2BA; }
p { color: rgb(231,162,186); }
H1.HeaderClassName
{
color: #E7A2BA;
}
.AnyTagClassName
{
color: #E7A2BA;
}
</style>
background-color css
<style>
a { background-color: #E7A2BA; }
a { background-color: rgb(231,162,186); }
div.DivClassName
{
background-color: #E7A2BA;
}
.BgClassName
{
background-color: #E7A2BA;
}
</style>
border-color css
<style>
span { border-color: #E7A2BA; }
span { border-color: rgb(231,162,186); }
td.TdClassName
{
border-color: #E7A2BA;
}
.TagClassName
{
border-color: #E7A2BA;
}
</style>