Shades of Plum #E08EDB
Tints of Plum #E08EDB
RGB
CMYK
RGB Variations
Color information
#E08EDB (or 0xE08EDB) is known color: Plum. HEX triplet: E0, 8E and DB. RGB value is (224,142,219). Sum of RGB (Red+Green+Blue) = 224+142+219=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E08EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08EDB is #1F7124. Grayscale: #AFAFAF. Windows color (decimal): -2060581 or 14388960. OLE color: 14388960.
HSL color Cylindrical-coordinate representation of color #E08EDB: hue angle of 303.66º 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 #E08EDB is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 219 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.12 |
| HSL | 303.66º | 0.57% | 0.72% | - |
| HSV(B) | 303.66º | 0.37% | 0.88% | - |
| XYZ | 53.2 | 40.31 | 71.99 | - |
| YUV | 175.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 219 | 0 | 0.37 | 0.02 | 0.12 | 303.66 | 0.57 | 0.72 |
| Hex | E0 | 8E | DB | 0 | 25 | 2 | C | 130 | 39 | 48 |
| Octal | 340 | 216 | 333 | 0 | 45 | 2 | 14 | 460 | 71 | 110 |
| Binary | 11100000 | 10001110 | 11011011 | 0 | 100101 | 10 | 1100 | 100110000 | 111001 | 1001000 |
Color Harmonies of #E08EDB
Complementary color
Monochromatic Colors of #E08EDB
Black with #E08EDB
Text Example
Text Example
White with #E08EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EDB; }
p { color: rgb(224,142,219); }
H1.HeaderClassName
{
color: #E08EDB;
}
.AnyTagClassName
{
color: #E08EDB;
}
</style>
background-color css
<style>
a { background-color: #E08EDB; }
a { background-color: rgb(224,142,219); }
div.DivClassName
{
background-color: #E08EDB;
}
.BgClassName
{
background-color: #E08EDB;
}
</style>
border-color css
<style>
span { border-color: #E08EDB; }
span { border-color: rgb(224,142,219); }
td.TdClassName
{
border-color: #E08EDB;
}
.TagClassName
{
border-color: #E08EDB;
}
</style>