Shades of Plum #E39EDB
Tints of Plum #E39EDB
RGB
CMYK
RGB Variations
Color information
#E39EDB (or 0xE39EDB) is known color: Plum. HEX triplet: E3, 9E and DB. RGB value is (227,158,219). Sum of RGB (Red+Green+Blue) = 227+158+219=604 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.58% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 227 - color contains mainly: red. Hex color #E39EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39EDB is #1C6124. Grayscale: #B9B9B9. Windows color (decimal): -1859877 or 14393059. OLE color: 14393059.
HSL color Cylindrical-coordinate representation of color #E39EDB: hue angle of 306.96º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E39EDB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 158 | 219 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.11 |
| HSL | 306.96º | 0.55% | 0.75% | - |
| HSV(B) | 306.96º | 0.3% | 0.89% | - |
| XYZ | 56.69 | 45.9 | 72.89 | - |
| YUV | 185.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 158 | 219 | 0 | 0.30 | 0.04 | 0.11 | 306.96 | 0.55 | 0.75 |
| Hex | E3 | 9E | DB | 0 | 1E | 4 | B | 133 | 37 | 4B |
| Octal | 343 | 236 | 333 | 0 | 36 | 4 | 13 | 463 | 67 | 113 |
| Binary | 11100011 | 10011110 | 11011011 | 0 | 11110 | 100 | 1011 | 100110011 | 110111 | 1001011 |
Color Harmonies of #E39EDB
Complementary color
Monochromatic Colors of #E39EDB
Black with #E39EDB
Text Example
Text Example
White with #E39EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39EDB; }
p { color: rgb(227,158,219); }
H1.HeaderClassName
{
color: #E39EDB;
}
.AnyTagClassName
{
color: #E39EDB;
}
</style>
background-color css
<style>
a { background-color: #E39EDB; }
a { background-color: rgb(227,158,219); }
div.DivClassName
{
background-color: #E39EDB;
}
.BgClassName
{
background-color: #E39EDB;
}
</style>
border-color css
<style>
span { border-color: #E39EDB; }
span { border-color: rgb(227,158,219); }
td.TdClassName
{
border-color: #E39EDB;
}
.TagClassName
{
border-color: #E39EDB;
}
</style>