Shades of Shocking #E492BD
Tints of Shocking #E492BD
RGB
CMYK
RGB Variations
Color information
#E492BD (or 0xE492BD) is known color: Shocking. HEX triplet: E4, 92 and BD. RGB value is (228,146,189). Sum of RGB (Red+Green+Blue) = 228+146+189=563 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.50% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 228 - color contains mainly: red. Hex color #E492BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E492BD is #1B6D42. Grayscale: #AFAFAF. Windows color (decimal): -1797443 or 12423908. OLE color: 12423908.
HSL color Cylindrical-coordinate representation of color #E492BD: hue angle of 328.54º 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 #E492BD is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 146 | 189 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.11 |
| HSL | 328.54º | 0.6% | 0.73% | - |
| HSV(B) | 328.54º | 0.36% | 0.89% | - |
| XYZ | 51.46 | 40.73 | 53.29 | - |
| YUV | 175.42 | 135.67 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 146 | 189 | 0 | 0.36 | 0.17 | 0.11 | 328.54 | 0.6 | 0.73 |
| Hex | E4 | 92 | BD | 0 | 24 | 11 | B | 149 | 3C | 49 |
| Octal | 344 | 222 | 275 | 0 | 44 | 21 | 13 | 511 | 74 | 111 |
| Binary | 11100100 | 10010010 | 10111101 | 0 | 100100 | 10001 | 1011 | 101001001 | 111100 | 1001001 |
Color Harmonies of #E492BD
Complementary color
Monochromatic Colors of #E492BD
Black with #E492BD
Text Example
Text Example
White with #E492BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E492BD; }
p { color: rgb(228,146,189); }
H1.HeaderClassName
{
color: #E492BD;
}
.AnyTagClassName
{
color: #E492BD;
}
</style>
background-color css
<style>
a { background-color: #E492BD; }
a { background-color: rgb(228,146,189); }
div.DivClassName
{
background-color: #E492BD;
}
.BgClassName
{
background-color: #E492BD;
}
</style>
border-color css
<style>
span { border-color: #E492BD; }
span { border-color: rgb(228,146,189); }
td.TdClassName
{
border-color: #E492BD;
}
.TagClassName
{
border-color: #E492BD;
}
</style>