Shades of Plum #E39FDB
Tints of Plum #E39FDB
RGB
CMYK
RGB Variations
Color information
#E39FDB (or 0xE39FDB) is known color: Plum. HEX triplet: E3, 9F and DB. RGB value is (227,159,219). Sum of RGB (Red+Green+Blue) = 227+159+219=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 227 - color contains mainly: red. Hex color #E39FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39FDB is #1C6024. Grayscale: #B9B9B9. Windows color (decimal): -1859621 or 14393315. OLE color: 14393315.
HSL color Cylindrical-coordinate representation of color #E39FDB: hue angle of 307.06º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39FDB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 159 | 219 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.11 |
| HSL | 307.06º | 0.55% | 0.76% | - |
| HSV(B) | 307.06º | 0.3% | 0.89% | - |
| XYZ | 56.86 | 46.24 | 72.95 | - |
| YUV | 186.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 159 | 219 | 0 | 0.30 | 0.04 | 0.11 | 307.06 | 0.55 | 0.76 |
| Hex | E3 | 9F | DB | 0 | 1E | 4 | B | 133 | 37 | 4C |
| Octal | 343 | 237 | 333 | 0 | 36 | 4 | 13 | 463 | 67 | 114 |
| Binary | 11100011 | 10011111 | 11011011 | 0 | 11110 | 100 | 1011 | 100110011 | 110111 | 1001100 |
Color Harmonies of #E39FDB
Complementary color
Monochromatic Colors of #E39FDB
Black with #E39FDB
Text Example
Text Example
White with #E39FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39FDB; }
p { color: rgb(227,159,219); }
H1.HeaderClassName
{
color: #E39FDB;
}
.AnyTagClassName
{
color: #E39FDB;
}
</style>
background-color css
<style>
a { background-color: #E39FDB; }
a { background-color: rgb(227,159,219); }
div.DivClassName
{
background-color: #E39FDB;
}
.BgClassName
{
background-color: #E39FDB;
}
</style>
border-color css
<style>
span { border-color: #E39FDB; }
span { border-color: rgb(227,159,219); }
td.TdClassName
{
border-color: #E39FDB;
}
.TagClassName
{
border-color: #E39FDB;
}
</style>