Shades of Plum #E89DDD
Tints of Plum #E89DDD
RGB
CMYK
RGB Variations
Color information
#E89DDD (or 0xE89DDD) is known color: Plum. HEX triplet: E8, 9D and DD. RGB value is (232,157,221). Sum of RGB (Red+Green+Blue) = 232+157+221=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E89DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89DDD is #176222. Grayscale: #BABABA. Windows color (decimal): -1532451 or 14523880. OLE color: 14523880.
HSL color Cylindrical-coordinate representation of color #E89DDD: hue angle of 308.8º 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 #E89DDD is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 157 | 221 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.09 |
| HSL | 308.8º | 0.62% | 0.76% | - |
| HSV(B) | 308.8º | 0.32% | 0.91% | - |
| XYZ | 58.39 | 46.49 | 74.3 | - |
| YUV | 186.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 221 | 0 | 0.32 | 0.05 | 0.09 | 308.8 | 0.62 | 0.76 |
| Hex | E8 | 9D | DD | 0 | 20 | 5 | 9 | 135 | 3E | 4C |
| Octal | 350 | 235 | 335 | 0 | 40 | 5 | 11 | 465 | 76 | 114 |
| Binary | 11101000 | 10011101 | 11011101 | 0 | 100000 | 101 | 1001 | 100110101 | 111110 | 1001100 |
Color Harmonies of #E89DDD
Complementary color
Monochromatic Colors of #E89DDD
Black with #E89DDD
Text Example
Text Example
White with #E89DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89DDD; }
p { color: rgb(232,157,221); }
H1.HeaderClassName
{
color: #E89DDD;
}
.AnyTagClassName
{
color: #E89DDD;
}
</style>
background-color css
<style>
a { background-color: #E89DDD; }
a { background-color: rgb(232,157,221); }
div.DivClassName
{
background-color: #E89DDD;
}
.BgClassName
{
background-color: #E89DDD;
}
</style>
border-color css
<style>
span { border-color: #E89DDD; }
span { border-color: rgb(232,157,221); }
td.TdClassName
{
border-color: #E89DDD;
}
.TagClassName
{
border-color: #E89DDD;
}
</style>