Shades of Shocking #E497BA
Tints of Shocking #E497BA
RGB
CMYK
RGB Variations
Color information
#E497BA (or 0xE497BA) is known color: Shocking. HEX triplet: E4, 97 and BA. RGB value is (228,151,186). Sum of RGB (Red+Green+Blue) = 228+151+186=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E497BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497BA is #1B6845. Grayscale: #B1B1B1. Windows color (decimal): -1796166 or 12228580. OLE color: 12228580.
HSL color Cylindrical-coordinate representation of color #E497BA: hue angle of 332.73º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E497BA is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 186 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.11 |
| HSL | 332.73º | 0.59% | 0.74% | - |
| HSV(B) | 332.73º | 0.34% | 0.89% | - |
| XYZ | 51.92 | 42.17 | 51.86 | - |
| YUV | 178.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 186 | 0 | 0.34 | 0.18 | 0.11 | 332.73 | 0.59 | 0.74 |
| Hex | E4 | 97 | BA | 0 | 22 | 12 | B | 14D | 3B | 4A |
| Octal | 344 | 227 | 272 | 0 | 42 | 22 | 13 | 515 | 73 | 112 |
| Binary | 11100100 | 10010111 | 10111010 | 0 | 100010 | 10010 | 1011 | 101001101 | 111011 | 1001010 |
Color Harmonies of #E497BA
Complementary color
Monochromatic Colors of #E497BA
Black with #E497BA
Text Example
Text Example
White with #E497BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497BA; }
p { color: rgb(228,151,186); }
H1.HeaderClassName
{
color: #E497BA;
}
.AnyTagClassName
{
color: #E497BA;
}
</style>
background-color css
<style>
a { background-color: #E497BA; }
a { background-color: rgb(228,151,186); }
div.DivClassName
{
background-color: #E497BA;
}
.BgClassName
{
background-color: #E497BA;
}
</style>
border-color css
<style>
span { border-color: #E497BA; }
span { border-color: rgb(228,151,186); }
td.TdClassName
{
border-color: #E497BA;
}
.TagClassName
{
border-color: #E497BA;
}
</style>