Shades of Plum #E08DDB
Tints of Plum #E08DDB
RGB
CMYK
RGB Variations
Color information
#E08DDB (or 0xE08DDB) is known color: Plum. HEX triplet: E0, 8D and DB. RGB value is (224,141,219). Sum of RGB (Red+Green+Blue) = 224+141+219=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DDB is #1F7224. Grayscale: #AEAEAE. Windows color (decimal): -2060837 or 14388704. OLE color: 14388704.
HSL color Cylindrical-coordinate representation of color #E08DDB: hue angle of 303.61º 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 #E08DDB is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 219 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.12 |
| HSL | 303.61º | 0.57% | 0.72% | - |
| HSV(B) | 303.61º | 0.37% | 0.88% | - |
| XYZ | 53.05 | 40.01 | 71.94 | - |
| YUV | 174.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 219 | 0 | 0.37 | 0.02 | 0.12 | 303.61 | 0.57 | 0.72 |
| Hex | E0 | 8D | DB | 0 | 25 | 2 | C | 130 | 39 | 48 |
| Octal | 340 | 215 | 333 | 0 | 45 | 2 | 14 | 460 | 71 | 110 |
| Binary | 11100000 | 10001101 | 11011011 | 0 | 100101 | 10 | 1100 | 100110000 | 111001 | 1001000 |
Color Harmonies of #E08DDB
Complementary color
Monochromatic Colors of #E08DDB
Black with #E08DDB
Text Example
Text Example
White with #E08DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DDB; }
p { color: rgb(224,141,219); }
H1.HeaderClassName
{
color: #E08DDB;
}
.AnyTagClassName
{
color: #E08DDB;
}
</style>
background-color css
<style>
a { background-color: #E08DDB; }
a { background-color: rgb(224,141,219); }
div.DivClassName
{
background-color: #E08DDB;
}
.BgClassName
{
background-color: #E08DDB;
}
</style>
border-color css
<style>
span { border-color: #E08DDB; }
span { border-color: rgb(224,141,219); }
td.TdClassName
{
border-color: #E08DDB;
}
.TagClassName
{
border-color: #E08DDB;
}
</style>