Shades of Plum #E89FDA
Tints of Plum #E89FDA
RGB
CMYK
RGB Variations
Color information
#E89FDA (or 0xE89FDA) is known color: Plum. HEX triplet: E8, 9F and DA. RGB value is (232,159,218). Sum of RGB (Red+Green+Blue) = 232+159+218=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FDA is #176025. Grayscale: #BBBBBB. Windows color (decimal): -1531942 or 14327784. OLE color: 14327784.
HSL color Cylindrical-coordinate representation of color #E89FDA: hue angle of 311.51º 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 #E89FDA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 218 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.09 |
| HSL | 311.51º | 0.61% | 0.77% | - |
| HSV(B) | 311.51º | 0.31% | 0.91% | - |
| XYZ | 58.33 | 47.01 | 72.33 | - |
| YUV | 187.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 218 | 0 | 0.31 | 0.06 | 0.09 | 311.51 | 0.61 | 0.77 |
| Hex | E8 | 9F | DA | 0 | 1F | 6 | 9 | 138 | 3D | 4D |
| Octal | 350 | 237 | 332 | 0 | 37 | 6 | 11 | 470 | 75 | 115 |
| Binary | 11101000 | 10011111 | 11011010 | 0 | 11111 | 110 | 1001 | 100111000 | 111101 | 1001101 |
Color Harmonies of #E89FDA
Complementary color
Monochromatic Colors of #E89FDA
Black with #E89FDA
Text Example
Text Example
White with #E89FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89FDA; }
p { color: rgb(232,159,218); }
H1.HeaderClassName
{
color: #E89FDA;
}
.AnyTagClassName
{
color: #E89FDA;
}
</style>
background-color css
<style>
a { background-color: #E89FDA; }
a { background-color: rgb(232,159,218); }
div.DivClassName
{
background-color: #E89FDA;
}
.BgClassName
{
background-color: #E89FDA;
}
</style>
border-color css
<style>
span { border-color: #E89FDA; }
span { border-color: rgb(232,159,218); }
td.TdClassName
{
border-color: #E89FDA;
}
.TagClassName
{
border-color: #E89FDA;
}
</style>