Shades of Plum #E89DDA
Tints of Plum #E89DDA
RGB
CMYK
RGB Variations
Color information
#E89DDA (or 0xE89DDA) is known color: Plum. HEX triplet: E8, 9D and DA. RGB value is (232,157,218). Sum of RGB (Red+Green+Blue) = 232+157+218=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E89DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89DDA is #176225. Grayscale: #BABABA. Windows color (decimal): -1532454 or 14327272. OLE color: 14327272.
HSL color Cylindrical-coordinate representation of color #E89DDA: hue angle of 311.2º 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 #E89DDA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 157 | 218 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.09 |
| HSL | 311.2º | 0.62% | 0.76% | - |
| HSV(B) | 311.2º | 0.32% | 0.91% | - |
| XYZ | 57.99 | 46.33 | 72.22 | - |
| YUV | 186.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 218 | 0 | 0.32 | 0.06 | 0.09 | 311.2 | 0.62 | 0.76 |
| Hex | E8 | 9D | DA | 0 | 20 | 6 | 9 | 137 | 3E | 4C |
| Octal | 350 | 235 | 332 | 0 | 40 | 6 | 11 | 467 | 76 | 114 |
| Binary | 11101000 | 10011101 | 11011010 | 0 | 100000 | 110 | 1001 | 100110111 | 111110 | 1001100 |
Color Harmonies of #E89DDA
Complementary color
Monochromatic Colors of #E89DDA
Black with #E89DDA
Text Example
Text Example
White with #E89DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89DDA; }
p { color: rgb(232,157,218); }
H1.HeaderClassName
{
color: #E89DDA;
}
.AnyTagClassName
{
color: #E89DDA;
}
</style>
background-color css
<style>
a { background-color: #E89DDA; }
a { background-color: rgb(232,157,218); }
div.DivClassName
{
background-color: #E89DDA;
}
.BgClassName
{
background-color: #E89DDA;
}
</style>
border-color css
<style>
span { border-color: #E89DDA; }
span { border-color: rgb(232,157,218); }
td.TdClassName
{
border-color: #E89DDA;
}
.TagClassName
{
border-color: #E89DDA;
}
</style>