Shades of Shocking #E7A3C0
Tints of Shocking #E7A3C0
RGB
CMYK
RGB Variations
Color information
#E7A3C0 (or 0xE7A3C0) is known color: Shocking. HEX triplet: E7, A3 and C0. RGB value is (231,163,192). Sum of RGB (Red+Green+Blue) = 231+163+192=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 163 (64.06% from 255 or 27.82% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A3C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A3C0 is #185C3F. Grayscale: #BABABA. Windows color (decimal): -1596480 or 12624871. OLE color: 12624871.
HSL color Cylindrical-coordinate representation of color #E7A3C0: hue angle of 334.41º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A3C0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 192 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.09 |
| HSL | 334.41º | 0.59% | 0.77% | - |
| HSV(B) | 334.41º | 0.29% | 0.91% | - |
| XYZ | 55.57 | 46.99 | 56.01 | - |
| YUV | 186.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 192 | 0 | 0.29 | 0.17 | 0.09 | 334.41 | 0.59 | 0.77 |
| Hex | E7 | A3 | C0 | 0 | 1D | 11 | 9 | 14E | 3B | 4D |
| Octal | 347 | 243 | 300 | 0 | 35 | 21 | 11 | 516 | 73 | 115 |
| Binary | 11100111 | 10100011 | 11000000 | 0 | 11101 | 10001 | 1001 | 101001110 | 111011 | 1001101 |
Color Harmonies of #E7A3C0
Complementary color
Monochromatic Colors of #E7A3C0
Black with #E7A3C0
Text Example
Text Example
White with #E7A3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A3C0; }
p { color: rgb(231,163,192); }
H1.HeaderClassName
{
color: #E7A3C0;
}
.AnyTagClassName
{
color: #E7A3C0;
}
</style>
background-color css
<style>
a { background-color: #E7A3C0; }
a { background-color: rgb(231,163,192); }
div.DivClassName
{
background-color: #E7A3C0;
}
.BgClassName
{
background-color: #E7A3C0;
}
</style>
border-color css
<style>
span { border-color: #E7A3C0; }
span { border-color: rgb(231,163,192); }
td.TdClassName
{
border-color: #E7A3C0;
}
.TagClassName
{
border-color: #E7A3C0;
}
</style>