Shades of Shocking #E998BB
Tints of Shocking #E998BB
RGB
CMYK
RGB Variations
Color information
#E998BB (or 0xE998BB) is known color: Shocking. HEX triplet: E9, 98 and BB. RGB value is (233,152,187). Sum of RGB (Red+Green+Blue) = 233+152+187=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E998BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998BB is #166744. Grayscale: #B4B4B4. Windows color (decimal): -1468229 or 12294377. OLE color: 12294377.
HSL color Cylindrical-coordinate representation of color #E998BB: hue angle of 334.07º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E998BB is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 187 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.09 |
| HSL | 334.07º | 0.65% | 0.75% | - |
| HSV(B) | 334.07º | 0.35% | 0.91% | - |
| XYZ | 53.8 | 43.37 | 52.55 | - |
| YUV | 180.21 | 131.84 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 187 | 0 | 0.35 | 0.20 | 0.09 | 334.07 | 0.65 | 0.75 |
| Hex | E9 | 98 | BB | 0 | 23 | 14 | 9 | 14E | 41 | 4B |
| Octal | 351 | 230 | 273 | 0 | 43 | 24 | 11 | 516 | 101 | 113 |
| Binary | 11101001 | 10011000 | 10111011 | 0 | 100011 | 10100 | 1001 | 101001110 | 1000001 | 1001011 |
Color Harmonies of #E998BB
Complementary color
Monochromatic Colors of #E998BB
Black with #E998BB
Text Example
Text Example
White with #E998BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E998BB; }
p { color: rgb(233,152,187); }
H1.HeaderClassName
{
color: #E998BB;
}
.AnyTagClassName
{
color: #E998BB;
}
</style>
background-color css
<style>
a { background-color: #E998BB; }
a { background-color: rgb(233,152,187); }
div.DivClassName
{
background-color: #E998BB;
}
.BgClassName
{
background-color: #E998BB;
}
</style>
border-color css
<style>
span { border-color: #E998BB; }
span { border-color: rgb(233,152,187); }
td.TdClassName
{
border-color: #E998BB;
}
.TagClassName
{
border-color: #E998BB;
}
</style>