Shades of Shocking #E492CD
Tints of Shocking #E492CD
RGB
CMYK
RGB Variations
Color information
#E492CD (or 0xE492CD) is known color: Shocking. HEX triplet: E4, 92 and CD. RGB value is (228,146,205). Sum of RGB (Red+Green+Blue) = 228+146+205=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E492CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492CD is #1B6D32. Grayscale: #B1B1B1. Windows color (decimal): -1797427 or 13472484. OLE color: 13472484.
HSL color Cylindrical-coordinate representation of color #E492CD: hue angle of 316.83º 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 #E492CD is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 205 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.11 |
| HSL | 316.83º | 0.6% | 0.73% | - |
| HSV(B) | 316.83º | 0.36% | 0.89% | - |
| XYZ | 53.29 | 41.46 | 62.95 | - |
| YUV | 177.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 205 | 0 | 0.36 | 0.10 | 0.11 | 316.83 | 0.6 | 0.73 |
| Hex | E4 | 92 | CD | 0 | 24 | A | B | 13D | 3C | 49 |
| Octal | 344 | 222 | 315 | 0 | 44 | 12 | 13 | 475 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11001101 | 0 | 100100 | 1010 | 1011 | 100111101 | 111100 | 1001001 |
Color Harmonies of #E492CD
Complementary color
Monochromatic Colors of #E492CD
Black with #E492CD
Text Example
Text Example
White with #E492CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492CD; }
p { color: rgb(228,146,205); }
H1.HeaderClassName
{
color: #E492CD;
}
.AnyTagClassName
{
color: #E492CD;
}
</style>
background-color css
<style>
a { background-color: #E492CD; }
a { background-color: rgb(228,146,205); }
div.DivClassName
{
background-color: #E492CD;
}
.BgClassName
{
background-color: #E492CD;
}
</style>
border-color css
<style>
span { border-color: #E492CD; }
span { border-color: rgb(228,146,205); }
td.TdClassName
{
border-color: #E492CD;
}
.TagClassName
{
border-color: #E492CD;
}
</style>