Shades of Shocking #E988B5
Tints of Shocking #E988B5
RGB
CMYK
RGB Variations
Color information
#E988B5 (or 0xE988B5) is known color: Shocking. HEX triplet: E9, 88 and B5. RGB value is (233,136,181). Sum of RGB (Red+Green+Blue) = 233+136+181=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E988B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988B5 is #16774A. Grayscale: #AAAAAA. Windows color (decimal): -1472331 or 11897065. OLE color: 11897065.
HSL color Cylindrical-coordinate representation of color #E988B5: hue angle of 332.16º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E988B5 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 181 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.09 |
| HSL | 332.16º | 0.69% | 0.72% | - |
| HSV(B) | 332.16º | 0.42% | 0.91% | - |
| XYZ | 50.75 | 38.27 | 48.43 | - |
| YUV | 170.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 181 | 0 | 0.42 | 0.22 | 0.09 | 332.16 | 0.69 | 0.72 |
| Hex | E9 | 88 | B5 | 0 | 2A | 16 | 9 | 14C | 45 | 48 |
| Octal | 351 | 210 | 265 | 0 | 52 | 26 | 11 | 514 | 105 | 110 |
| Binary | 11101001 | 10001000 | 10110101 | 0 | 101010 | 10110 | 1001 | 101001100 | 1000101 | 1001000 |
Color Harmonies of #E988B5
Complementary color
Monochromatic Colors of #E988B5
Black with #E988B5
Text Example
Text Example
White with #E988B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988B5; }
p { color: rgb(233,136,181); }
H1.HeaderClassName
{
color: #E988B5;
}
.AnyTagClassName
{
color: #E988B5;
}
</style>
background-color css
<style>
a { background-color: #E988B5; }
a { background-color: rgb(233,136,181); }
div.DivClassName
{
background-color: #E988B5;
}
.BgClassName
{
background-color: #E988B5;
}
</style>
border-color css
<style>
span { border-color: #E988B5; }
span { border-color: rgb(233,136,181); }
td.TdClassName
{
border-color: #E988B5;
}
.TagClassName
{
border-color: #E988B5;
}
</style>