Shades of Plum #E08DD2
Tints of Plum #E08DD2
RGB
CMYK
RGB Variations
Color information
#E08DD2 (or 0xE08DD2) is known color: Plum. HEX triplet: E0, 8D and D2. RGB value is (224,141,210). Sum of RGB (Red+Green+Blue) = 224+141+210=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DD2 is #1F722D. Grayscale: #ADADAD. Windows color (decimal): -2060846 or 13798880. OLE color: 13798880.
HSL color Cylindrical-coordinate representation of color #E08DD2: hue angle of 310.12º 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 #E08DD2 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 210 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.12 |
| HSL | 310.12º | 0.57% | 0.72% | - |
| HSV(B) | 310.12º | 0.37% | 0.88% | - |
| XYZ | 51.9 | 39.55 | 65.87 | - |
| YUV | 173.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 210 | 0 | 0.37 | 0.06 | 0.12 | 310.12 | 0.57 | 0.72 |
| Hex | E0 | 8D | D2 | 0 | 25 | 6 | C | 136 | 39 | 48 |
| Octal | 340 | 215 | 322 | 0 | 45 | 6 | 14 | 466 | 71 | 110 |
| Binary | 11100000 | 10001101 | 11010010 | 0 | 100101 | 110 | 1100 | 100110110 | 111001 | 1001000 |
Color Harmonies of #E08DD2
Complementary color
Monochromatic Colors of #E08DD2
Black with #E08DD2
Text Example
Text Example
White with #E08DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DD2; }
p { color: rgb(224,141,210); }
H1.HeaderClassName
{
color: #E08DD2;
}
.AnyTagClassName
{
color: #E08DD2;
}
</style>
background-color css
<style>
a { background-color: #E08DD2; }
a { background-color: rgb(224,141,210); }
div.DivClassName
{
background-color: #E08DD2;
}
.BgClassName
{
background-color: #E08DD2;
}
</style>
border-color css
<style>
span { border-color: #E08DD2; }
span { border-color: rgb(224,141,210); }
td.TdClassName
{
border-color: #E08DD2;
}
.TagClassName
{
border-color: #E08DD2;
}
</style>