Shades of Plum #E89DEC
Tints of Plum #E89DEC
RGB
CMYK
RGB Variations
Color information
#E89DEC (or 0xE89DEC) is known color: Plum. HEX triplet: E8, 9D and EC. RGB value is (232,157,236). Sum of RGB (Red+Green+Blue) = 232+157+236=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #E89DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89DEC is #176213. Grayscale: #BCBCBC. Windows color (decimal): -1532436 or 15506920. OLE color: 15506920.
HSL color Cylindrical-coordinate representation of color #E89DEC: hue angle of 296.96º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89DEC is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 157 | 236 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.07 |
| HSL | 296.96º | 0.68% | 0.77% | - |
| HSV(B) | 296.96º | 0.33% | 0.93% | - |
| XYZ | 60.48 | 47.33 | 85.3 | - |
| YUV | 188.43 | 154.85 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 236 | 0.02 | 0.33 | 0 | 0.07 | 296.96 | 0.68 | 0.77 |
| Hex | E8 | 9D | EC | 2 | 21 | 0 | 7 | 129 | 44 | 4D |
| Octal | 350 | 235 | 354 | 2 | 41 | 0 | 7 | 451 | 104 | 115 |
| Binary | 11101000 | 10011101 | 11101100 | 10 | 100001 | 0 | 111 | 100101001 | 1000100 | 1001101 |
Color Harmonies of #E89DEC
Complementary color
Monochromatic Colors of #E89DEC
Black with #E89DEC
Text Example
Text Example
White with #E89DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89DEC; }
p { color: rgb(232,157,236); }
H1.HeaderClassName
{
color: #E89DEC;
}
.AnyTagClassName
{
color: #E89DEC;
}
</style>
background-color css
<style>
a { background-color: #E89DEC; }
a { background-color: rgb(232,157,236); }
div.DivClassName
{
background-color: #E89DEC;
}
.BgClassName
{
background-color: #E89DEC;
}
</style>
border-color css
<style>
span { border-color: #E89DEC; }
span { border-color: rgb(232,157,236); }
td.TdClassName
{
border-color: #E89DEC;
}
.TagClassName
{
border-color: #E89DEC;
}
</style>