Shades of Plum #E08EDA
Tints of Plum #E08EDA
RGB
CMYK
RGB Variations
Color information
#E08EDA (or 0xE08EDA) is known color: Plum. HEX triplet: E0, 8E and DA. RGB value is (224,142,218). Sum of RGB (Red+Green+Blue) = 224+142+218=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EDA is #1F7125. Grayscale: #AEAEAE. Windows color (decimal): -2060582 or 14323424. OLE color: 14323424.
HSL color Cylindrical-coordinate representation of color #E08EDA: hue angle of 304.39º 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 #E08EDA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 218 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.12 |
| HSL | 304.39º | 0.57% | 0.72% | - |
| HSV(B) | 304.39º | 0.37% | 0.88% | - |
| XYZ | 53.07 | 40.26 | 71.3 | - |
| YUV | 175.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 218 | 0 | 0.37 | 0.03 | 0.12 | 304.39 | 0.57 | 0.72 |
| Hex | E0 | 8E | DA | 0 | 25 | 3 | C | 130 | 39 | 48 |
| Octal | 340 | 216 | 332 | 0 | 45 | 3 | 14 | 460 | 71 | 110 |
| Binary | 11100000 | 10001110 | 11011010 | 0 | 100101 | 11 | 1100 | 100110000 | 111001 | 1001000 |
Color Harmonies of #E08EDA
Complementary color
Monochromatic Colors of #E08EDA
Black with #E08EDA
Text Example
Text Example
White with #E08EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EDA; }
p { color: rgb(224,142,218); }
H1.HeaderClassName
{
color: #E08EDA;
}
.AnyTagClassName
{
color: #E08EDA;
}
</style>
background-color css
<style>
a { background-color: #E08EDA; }
a { background-color: rgb(224,142,218); }
div.DivClassName
{
background-color: #E08EDA;
}
.BgClassName
{
background-color: #E08EDA;
}
</style>
border-color css
<style>
span { border-color: #E08EDA; }
span { border-color: rgb(224,142,218); }
td.TdClassName
{
border-color: #E08EDA;
}
.TagClassName
{
border-color: #E08EDA;
}
</style>