Shades of Plum #E08ED1
Tints of Plum #E08ED1
RGB
CMYK
RGB Variations
Color information
#E08ED1 (or 0xE08ED1) is known color: Plum. HEX triplet: E0, 8E and D1. RGB value is (224,142,209). Sum of RGB (Red+Green+Blue) = 224+142+209=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ED1 is #1F712E. Grayscale: #ADADAD. Windows color (decimal): -2060591 or 13733600. OLE color: 13733600.
HSL color Cylindrical-coordinate representation of color #E08ED1: hue angle of 310.98º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08ED1 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 209 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.12 |
| HSL | 310.98º | 0.57% | 0.72% | - |
| HSV(B) | 310.98º | 0.37% | 0.88% | - |
| XYZ | 51.92 | 39.8 | 65.27 | - |
| YUV | 174.16 | 147.67 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 209 | 0 | 0.37 | 0.07 | 0.12 | 310.98 | 0.57 | 0.72 |
| Hex | E0 | 8E | D1 | 0 | 25 | 7 | C | 137 | 39 | 48 |
| Octal | 340 | 216 | 321 | 0 | 45 | 7 | 14 | 467 | 71 | 110 |
| Binary | 11100000 | 10001110 | 11010001 | 0 | 100101 | 111 | 1100 | 100110111 | 111001 | 1001000 |
Color Harmonies of #E08ED1
Complementary color
Monochromatic Colors of #E08ED1
Black with #E08ED1
Text Example
Text Example
White with #E08ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08ED1; }
p { color: rgb(224,142,209); }
H1.HeaderClassName
{
color: #E08ED1;
}
.AnyTagClassName
{
color: #E08ED1;
}
</style>
background-color css
<style>
a { background-color: #E08ED1; }
a { background-color: rgb(224,142,209); }
div.DivClassName
{
background-color: #E08ED1;
}
.BgClassName
{
background-color: #E08ED1;
}
</style>
border-color css
<style>
span { border-color: #E08ED1; }
span { border-color: rgb(224,142,209); }
td.TdClassName
{
border-color: #E08ED1;
}
.TagClassName
{
border-color: #E08ED1;
}
</style>