Shades of Plum #E89AD7
Tints of Plum #E89AD7
RGB
CMYK
RGB Variations
Color information
#E89AD7 (or 0xE89AD7) is known color: Plum. HEX triplet: E8, 9A and D7. RGB value is (232,154,215). Sum of RGB (Red+Green+Blue) = 232+154+215=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E89AD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89AD7 is #176528. Grayscale: #B8B8B8. Windows color (decimal): -1533225 or 14129896. OLE color: 14129896.
HSL color Cylindrical-coordinate representation of color #E89AD7: hue angle of 313.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 #E89AD7 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 215 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.09 |
| HSL | 313.08º | 0.63% | 0.76% | - |
| HSV(B) | 313.08º | 0.34% | 0.91% | - |
| XYZ | 57.1 | 45.17 | 70 | - |
| YUV | 184.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 215 | 0 | 0.34 | 0.07 | 0.09 | 313.08 | 0.63 | 0.76 |
| Hex | E8 | 9A | D7 | 0 | 22 | 7 | 9 | 139 | 3F | 4C |
| Octal | 350 | 232 | 327 | 0 | 42 | 7 | 11 | 471 | 77 | 114 |
| Binary | 11101000 | 10011010 | 11010111 | 0 | 100010 | 111 | 1001 | 100111001 | 111111 | 1001100 |
Color Harmonies of #E89AD7
Complementary color
Monochromatic Colors of #E89AD7
Black with #E89AD7
Text Example
Text Example
White with #E89AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89AD7; }
p { color: rgb(232,154,215); }
H1.HeaderClassName
{
color: #E89AD7;
}
.AnyTagClassName
{
color: #E89AD7;
}
</style>
background-color css
<style>
a { background-color: #E89AD7; }
a { background-color: rgb(232,154,215); }
div.DivClassName
{
background-color: #E89AD7;
}
.BgClassName
{
background-color: #E89AD7;
}
</style>
border-color css
<style>
span { border-color: #E89AD7; }
span { border-color: rgb(232,154,215); }
td.TdClassName
{
border-color: #E89AD7;
}
.TagClassName
{
border-color: #E89AD7;
}
</style>