Shades of Plum #E08EDD
Tints of Plum #E08EDD
RGB
CMYK
RGB Variations
Color information
#E08EDD (or 0xE08EDD) is known color: Plum. HEX triplet: E0, 8E and DD. RGB value is (224,142,221). Sum of RGB (Red+Green+Blue) = 224+142+221=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EDD is #1F7122. Grayscale: #AFAFAF. Windows color (decimal): -2060579 or 14520032. OLE color: 14520032.
HSL color Cylindrical-coordinate representation of color #E08EDD: hue angle of 302.2º 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 #E08EDD is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 221 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.12 |
| HSL | 302.2º | 0.57% | 0.72% | - |
| HSV(B) | 302.2º | 0.37% | 0.88% | - |
| XYZ | 53.46 | 40.41 | 73.39 | - |
| YUV | 175.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 221 | 0 | 0.37 | 0.01 | 0.12 | 302.2 | 0.57 | 0.72 |
| Hex | E0 | 8E | DD | 0 | 25 | 1 | C | 12E | 39 | 48 |
| Octal | 340 | 216 | 335 | 0 | 45 | 1 | 14 | 456 | 71 | 110 |
| Binary | 11100000 | 10001110 | 11011101 | 0 | 100101 | 1 | 1100 | 100101110 | 111001 | 1001000 |
Color Harmonies of #E08EDD
Complementary color
Monochromatic Colors of #E08EDD
Black with #E08EDD
Text Example
Text Example
White with #E08EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EDD; }
p { color: rgb(224,142,221); }
H1.HeaderClassName
{
color: #E08EDD;
}
.AnyTagClassName
{
color: #E08EDD;
}
</style>
background-color css
<style>
a { background-color: #E08EDD; }
a { background-color: rgb(224,142,221); }
div.DivClassName
{
background-color: #E08EDD;
}
.BgClassName
{
background-color: #E08EDD;
}
</style>
border-color css
<style>
span { border-color: #E08EDD; }
span { border-color: rgb(224,142,221); }
td.TdClassName
{
border-color: #E08EDD;
}
.TagClassName
{
border-color: #E08EDD;
}
</style>