Shades of Shocking #E898BA
Tints of Shocking #E898BA
RGB
CMYK
RGB Variations
Color information
#E898BA (or 0xE898BA) is known color: Shocking. HEX triplet: E8, 98 and BA. RGB value is (232,152,186). Sum of RGB (Red+Green+Blue) = 232+152+186=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E898BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898BA is #176745. Grayscale: #B3B3B3. Windows color (decimal): -1533766 or 12228840. OLE color: 12228840.
HSL color Cylindrical-coordinate representation of color #E898BA: hue angle of 334.5º 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 #E898BA is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 186 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.09 |
| HSL | 334.5º | 0.63% | 0.75% | - |
| HSV(B) | 334.5º | 0.34% | 0.91% | - |
| XYZ | 53.37 | 43.16 | 51.97 | - |
| YUV | 179.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 186 | 0 | 0.34 | 0.20 | 0.09 | 334.5 | 0.63 | 0.75 |
| Hex | E8 | 98 | BA | 0 | 22 | 14 | 9 | 14E | 3F | 4B |
| Octal | 350 | 230 | 272 | 0 | 42 | 24 | 11 | 516 | 77 | 113 |
| Binary | 11101000 | 10011000 | 10111010 | 0 | 100010 | 10100 | 1001 | 101001110 | 111111 | 1001011 |
Color Harmonies of #E898BA
Complementary color
Monochromatic Colors of #E898BA
Black with #E898BA
Text Example
Text Example
White with #E898BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898BA; }
p { color: rgb(232,152,186); }
H1.HeaderClassName
{
color: #E898BA;
}
.AnyTagClassName
{
color: #E898BA;
}
</style>
background-color css
<style>
a { background-color: #E898BA; }
a { background-color: rgb(232,152,186); }
div.DivClassName
{
background-color: #E898BA;
}
.BgClassName
{
background-color: #E898BA;
}
</style>
border-color css
<style>
span { border-color: #E898BA; }
span { border-color: rgb(232,152,186); }
td.TdClassName
{
border-color: #E898BA;
}
.TagClassName
{
border-color: #E898BA;
}
</style>