Shades of Shocking #E497BE
Tints of Shocking #E497BE
RGB
CMYK
RGB Variations
Color information
#E497BE (or 0xE497BE) is known color: Shocking. HEX triplet: E4, 97 and BE. RGB value is (228,151,190). Sum of RGB (Red+Green+Blue) = 228+151+190=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E497BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497BE is #1B6841. Grayscale: #B2B2B2. Windows color (decimal): -1796162 or 12490724. OLE color: 12490724.
HSL color Cylindrical-coordinate representation of color #E497BE: hue angle of 329.61º 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 #E497BE is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 190 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.11 |
| HSL | 329.61º | 0.59% | 0.74% | - |
| HSV(B) | 329.61º | 0.34% | 0.89% | - |
| XYZ | 52.36 | 42.34 | 54.13 | - |
| YUV | 178.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 190 | 0 | 0.34 | 0.17 | 0.11 | 329.61 | 0.59 | 0.74 |
| Hex | E4 | 97 | BE | 0 | 22 | 11 | B | 14A | 3B | 4A |
| Octal | 344 | 227 | 276 | 0 | 42 | 21 | 13 | 512 | 73 | 112 |
| Binary | 11100100 | 10010111 | 10111110 | 0 | 100010 | 10001 | 1011 | 101001010 | 111011 | 1001010 |
Color Harmonies of #E497BE
Complementary color
Monochromatic Colors of #E497BE
Black with #E497BE
Text Example
Text Example
White with #E497BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497BE; }
p { color: rgb(228,151,190); }
H1.HeaderClassName
{
color: #E497BE;
}
.AnyTagClassName
{
color: #E497BE;
}
</style>
background-color css
<style>
a { background-color: #E497BE; }
a { background-color: rgb(228,151,190); }
div.DivClassName
{
background-color: #E497BE;
}
.BgClassName
{
background-color: #E497BE;
}
</style>
border-color css
<style>
span { border-color: #E497BE; }
span { border-color: rgb(228,151,190); }
td.TdClassName
{
border-color: #E497BE;
}
.TagClassName
{
border-color: #E497BE;
}
</style>