Shades of Shocking #E7A0CC
Tints of Shocking #E7A0CC
RGB
CMYK
RGB Variations
Color information
#E7A0CC (or 0xE7A0CC) is known color: Shocking. HEX triplet: E7, A0 and CC. RGB value is (231,160,204). Sum of RGB (Red+Green+Blue) = 231+160+204=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0CC is #185F33. Grayscale: #BABABA. Windows color (decimal): -1597236 or 13410535. OLE color: 13410535.
HSL color Cylindrical-coordinate representation of color #E7A0CC: hue angle of 322.82º 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 #E7A0CC is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 204 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.09 |
| HSL | 322.82º | 0.6% | 0.77% | - |
| HSV(B) | 322.82º | 0.31% | 0.91% | - |
| XYZ | 56.42 | 46.49 | 63.13 | - |
| YUV | 186.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 204 | 0 | 0.31 | 0.12 | 0.09 | 322.82 | 0.6 | 0.77 |
| Hex | E7 | A0 | CC | 0 | 1F | C | 9 | 143 | 3C | 4D |
| Octal | 347 | 240 | 314 | 0 | 37 | 14 | 11 | 503 | 74 | 115 |
| Binary | 11100111 | 10100000 | 11001100 | 0 | 11111 | 1100 | 1001 | 101000011 | 111100 | 1001101 |
Color Harmonies of #E7A0CC
Complementary color
Monochromatic Colors of #E7A0CC
Black with #E7A0CC
Text Example
Text Example
White with #E7A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0CC; }
p { color: rgb(231,160,204); }
H1.HeaderClassName
{
color: #E7A0CC;
}
.AnyTagClassName
{
color: #E7A0CC;
}
</style>
background-color css
<style>
a { background-color: #E7A0CC; }
a { background-color: rgb(231,160,204); }
div.DivClassName
{
background-color: #E7A0CC;
}
.BgClassName
{
background-color: #E7A0CC;
}
</style>
border-color css
<style>
span { border-color: #E7A0CC; }
span { border-color: rgb(231,160,204); }
td.TdClassName
{
border-color: #E7A0CC;
}
.TagClassName
{
border-color: #E7A0CC;
}
</style>