Shades of Plum #E89FDF
Tints of Plum #E89FDF
RGB
CMYK
RGB Variations
Color information
#E89FDF (or 0xE89FDF) is known color: Plum. HEX triplet: E8, 9F and DF. RGB value is (232,159,223). Sum of RGB (Red+Green+Blue) = 232+159+223=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FDF is #176020. Grayscale: #BBBBBB. Windows color (decimal): -1531937 or 14655464. OLE color: 14655464.
HSL color Cylindrical-coordinate representation of color #E89FDF: hue angle of 307.4º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E89FDF is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 223 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.09 |
| HSL | 307.4º | 0.61% | 0.77% | - |
| HSV(B) | 307.4º | 0.31% | 0.91% | - |
| XYZ | 59 | 47.28 | 75.83 | - |
| YUV | 188.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 223 | 0 | 0.31 | 0.04 | 0.09 | 307.4 | 0.61 | 0.77 |
| Hex | E8 | 9F | DF | 0 | 1F | 4 | 9 | 133 | 3D | 4D |
| Octal | 350 | 237 | 337 | 0 | 37 | 4 | 11 | 463 | 75 | 115 |
| Binary | 11101000 | 10011111 | 11011111 | 0 | 11111 | 100 | 1001 | 100110011 | 111101 | 1001101 |
Color Harmonies of #E89FDF
Complementary color
Monochromatic Colors of #E89FDF
Black with #E89FDF
Text Example
Text Example
White with #E89FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FDF; }
p { color: rgb(232,159,223); }
H1.HeaderClassName
{
color: #E89FDF;
}
.AnyTagClassName
{
color: #E89FDF;
}
</style>
background-color css
<style>
a { background-color: #E89FDF; }
a { background-color: rgb(232,159,223); }
div.DivClassName
{
background-color: #E89FDF;
}
.BgClassName
{
background-color: #E89FDF;
}
</style>
border-color css
<style>
span { border-color: #E89FDF; }
span { border-color: rgb(232,159,223); }
td.TdClassName
{
border-color: #E89FDF;
}
.TagClassName
{
border-color: #E89FDF;
}
</style>