Shades of Shocking #E7A0C1
Tints of Shocking #E7A0C1
RGB
CMYK
RGB Variations
Color information
#E7A0C1 (or 0xE7A0C1) is known color: Shocking. HEX triplet: E7, A0 and C1. RGB value is (231,160,193). Sum of RGB (Red+Green+Blue) = 231+160+193=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A0C1 is #185F3E. Grayscale: #B8B8B8. Windows color (decimal): -1597247 or 12689639. OLE color: 12689639.
HSL color Cylindrical-coordinate representation of color #E7A0C1: hue angle of 332.11º 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 #E7A0C1 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 193 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.09 |
| HSL | 332.11º | 0.6% | 0.77% | - |
| HSV(B) | 332.11º | 0.31% | 0.91% | - |
| XYZ | 55.15 | 45.98 | 56.42 | - |
| YUV | 184.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 193 | 0 | 0.31 | 0.16 | 0.09 | 332.11 | 0.6 | 0.77 |
| Hex | E7 | A0 | C1 | 0 | 1F | 10 | 9 | 14C | 3C | 4D |
| Octal | 347 | 240 | 301 | 0 | 37 | 20 | 11 | 514 | 74 | 115 |
| Binary | 11100111 | 10100000 | 11000001 | 0 | 11111 | 10000 | 1001 | 101001100 | 111100 | 1001101 |
Color Harmonies of #E7A0C1
Complementary color
Monochromatic Colors of #E7A0C1
Black with #E7A0C1
Text Example
Text Example
White with #E7A0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0C1; }
p { color: rgb(231,160,193); }
H1.HeaderClassName
{
color: #E7A0C1;
}
.AnyTagClassName
{
color: #E7A0C1;
}
</style>
background-color css
<style>
a { background-color: #E7A0C1; }
a { background-color: rgb(231,160,193); }
div.DivClassName
{
background-color: #E7A0C1;
}
.BgClassName
{
background-color: #E7A0C1;
}
</style>
border-color css
<style>
span { border-color: #E7A0C1; }
span { border-color: rgb(231,160,193); }
td.TdClassName
{
border-color: #E7A0C1;
}
.TagClassName
{
border-color: #E7A0C1;
}
</style>