Shades of Shocking #E492CE
Tints of Shocking #E492CE
RGB
CMYK
RGB Variations
Color information
#E492CE (or 0xE492CE) is known color: Shocking. HEX triplet: E4, 92 and CE. RGB value is (228,146,206). Sum of RGB (Red+Green+Blue) = 228+146+206=580 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.31% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 228 - color contains mainly: red. Hex color #E492CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492CE is #1B6D31. Grayscale: #B1B1B1. Windows color (decimal): -1797426 or 13538020. OLE color: 13538020.
HSL color Cylindrical-coordinate representation of color #E492CE: hue angle of 316.1º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E492CE is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 206 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.11 |
| HSL | 316.1º | 0.6% | 0.73% | - |
| HSV(B) | 316.1º | 0.36% | 0.89% | - |
| XYZ | 53.41 | 41.51 | 63.59 | - |
| YUV | 177.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 206 | 0 | 0.36 | 0.10 | 0.11 | 316.1 | 0.6 | 0.73 |
| Hex | E4 | 92 | CE | 0 | 24 | A | B | 13C | 3C | 49 |
| Octal | 344 | 222 | 316 | 0 | 44 | 12 | 13 | 474 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11001110 | 0 | 100100 | 1010 | 1011 | 100111100 | 111100 | 1001001 |
Color Harmonies of #E492CE
Complementary color
Monochromatic Colors of #E492CE
Black with #E492CE
Text Example
Text Example
White with #E492CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492CE; }
p { color: rgb(228,146,206); }
H1.HeaderClassName
{
color: #E492CE;
}
.AnyTagClassName
{
color: #E492CE;
}
</style>
background-color css
<style>
a { background-color: #E492CE; }
a { background-color: rgb(228,146,206); }
div.DivClassName
{
background-color: #E492CE;
}
.BgClassName
{
background-color: #E492CE;
}
</style>
border-color css
<style>
span { border-color: #E492CE; }
span { border-color: rgb(228,146,206); }
td.TdClassName
{
border-color: #E492CE;
}
.TagClassName
{
border-color: #E492CE;
}
</style>