Shades of Plum #E89DDC
Tints of Plum #E89DDC
RGB
CMYK
RGB Variations
Color information
#E89DDC (or 0xE89DDC) is known color: Plum. HEX triplet: E8, 9D and DC. RGB value is (232,157,220). Sum of RGB (Red+Green+Blue) = 232+157+220=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E89DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89DDC is #176223. Grayscale: #BABABA. Windows color (decimal): -1532452 or 14458344. OLE color: 14458344.
HSL color Cylindrical-coordinate representation of color #E89DDC: hue angle of 309.6º 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 #E89DDC is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 157 | 220 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.09 |
| HSL | 309.6º | 0.62% | 0.76% | - |
| HSV(B) | 309.6º | 0.32% | 0.91% | - |
| XYZ | 58.25 | 46.44 | 73.6 | - |
| YUV | 186.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 220 | 0 | 0.32 | 0.05 | 0.09 | 309.6 | 0.62 | 0.76 |
| Hex | E8 | 9D | DC | 0 | 20 | 5 | 9 | 136 | 3E | 4C |
| Octal | 350 | 235 | 334 | 0 | 40 | 5 | 11 | 466 | 76 | 114 |
| Binary | 11101000 | 10011101 | 11011100 | 0 | 100000 | 101 | 1001 | 100110110 | 111110 | 1001100 |
Color Harmonies of #E89DDC
Complementary color
Monochromatic Colors of #E89DDC
Black with #E89DDC
Text Example
Text Example
White with #E89DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89DDC; }
p { color: rgb(232,157,220); }
H1.HeaderClassName
{
color: #E89DDC;
}
.AnyTagClassName
{
color: #E89DDC;
}
</style>
background-color css
<style>
a { background-color: #E89DDC; }
a { background-color: rgb(232,157,220); }
div.DivClassName
{
background-color: #E89DDC;
}
.BgClassName
{
background-color: #E89DDC;
}
</style>
border-color css
<style>
span { border-color: #E89DDC; }
span { border-color: rgb(232,157,220); }
td.TdClassName
{
border-color: #E89DDC;
}
.TagClassName
{
border-color: #E89DDC;
}
</style>