Shades of Shocking #E89ABD
Tints of Shocking #E89ABD
RGB
CMYK
RGB Variations
Color information
#E89ABD (or 0xE89ABD) is known color: Shocking. HEX triplet: E8, 9A and BD. RGB value is (232,154,189). Sum of RGB (Red+Green+Blue) = 232+154+189=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E89ABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89ABD is #176542. Grayscale: #B5B5B5. Windows color (decimal): -1533251 or 12425960. OLE color: 12425960.
HSL color Cylindrical-coordinate representation of color #E89ABD: hue angle of 333.08º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E89ABD is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 189 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.09 |
| HSL | 333.08º | 0.63% | 0.76% | - |
| HSV(B) | 333.08º | 0.34% | 0.91% | - |
| XYZ | 54.02 | 43.94 | 53.78 | - |
| YUV | 181.31 | 132.34 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 189 | 0 | 0.34 | 0.19 | 0.09 | 333.08 | 0.63 | 0.76 |
| Hex | E8 | 9A | BD | 0 | 22 | 13 | 9 | 14D | 3F | 4C |
| Octal | 350 | 232 | 275 | 0 | 42 | 23 | 11 | 515 | 77 | 114 |
| Binary | 11101000 | 10011010 | 10111101 | 0 | 100010 | 10011 | 1001 | 101001101 | 111111 | 1001100 |
Color Harmonies of #E89ABD
Complementary color
Monochromatic Colors of #E89ABD
Black with #E89ABD
Text Example
Text Example
White with #E89ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89ABD; }
p { color: rgb(232,154,189); }
H1.HeaderClassName
{
color: #E89ABD;
}
.AnyTagClassName
{
color: #E89ABD;
}
</style>
background-color css
<style>
a { background-color: #E89ABD; }
a { background-color: rgb(232,154,189); }
div.DivClassName
{
background-color: #E89ABD;
}
.BgClassName
{
background-color: #E89ABD;
}
</style>
border-color css
<style>
span { border-color: #E89ABD; }
span { border-color: rgb(232,154,189); }
td.TdClassName
{
border-color: #E89ABD;
}
.TagClassName
{
border-color: #E89ABD;
}
</style>