Shades of Shocking #E998B9
Tints of Shocking #E998B9
RGB
CMYK
RGB Variations
Color information
#E998B9 (or 0xE998B9) is known color: Shocking. HEX triplet: E9, 98 and B9. RGB value is (233,152,185). Sum of RGB (Red+Green+Blue) = 233+152+185=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E998B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E998B9 is #166746. Grayscale: #B3B3B3. Windows color (decimal): -1468231 or 12163305. OLE color: 12163305.
HSL color Cylindrical-coordinate representation of color #E998B9: hue angle of 335.56º 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 #E998B9 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 185 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.09 |
| HSL | 335.56º | 0.65% | 0.75% | - |
| HSV(B) | 335.56º | 0.35% | 0.91% | - |
| XYZ | 53.59 | 43.28 | 51.43 | - |
| YUV | 179.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 185 | 0 | 0.35 | 0.21 | 0.09 | 335.56 | 0.65 | 0.75 |
| Hex | E9 | 98 | B9 | 0 | 23 | 15 | 9 | 150 | 41 | 4B |
| Octal | 351 | 230 | 271 | 0 | 43 | 25 | 11 | 520 | 101 | 113 |
| Binary | 11101001 | 10011000 | 10111001 | 0 | 100011 | 10101 | 1001 | 101010000 | 1000001 | 1001011 |
Color Harmonies of #E998B9
Complementary color
Monochromatic Colors of #E998B9
Black with #E998B9
Text Example
Text Example
White with #E998B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E998B9; }
p { color: rgb(233,152,185); }
H1.HeaderClassName
{
color: #E998B9;
}
.AnyTagClassName
{
color: #E998B9;
}
</style>
background-color css
<style>
a { background-color: #E998B9; }
a { background-color: rgb(233,152,185); }
div.DivClassName
{
background-color: #E998B9;
}
.BgClassName
{
background-color: #E998B9;
}
</style>
border-color css
<style>
span { border-color: #E998B9; }
span { border-color: rgb(233,152,185); }
td.TdClassName
{
border-color: #E998B9;
}
.TagClassName
{
border-color: #E998B9;
}
</style>