Shades of Plum #E89BDA
Tints of Plum #E89BDA
RGB
CMYK
RGB Variations
Color information
#E89BDA (or 0xE89BDA) is known color: Plum. HEX triplet: E8, 9B and DA. RGB value is (232,155,218). Sum of RGB (Red+Green+Blue) = 232+155+218=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E89BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89BDA is #176425. Grayscale: #B9B9B9. Windows color (decimal): -1532966 or 14326760. OLE color: 14326760.
HSL color Cylindrical-coordinate representation of color #E89BDA: hue angle of 310.91º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89BDA is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 218 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.09 |
| HSL | 310.91º | 0.63% | 0.76% | - |
| HSV(B) | 310.91º | 0.33% | 0.91% | - |
| XYZ | 57.65 | 45.66 | 72.1 | - |
| YUV | 185.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 218 | 0 | 0.33 | 0.06 | 0.09 | 310.91 | 0.63 | 0.76 |
| Hex | E8 | 9B | DA | 0 | 21 | 6 | 9 | 137 | 3F | 4C |
| Octal | 350 | 233 | 332 | 0 | 41 | 6 | 11 | 467 | 77 | 114 |
| Binary | 11101000 | 10011011 | 11011010 | 0 | 100001 | 110 | 1001 | 100110111 | 111111 | 1001100 |
Color Harmonies of #E89BDA
Complementary color
Monochromatic Colors of #E89BDA
Black with #E89BDA
Text Example
Text Example
White with #E89BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89BDA; }
p { color: rgb(232,155,218); }
H1.HeaderClassName
{
color: #E89BDA;
}
.AnyTagClassName
{
color: #E89BDA;
}
</style>
background-color css
<style>
a { background-color: #E89BDA; }
a { background-color: rgb(232,155,218); }
div.DivClassName
{
background-color: #E89BDA;
}
.BgClassName
{
background-color: #E89BDA;
}
</style>
border-color css
<style>
span { border-color: #E89BDA; }
span { border-color: rgb(232,155,218); }
td.TdClassName
{
border-color: #E89BDA;
}
.TagClassName
{
border-color: #E89BDA;
}
</style>