Shades of Shocking #E498BB
Tints of Shocking #E498BB
RGB
CMYK
RGB Variations
Color information
#E498BB (or 0xE498BB) is known color: Shocking. HEX triplet: E4, 98 and BB. RGB value is (228,152,187). Sum of RGB (Red+Green+Blue) = 228+152+187=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E498BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E498BB is #1B6744. Grayscale: #B2B2B2. Windows color (decimal): -1795909 or 12294372. OLE color: 12294372.
HSL color Cylindrical-coordinate representation of color #E498BB: hue angle of 332.37º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E498BB is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 152 | 187 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.11 |
| HSL | 332.37º | 0.58% | 0.75% | - |
| HSV(B) | 332.37º | 0.33% | 0.89% | - |
| XYZ | 52.19 | 42.54 | 52.47 | - |
| YUV | 178.71 | 132.68 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 187 | 0 | 0.33 | 0.18 | 0.11 | 332.37 | 0.58 | 0.75 |
| Hex | E4 | 98 | BB | 0 | 21 | 12 | B | 14C | 3A | 4B |
| Octal | 344 | 230 | 273 | 0 | 41 | 22 | 13 | 514 | 72 | 113 |
| Binary | 11100100 | 10011000 | 10111011 | 0 | 100001 | 10010 | 1011 | 101001100 | 111010 | 1001011 |
Color Harmonies of #E498BB
Complementary color
Monochromatic Colors of #E498BB
Black with #E498BB
Text Example
Text Example
White with #E498BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E498BB; }
p { color: rgb(228,152,187); }
H1.HeaderClassName
{
color: #E498BB;
}
.AnyTagClassName
{
color: #E498BB;
}
</style>
background-color css
<style>
a { background-color: #E498BB; }
a { background-color: rgb(228,152,187); }
div.DivClassName
{
background-color: #E498BB;
}
.BgClassName
{
background-color: #E498BB;
}
</style>
border-color css
<style>
span { border-color: #E498BB; }
span { border-color: rgb(228,152,187); }
td.TdClassName
{
border-color: #E498BB;
}
.TagClassName
{
border-color: #E498BB;
}
</style>