Shades of Shocking #E98ABB
Tints of Shocking #E98ABB
RGB
CMYK
RGB Variations
Color information
#E98ABB (or 0xE98ABB) is known color: Shocking. HEX triplet: E9, 8A and BB. RGB value is (233,138,187). Sum of RGB (Red+Green+Blue) = 233+138+187=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ABB is #167544. Grayscale: #ABABAB. Windows color (decimal): -1471813 or 12290793. OLE color: 12290793.
HSL color Cylindrical-coordinate representation of color #E98ABB: hue angle of 329.05º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E98ABB is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 187 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.09 |
| HSL | 329.05º | 0.68% | 0.73% | - |
| HSV(B) | 329.05º | 0.41% | 0.91% | - |
| XYZ | 51.66 | 39.09 | 51.84 | - |
| YUV | 171.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 187 | 0 | 0.41 | 0.20 | 0.09 | 329.05 | 0.68 | 0.73 |
| Hex | E9 | 8A | BB | 0 | 29 | 14 | 9 | 149 | 44 | 49 |
| Octal | 351 | 212 | 273 | 0 | 51 | 24 | 11 | 511 | 104 | 111 |
| Binary | 11101001 | 10001010 | 10111011 | 0 | 101001 | 10100 | 1001 | 101001001 | 1000100 | 1001001 |
Color Harmonies of #E98ABB
Complementary color
Monochromatic Colors of #E98ABB
Black with #E98ABB
Text Example
Text Example
White with #E98ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98ABB; }
p { color: rgb(233,138,187); }
H1.HeaderClassName
{
color: #E98ABB;
}
.AnyTagClassName
{
color: #E98ABB;
}
</style>
background-color css
<style>
a { background-color: #E98ABB; }
a { background-color: rgb(233,138,187); }
div.DivClassName
{
background-color: #E98ABB;
}
.BgClassName
{
background-color: #E98ABB;
}
</style>
border-color css
<style>
span { border-color: #E98ABB; }
span { border-color: rgb(233,138,187); }
td.TdClassName
{
border-color: #E98ABB;
}
.TagClassName
{
border-color: #E98ABB;
}
</style>