Shades of Plum #E89BDD
Tints of Plum #E89BDD
RGB
CMYK
RGB Variations
Color information
#E89BDD (or 0xE89BDD) is known color: Plum. HEX triplet: E8, 9B and DD. RGB value is (232,155,221). Sum of RGB (Red+Green+Blue) = 232+155+221=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E89BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89BDD is #176422. Grayscale: #B9B9B9. Windows color (decimal): -1532963 or 14523368. OLE color: 14523368.
HSL color Cylindrical-coordinate representation of color #E89BDD: hue angle of 308.57º 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 #E89BDD is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 155 | 221 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.09 |
| HSL | 308.57º | 0.63% | 0.76% | - |
| HSV(B) | 308.57º | 0.33% | 0.91% | - |
| XYZ | 58.05 | 45.82 | 74.19 | - |
| YUV | 185.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 155 | 221 | 0 | 0.33 | 0.05 | 0.09 | 308.57 | 0.63 | 0.76 |
| Hex | E8 | 9B | DD | 0 | 21 | 5 | 9 | 135 | 3F | 4C |
| Octal | 350 | 233 | 335 | 0 | 41 | 5 | 11 | 465 | 77 | 114 |
| Binary | 11101000 | 10011011 | 11011101 | 0 | 100001 | 101 | 1001 | 100110101 | 111111 | 1001100 |
Color Harmonies of #E89BDD
Complementary color
Monochromatic Colors of #E89BDD
Black with #E89BDD
Text Example
Text Example
White with #E89BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89BDD; }
p { color: rgb(232,155,221); }
H1.HeaderClassName
{
color: #E89BDD;
}
.AnyTagClassName
{
color: #E89BDD;
}
</style>
background-color css
<style>
a { background-color: #E89BDD; }
a { background-color: rgb(232,155,221); }
div.DivClassName
{
background-color: #E89BDD;
}
.BgClassName
{
background-color: #E89BDD;
}
</style>
border-color css
<style>
span { border-color: #E89BDD; }
span { border-color: rgb(232,155,221); }
td.TdClassName
{
border-color: #E89BDD;
}
.TagClassName
{
border-color: #E89BDD;
}
</style>