Shades of Shocking #E898BD
Tints of Shocking #E898BD
RGB
CMYK
RGB Variations
Color information
#E898BD (or 0xE898BD) is known color: Shocking. HEX triplet: E8, 98 and BD. RGB value is (232,152,189). Sum of RGB (Red+Green+Blue) = 232+152+189=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E898BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898BD is #176742. Grayscale: #B4B4B4. Windows color (decimal): -1533763 or 12425448. OLE color: 12425448.
HSL color Cylindrical-coordinate representation of color #E898BD: hue angle of 332.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 #E898BD is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 189 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.09 |
| HSL | 332.25º | 0.63% | 0.75% | - |
| HSV(B) | 332.25º | 0.34% | 0.91% | - |
| XYZ | 53.69 | 43.29 | 53.67 | - |
| YUV | 180.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 189 | 0 | 0.34 | 0.19 | 0.09 | 332.25 | 0.63 | 0.75 |
| Hex | E8 | 98 | BD | 0 | 22 | 13 | 9 | 14C | 3F | 4B |
| Octal | 350 | 230 | 275 | 0 | 42 | 23 | 11 | 514 | 77 | 113 |
| Binary | 11101000 | 10011000 | 10111101 | 0 | 100010 | 10011 | 1001 | 101001100 | 111111 | 1001011 |
Color Harmonies of #E898BD
Complementary color
Monochromatic Colors of #E898BD
Black with #E898BD
Text Example
Text Example
White with #E898BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898BD; }
p { color: rgb(232,152,189); }
H1.HeaderClassName
{
color: #E898BD;
}
.AnyTagClassName
{
color: #E898BD;
}
</style>
background-color css
<style>
a { background-color: #E898BD; }
a { background-color: rgb(232,152,189); }
div.DivClassName
{
background-color: #E898BD;
}
.BgClassName
{
background-color: #E898BD;
}
</style>
border-color css
<style>
span { border-color: #E898BD; }
span { border-color: rgb(232,152,189); }
td.TdClassName
{
border-color: #E898BD;
}
.TagClassName
{
border-color: #E898BD;
}
</style>