Shades of Shocking #E88ABB
Tints of Shocking #E88ABB
RGB
CMYK
RGB Variations
Color information
#E88ABB (or 0xE88ABB) is known color: Shocking. HEX triplet: E8, 8A and BB. RGB value is (232,138,187). Sum of RGB (Red+Green+Blue) = 232+138+187=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ABB is #177544. Grayscale: #ABABAB. Windows color (decimal): -1537349 or 12290792. OLE color: 12290792.
HSL color Cylindrical-coordinate representation of color #E88ABB: hue angle of 328.72º degrees, saturation: 0.67, 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 #E88ABB is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 187 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.09 |
| HSL | 328.72º | 0.67% | 0.73% | - |
| HSV(B) | 328.72º | 0.41% | 0.91% | - |
| XYZ | 51.34 | 38.92 | 51.82 | - |
| YUV | 171.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 187 | 0 | 0.41 | 0.19 | 0.09 | 328.72 | 0.67 | 0.73 |
| Hex | E8 | 8A | BB | 0 | 29 | 13 | 9 | 149 | 43 | 49 |
| Octal | 350 | 212 | 273 | 0 | 51 | 23 | 11 | 511 | 103 | 111 |
| Binary | 11101000 | 10001010 | 10111011 | 0 | 101001 | 10011 | 1001 | 101001001 | 1000011 | 1001001 |
Color Harmonies of #E88ABB
Complementary color
Monochromatic Colors of #E88ABB
Black with #E88ABB
Text Example
Text Example
White with #E88ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88ABB; }
p { color: rgb(232,138,187); }
H1.HeaderClassName
{
color: #E88ABB;
}
.AnyTagClassName
{
color: #E88ABB;
}
</style>
background-color css
<style>
a { background-color: #E88ABB; }
a { background-color: rgb(232,138,187); }
div.DivClassName
{
background-color: #E88ABB;
}
.BgClassName
{
background-color: #E88ABB;
}
</style>
border-color css
<style>
span { border-color: #E88ABB; }
span { border-color: rgb(232,138,187); }
td.TdClassName
{
border-color: #E88ABB;
}
.TagClassName
{
border-color: #E88ABB;
}
</style>