Shades of Plum #E08DDE
Tints of Plum #E08DDE
RGB
CMYK
RGB Variations
Color information
#E08DDE (or 0xE08DDE) is known color: Plum. HEX triplet: E0, 8D and DE. RGB value is (224,141,222). Sum of RGB (Red+Green+Blue) = 224+141+222=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DDE is #1F7221. Grayscale: #AEAEAE. Windows color (decimal): -2060834 or 14585312. OLE color: 14585312.
HSL color Cylindrical-coordinate representation of color #E08DDE: hue angle of 301.45º 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 #E08DDE is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 222 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.12 |
| HSL | 301.45º | 0.57% | 0.72% | - |
| HSV(B) | 301.45º | 0.37% | 0.88% | - |
| XYZ | 53.45 | 40.17 | 74.04 | - |
| YUV | 175.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 222 | 0 | 0.37 | 0.01 | 0.12 | 301.45 | 0.57 | 0.72 |
| Hex | E0 | 8D | DE | 0 | 25 | 1 | C | 12D | 39 | 48 |
| Octal | 340 | 215 | 336 | 0 | 45 | 1 | 14 | 455 | 71 | 110 |
| Binary | 11100000 | 10001101 | 11011110 | 0 | 100101 | 1 | 1100 | 100101101 | 111001 | 1001000 |
Color Harmonies of #E08DDE
Complementary color
Monochromatic Colors of #E08DDE
Black with #E08DDE
Text Example
Text Example
White with #E08DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DDE; }
p { color: rgb(224,141,222); }
H1.HeaderClassName
{
color: #E08DDE;
}
.AnyTagClassName
{
color: #E08DDE;
}
</style>
background-color css
<style>
a { background-color: #E08DDE; }
a { background-color: rgb(224,141,222); }
div.DivClassName
{
background-color: #E08DDE;
}
.BgClassName
{
background-color: #E08DDE;
}
</style>
border-color css
<style>
span { border-color: #E08DDE; }
span { border-color: rgb(224,141,222); }
td.TdClassName
{
border-color: #E08DDE;
}
.TagClassName
{
border-color: #E08DDE;
}
</style>