Shades of Shocking #E7A0CE
Tints of Shocking #E7A0CE
RGB
CMYK
RGB Variations
Color information
#E7A0CE (or 0xE7A0CE) is known color: Shocking. HEX triplet: E7, A0 and CE. RGB value is (231,160,206). Sum of RGB (Red+Green+Blue) = 231+160+206=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0CE is #185F31. Grayscale: #BABABA. Windows color (decimal): -1597234 or 13541607. OLE color: 13541607.
HSL color Cylindrical-coordinate representation of color #E7A0CE: hue angle of 321.13º 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 #E7A0CE is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 206 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.09 |
| HSL | 321.13º | 0.6% | 0.77% | - |
| HSV(B) | 321.13º | 0.31% | 0.91% | - |
| XYZ | 56.67 | 46.59 | 64.4 | - |
| YUV | 186.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 206 | 0 | 0.31 | 0.11 | 0.09 | 321.13 | 0.6 | 0.77 |
| Hex | E7 | A0 | CE | 0 | 1F | B | 9 | 141 | 3C | 4D |
| Octal | 347 | 240 | 316 | 0 | 37 | 13 | 11 | 501 | 74 | 115 |
| Binary | 11100111 | 10100000 | 11001110 | 0 | 11111 | 1011 | 1001 | 101000001 | 111100 | 1001101 |
Color Harmonies of #E7A0CE
Complementary color
Monochromatic Colors of #E7A0CE
Black with #E7A0CE
Text Example
Text Example
White with #E7A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0CE; }
p { color: rgb(231,160,206); }
H1.HeaderClassName
{
color: #E7A0CE;
}
.AnyTagClassName
{
color: #E7A0CE;
}
</style>
background-color css
<style>
a { background-color: #E7A0CE; }
a { background-color: rgb(231,160,206); }
div.DivClassName
{
background-color: #E7A0CE;
}
.BgClassName
{
background-color: #E7A0CE;
}
</style>
border-color css
<style>
span { border-color: #E7A0CE; }
span { border-color: rgb(231,160,206); }
td.TdClassName
{
border-color: #E7A0CE;
}
.TagClassName
{
border-color: #E7A0CE;
}
</style>