Shades of Plum #E08CDB
Tints of Plum #E08CDB
RGB
CMYK
RGB Variations
Color information
#E08CDB (or 0xE08CDB) is known color: Plum. HEX triplet: E0, 8C and DB. RGB value is (224,140,219). Sum of RGB (Red+Green+Blue) = 224+140+219=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CDB is #1F7324. Grayscale: #ADADAD. Windows color (decimal): -2061093 or 14388448. OLE color: 14388448.
HSL color Cylindrical-coordinate representation of color #E08CDB: hue angle of 303.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CDB is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 219 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.12 |
| HSL | 303.57º | 0.58% | 0.71% | - |
| HSV(B) | 303.57º | 0.38% | 0.88% | - |
| XYZ | 52.9 | 39.72 | 71.9 | - |
| YUV | 174.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 219 | 0 | 0.38 | 0.02 | 0.12 | 303.57 | 0.58 | 0.71 |
| Hex | E0 | 8C | DB | 0 | 26 | 2 | C | 130 | 3A | 47 |
| Octal | 340 | 214 | 333 | 0 | 46 | 2 | 14 | 460 | 72 | 107 |
| Binary | 11100000 | 10001100 | 11011011 | 0 | 100110 | 10 | 1100 | 100110000 | 111010 | 1000111 |
Color Harmonies of #E08CDB
Complementary color
Monochromatic Colors of #E08CDB
Black with #E08CDB
Text Example
Text Example
White with #E08CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08CDB; }
p { color: rgb(224,140,219); }
H1.HeaderClassName
{
color: #E08CDB;
}
.AnyTagClassName
{
color: #E08CDB;
}
</style>
background-color css
<style>
a { background-color: #E08CDB; }
a { background-color: rgb(224,140,219); }
div.DivClassName
{
background-color: #E08CDB;
}
.BgClassName
{
background-color: #E08CDB;
}
</style>
border-color css
<style>
span { border-color: #E08CDB; }
span { border-color: rgb(224,140,219); }
td.TdClassName
{
border-color: #E08CDB;
}
.TagClassName
{
border-color: #E08CDB;
}
</style>