Shades of Shocking #E7A0CD
Tints of Shocking #E7A0CD
RGB
CMYK
RGB Variations
Color information
#E7A0CD (or 0xE7A0CD) is known color: Shocking. HEX triplet: E7, A0 and CD. RGB value is (231,160,205). Sum of RGB (Red+Green+Blue) = 231+160+205=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0CD is #185F32. Grayscale: #BABABA. Windows color (decimal): -1597235 or 13476071. OLE color: 13476071.
HSL color Cylindrical-coordinate representation of color #E7A0CD: hue angle of 321.97º 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 #E7A0CD is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 205 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.09 |
| HSL | 321.97º | 0.6% | 0.77% | - |
| HSV(B) | 321.97º | 0.31% | 0.91% | - |
| XYZ | 56.55 | 46.54 | 63.76 | - |
| YUV | 186.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 205 | 0 | 0.31 | 0.11 | 0.09 | 321.97 | 0.6 | 0.77 |
| Hex | E7 | A0 | CD | 0 | 1F | B | 9 | 142 | 3C | 4D |
| Octal | 347 | 240 | 315 | 0 | 37 | 13 | 11 | 502 | 74 | 115 |
| Binary | 11100111 | 10100000 | 11001101 | 0 | 11111 | 1011 | 1001 | 101000010 | 111100 | 1001101 |
Color Harmonies of #E7A0CD
Complementary color
Monochromatic Colors of #E7A0CD
Black with #E7A0CD
Text Example
Text Example
White with #E7A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0CD; }
p { color: rgb(231,160,205); }
H1.HeaderClassName
{
color: #E7A0CD;
}
.AnyTagClassName
{
color: #E7A0CD;
}
</style>
background-color css
<style>
a { background-color: #E7A0CD; }
a { background-color: rgb(231,160,205); }
div.DivClassName
{
background-color: #E7A0CD;
}
.BgClassName
{
background-color: #E7A0CD;
}
</style>
border-color css
<style>
span { border-color: #E7A0CD; }
span { border-color: rgb(231,160,205); }
td.TdClassName
{
border-color: #E7A0CD;
}
.TagClassName
{
border-color: #E7A0CD;
}
</style>