Shades of Shocking #E496CE
Tints of Shocking #E496CE
RGB
CMYK
RGB Variations
Color information
#E496CE (or 0xE496CE) is known color: Shocking. HEX triplet: E4, 96 and CE. RGB value is (228,150,206). Sum of RGB (Red+Green+Blue) = 228+150+206=584 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.04% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 228 - color contains mainly: red. Hex color #E496CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E496CE is #1B6931. Grayscale: #B3B3B3. Windows color (decimal): -1796402 or 13539044. OLE color: 13539044.
HSL color Cylindrical-coordinate representation of color #E496CE: hue angle of 316.92º 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 #E496CE is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 206 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.11 |
| HSL | 316.92º | 0.59% | 0.74% | - |
| HSV(B) | 316.92º | 0.34% | 0.89% | - |
| XYZ | 54.04 | 42.76 | 63.8 | - |
| YUV | 179.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 206 | 0 | 0.34 | 0.10 | 0.11 | 316.92 | 0.59 | 0.74 |
| Hex | E4 | 96 | CE | 0 | 22 | A | B | 13D | 3B | 4A |
| Octal | 344 | 226 | 316 | 0 | 42 | 12 | 13 | 475 | 73 | 112 |
| Binary | 11100100 | 10010110 | 11001110 | 0 | 100010 | 1010 | 1011 | 100111101 | 111011 | 1001010 |
Color Harmonies of #E496CE
Complementary color
Monochromatic Colors of #E496CE
Black with #E496CE
Text Example
Text Example
White with #E496CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E496CE; }
p { color: rgb(228,150,206); }
H1.HeaderClassName
{
color: #E496CE;
}
.AnyTagClassName
{
color: #E496CE;
}
</style>
background-color css
<style>
a { background-color: #E496CE; }
a { background-color: rgb(228,150,206); }
div.DivClassName
{
background-color: #E496CE;
}
.BgClassName
{
background-color: #E496CE;
}
</style>
border-color css
<style>
span { border-color: #E496CE; }
span { border-color: rgb(228,150,206); }
td.TdClassName
{
border-color: #E496CE;
}
.TagClassName
{
border-color: #E496CE;
}
</style>