Shades of Plum #E08DE0
Tints of Plum #E08DE0
RGB
CMYK
RGB Variations
Color information
#E08DE0 (or 0xE08DE0) is known color: Plum. HEX triplet: E0, 8D and E0. RGB value is (224,141,224). Sum of RGB (Red+Green+Blue) = 224+141+224=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E08DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DE0 is #1F721F. Grayscale: #AFAFAF. Windows color (decimal): -2060832 or 14716384. OLE color: 14716384.
HSL color Cylindrical-coordinate representation of color #E08DE0: hue angle of 300º 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 #E08DE0 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 224 | - |
| CMYK | 0 | 0.37 | 0 | 0.12 |
| HSL | 300º | 0.57% | 0.72% | - |
| HSV(B) | 300º | 0.37% | 0.88% | - |
| XYZ | 53.72 | 40.28 | 75.46 | - |
| YUV | 175.28 | 155.5 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 224 | 0 | 0.37 | 0 | 0.12 | 300 | 0.57 | 0.72 |
| Hex | E0 | 8D | E0 | 0 | 25 | 0 | C | 12C | 39 | 48 |
| Octal | 340 | 215 | 340 | 0 | 45 | 0 | 14 | 454 | 71 | 110 |
| Binary | 11100000 | 10001101 | 11100000 | 0 | 100101 | 0 | 1100 | 100101100 | 111001 | 1001000 |
Color Harmonies of #E08DE0
Complementary color
Monochromatic Colors of #E08DE0
Black with #E08DE0
Text Example
Text Example
White with #E08DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DE0; }
p { color: rgb(224,141,224); }
H1.HeaderClassName
{
color: #E08DE0;
}
.AnyTagClassName
{
color: #E08DE0;
}
</style>
background-color css
<style>
a { background-color: #E08DE0; }
a { background-color: rgb(224,141,224); }
div.DivClassName
{
background-color: #E08DE0;
}
.BgClassName
{
background-color: #E08DE0;
}
</style>
border-color css
<style>
span { border-color: #E08DE0; }
span { border-color: rgb(224,141,224); }
td.TdClassName
{
border-color: #E08DE0;
}
.TagClassName
{
border-color: #E08DE0;
}
</style>