Shades of Shocking #E492BA
Tints of Shocking #E492BA
RGB
CMYK
RGB Variations
Color information
#E492BA (or 0xE492BA) is known color: Shocking. HEX triplet: E4, 92 and BA. RGB value is (228,146,186). Sum of RGB (Red+Green+Blue) = 228+146+186=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E492BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492BA is #1B6D45. Grayscale: #AFAFAF. Windows color (decimal): -1797446 or 12227300. OLE color: 12227300.
HSL color Cylindrical-coordinate representation of color #E492BA: hue angle of 330.73º 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 #E492BA is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 186 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.11 |
| HSL | 330.73º | 0.6% | 0.73% | - |
| HSV(B) | 330.73º | 0.36% | 0.89% | - |
| XYZ | 51.14 | 40.6 | 51.6 | - |
| YUV | 175.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 186 | 0 | 0.36 | 0.18 | 0.11 | 330.73 | 0.6 | 0.73 |
| Hex | E4 | 92 | BA | 0 | 24 | 12 | B | 14B | 3C | 49 |
| Octal | 344 | 222 | 272 | 0 | 44 | 22 | 13 | 513 | 74 | 111 |
| Binary | 11100100 | 10010010 | 10111010 | 0 | 100100 | 10010 | 1011 | 101001011 | 111100 | 1001001 |
Color Harmonies of #E492BA
Complementary color
Monochromatic Colors of #E492BA
Black with #E492BA
Text Example
Text Example
White with #E492BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492BA; }
p { color: rgb(228,146,186); }
H1.HeaderClassName
{
color: #E492BA;
}
.AnyTagClassName
{
color: #E492BA;
}
</style>
background-color css
<style>
a { background-color: #E492BA; }
a { background-color: rgb(228,146,186); }
div.DivClassName
{
background-color: #E492BA;
}
.BgClassName
{
background-color: #E492BA;
}
</style>
border-color css
<style>
span { border-color: #E492BA; }
span { border-color: rgb(228,146,186); }
td.TdClassName
{
border-color: #E492BA;
}
.TagClassName
{
border-color: #E492BA;
}
</style>