Shades of Shocking #E496C0
Tints of Shocking #E496C0
RGB
CMYK
RGB Variations
Color information
#E496C0 (or 0xE496C0) is known color: Shocking. HEX triplet: E4, 96 and C0. RGB value is (228,150,192). Sum of RGB (Red+Green+Blue) = 228+150+192=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E496C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496C0 is #1B693F. Grayscale: #B2B2B2. Windows color (decimal): -1796416 or 12621540. OLE color: 12621540.
HSL color Cylindrical-coordinate representation of color #E496C0: hue angle of 327.69º 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 #E496C0 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 192 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.11 |
| HSL | 327.69º | 0.59% | 0.74% | - |
| HSV(B) | 327.69º | 0.34% | 0.89% | - |
| XYZ | 52.42 | 42.11 | 55.24 | - |
| YUV | 178.11 | 135.84 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 192 | 0 | 0.34 | 0.16 | 0.11 | 327.69 | 0.59 | 0.74 |
| Hex | E4 | 96 | C0 | 0 | 22 | 10 | B | 148 | 3B | 4A |
| Octal | 344 | 226 | 300 | 0 | 42 | 20 | 13 | 510 | 73 | 112 |
| Binary | 11100100 | 10010110 | 11000000 | 0 | 100010 | 10000 | 1011 | 101001000 | 111011 | 1001010 |
Color Harmonies of #E496C0
Complementary color
Monochromatic Colors of #E496C0
Black with #E496C0
Text Example
Text Example
White with #E496C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E496C0; }
p { color: rgb(228,150,192); }
H1.HeaderClassName
{
color: #E496C0;
}
.AnyTagClassName
{
color: #E496C0;
}
</style>
background-color css
<style>
a { background-color: #E496C0; }
a { background-color: rgb(228,150,192); }
div.DivClassName
{
background-color: #E496C0;
}
.BgClassName
{
background-color: #E496C0;
}
</style>
border-color css
<style>
span { border-color: #E496C0; }
span { border-color: rgb(228,150,192); }
td.TdClassName
{
border-color: #E496C0;
}
.TagClassName
{
border-color: #E496C0;
}
</style>