Shades of Plum #E89EDF
Tints of Plum #E89EDF
RGB
CMYK
RGB Variations
Color information
#E89EDF (or 0xE89EDF) is known color: Plum. HEX triplet: E8, 9E and DF. RGB value is (232,158,223). Sum of RGB (Red+Green+Blue) = 232+158+223=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E89EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89EDF is #176120. Grayscale: #BBBBBB. Windows color (decimal): -1532193 or 14655208. OLE color: 14655208.
HSL color Cylindrical-coordinate representation of color #E89EDF: hue angle of 307.3º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E89EDF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 223 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.09 |
| HSL | 307.3º | 0.62% | 0.76% | - |
| HSV(B) | 307.3º | 0.32% | 0.91% | - |
| XYZ | 58.82 | 46.94 | 75.77 | - |
| YUV | 187.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 223 | 0 | 0.32 | 0.04 | 0.09 | 307.3 | 0.62 | 0.76 |
| Hex | E8 | 9E | DF | 0 | 20 | 4 | 9 | 133 | 3E | 4C |
| Octal | 350 | 236 | 337 | 0 | 40 | 4 | 11 | 463 | 76 | 114 |
| Binary | 11101000 | 10011110 | 11011111 | 0 | 100000 | 100 | 1001 | 100110011 | 111110 | 1001100 |
Color Harmonies of #E89EDF
Complementary color
Monochromatic Colors of #E89EDF
Black with #E89EDF
Text Example
Text Example
White with #E89EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89EDF; }
p { color: rgb(232,158,223); }
H1.HeaderClassName
{
color: #E89EDF;
}
.AnyTagClassName
{
color: #E89EDF;
}
</style>
background-color css
<style>
a { background-color: #E89EDF; }
a { background-color: rgb(232,158,223); }
div.DivClassName
{
background-color: #E89EDF;
}
.BgClassName
{
background-color: #E89EDF;
}
</style>
border-color css
<style>
span { border-color: #E89EDF; }
span { border-color: rgb(232,158,223); }
td.TdClassName
{
border-color: #E89EDF;
}
.TagClassName
{
border-color: #E89EDF;
}
</style>