Shades of Shocking #E497C0
Tints of Shocking #E497C0
RGB
CMYK
RGB Variations
Color information
#E497C0 (or 0xE497C0) is known color: Shocking. HEX triplet: E4, 97 and C0. RGB value is (228,151,192). Sum of RGB (Red+Green+Blue) = 228+151+192=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E497C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497C0 is #1B683F. Grayscale: #B2B2B2. Windows color (decimal): -1796160 or 12621796. OLE color: 12621796.
HSL color Cylindrical-coordinate representation of color #E497C0: hue angle of 328.05º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E497C0 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 192 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.11 |
| HSL | 328.05º | 0.59% | 0.74% | - |
| HSV(B) | 328.05º | 0.34% | 0.89% | - |
| XYZ | 52.58 | 42.43 | 55.29 | - |
| YUV | 178.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 192 | 0 | 0.34 | 0.16 | 0.11 | 328.05 | 0.59 | 0.74 |
| Hex | E4 | 97 | C0 | 0 | 22 | 10 | B | 148 | 3B | 4A |
| Octal | 344 | 227 | 300 | 0 | 42 | 20 | 13 | 510 | 73 | 112 |
| Binary | 11100100 | 10010111 | 11000000 | 0 | 100010 | 10000 | 1011 | 101001000 | 111011 | 1001010 |
Color Harmonies of #E497C0
Complementary color
Monochromatic Colors of #E497C0
Black with #E497C0
Text Example
Text Example
White with #E497C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497C0; }
p { color: rgb(228,151,192); }
H1.HeaderClassName
{
color: #E497C0;
}
.AnyTagClassName
{
color: #E497C0;
}
</style>
background-color css
<style>
a { background-color: #E497C0; }
a { background-color: rgb(228,151,192); }
div.DivClassName
{
background-color: #E497C0;
}
.BgClassName
{
background-color: #E497C0;
}
</style>
border-color css
<style>
span { border-color: #E497C0; }
span { border-color: rgb(228,151,192); }
td.TdClassName
{
border-color: #E497C0;
}
.TagClassName
{
border-color: #E497C0;
}
</style>