Shades of Shocking #E898B9
Tints of Shocking #E898B9
RGB
CMYK
RGB Variations
Color information
#E898B9 (or 0xE898B9) is known color: Shocking. HEX triplet: E8, 98 and B9. RGB value is (232,152,185). Sum of RGB (Red+Green+Blue) = 232+152+185=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E898B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898B9 is #176746. Grayscale: #B3B3B3. Windows color (decimal): -1533767 or 12163304. OLE color: 12163304.
HSL color Cylindrical-coordinate representation of color #E898B9: hue angle of 335.25º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E898B9 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 185 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.09 |
| HSL | 335.25º | 0.63% | 0.75% | - |
| HSV(B) | 335.25º | 0.34% | 0.91% | - |
| XYZ | 53.26 | 43.12 | 51.41 | - |
| YUV | 179.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 185 | 0 | 0.34 | 0.20 | 0.09 | 335.25 | 0.63 | 0.75 |
| Hex | E8 | 98 | B9 | 0 | 22 | 14 | 9 | 14F | 3F | 4B |
| Octal | 350 | 230 | 271 | 0 | 42 | 24 | 11 | 517 | 77 | 113 |
| Binary | 11101000 | 10011000 | 10111001 | 0 | 100010 | 10100 | 1001 | 101001111 | 111111 | 1001011 |
Color Harmonies of #E898B9
Complementary color
Monochromatic Colors of #E898B9
Black with #E898B9
Text Example
Text Example
White with #E898B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898B9; }
p { color: rgb(232,152,185); }
H1.HeaderClassName
{
color: #E898B9;
}
.AnyTagClassName
{
color: #E898B9;
}
</style>
background-color css
<style>
a { background-color: #E898B9; }
a { background-color: rgb(232,152,185); }
div.DivClassName
{
background-color: #E898B9;
}
.BgClassName
{
background-color: #E898B9;
}
</style>
border-color css
<style>
span { border-color: #E898B9; }
span { border-color: rgb(232,152,185); }
td.TdClassName
{
border-color: #E898B9;
}
.TagClassName
{
border-color: #E898B9;
}
</style>