Shades of Plum #E89CDD
Tints of Plum #E89CDD
RGB
CMYK
RGB Variations
Color information
#E89CDD (or 0xE89CDD) is known color: Plum. HEX triplet: E8, 9C and DD. RGB value is (232,156,221). Sum of RGB (Red+Green+Blue) = 232+156+221=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E89CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89CDD is #176322. Grayscale: #B9B9B9. Windows color (decimal): -1532707 or 14523624. OLE color: 14523624.
HSL color Cylindrical-coordinate representation of color #E89CDD: hue angle of 308.68º degrees, saturation: 0.62, 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 #E89CDD is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 221 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.09 |
| HSL | 308.68º | 0.62% | 0.76% | - |
| HSV(B) | 308.68º | 0.33% | 0.91% | - |
| XYZ | 58.22 | 46.15 | 74.25 | - |
| YUV | 186.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 221 | 0 | 0.33 | 0.05 | 0.09 | 308.68 | 0.62 | 0.76 |
| Hex | E8 | 9C | DD | 0 | 21 | 5 | 9 | 135 | 3E | 4C |
| Octal | 350 | 234 | 335 | 0 | 41 | 5 | 11 | 465 | 76 | 114 |
| Binary | 11101000 | 10011100 | 11011101 | 0 | 100001 | 101 | 1001 | 100110101 | 111110 | 1001100 |
Color Harmonies of #E89CDD
Complementary color
Monochromatic Colors of #E89CDD
Black with #E89CDD
Text Example
Text Example
White with #E89CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89CDD; }
p { color: rgb(232,156,221); }
H1.HeaderClassName
{
color: #E89CDD;
}
.AnyTagClassName
{
color: #E89CDD;
}
</style>
background-color css
<style>
a { background-color: #E89CDD; }
a { background-color: rgb(232,156,221); }
div.DivClassName
{
background-color: #E89CDD;
}
.BgClassName
{
background-color: #E89CDD;
}
</style>
border-color css
<style>
span { border-color: #E89CDD; }
span { border-color: rgb(232,156,221); }
td.TdClassName
{
border-color: #E89CDD;
}
.TagClassName
{
border-color: #E89CDD;
}
</style>