Shades of Shocking #E492CA
Tints of Shocking #E492CA
RGB
CMYK
RGB Variations
Color information
#E492CA (or 0xE492CA) is known color: Shocking. HEX triplet: E4, 92 and CA. RGB value is (228,146,202). Sum of RGB (Red+Green+Blue) = 228+146+202=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E492CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492CA is #1B6D35. Grayscale: #B0B0B0. Windows color (decimal): -1797430 or 13275876. OLE color: 13275876.
HSL color Cylindrical-coordinate representation of color #E492CA: hue angle of 319.02º 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 #E492CA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 202 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.11 |
| HSL | 319.02º | 0.6% | 0.73% | - |
| HSV(B) | 319.02º | 0.36% | 0.89% | - |
| XYZ | 52.93 | 41.32 | 61.06 | - |
| YUV | 176.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 202 | 0 | 0.36 | 0.11 | 0.11 | 319.02 | 0.6 | 0.73 |
| Hex | E4 | 92 | CA | 0 | 24 | B | B | 13F | 3C | 49 |
| Octal | 344 | 222 | 312 | 0 | 44 | 13 | 13 | 477 | 74 | 111 |
| Binary | 11100100 | 10010010 | 11001010 | 0 | 100100 | 1011 | 1011 | 100111111 | 111100 | 1001001 |
Color Harmonies of #E492CA
Complementary color
Monochromatic Colors of #E492CA
Black with #E492CA
Text Example
Text Example
White with #E492CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492CA; }
p { color: rgb(228,146,202); }
H1.HeaderClassName
{
color: #E492CA;
}
.AnyTagClassName
{
color: #E492CA;
}
</style>
background-color css
<style>
a { background-color: #E492CA; }
a { background-color: rgb(228,146,202); }
div.DivClassName
{
background-color: #E492CA;
}
.BgClassName
{
background-color: #E492CA;
}
</style>
border-color css
<style>
span { border-color: #E492CA; }
span { border-color: rgb(228,146,202); }
td.TdClassName
{
border-color: #E492CA;
}
.TagClassName
{
border-color: #E492CA;
}
</style>