Shades of Plum #E39EDE
Tints of Plum #E39EDE
RGB
CMYK
RGB Variations
Color information
#E39EDE (or 0xE39EDE) is known color: Plum. HEX triplet: E3, 9E and DE. RGB value is (227,158,222). Sum of RGB (Red+Green+Blue) = 227+158+222=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E39EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39EDE is #1C6121. Grayscale: #B9B9B9. Windows color (decimal): -1859874 or 14589667. OLE color: 14589667.
HSL color Cylindrical-coordinate representation of color #E39EDE: hue angle of 304.35º 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 #E39EDE is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 158 | 222 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.11 |
| HSL | 304.35º | 0.55% | 0.75% | - |
| HSV(B) | 304.35º | 0.3% | 0.89% | - |
| XYZ | 57.09 | 46.06 | 74.99 | - |
| YUV | 185.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 158 | 222 | 0 | 0.30 | 0.02 | 0.11 | 304.35 | 0.55 | 0.75 |
| Hex | E3 | 9E | DE | 0 | 1E | 2 | B | 130 | 37 | 4B |
| Octal | 343 | 236 | 336 | 0 | 36 | 2 | 13 | 460 | 67 | 113 |
| Binary | 11100011 | 10011110 | 11011110 | 0 | 11110 | 10 | 1011 | 100110000 | 110111 | 1001011 |
Color Harmonies of #E39EDE
Complementary color
Monochromatic Colors of #E39EDE
Black with #E39EDE
Text Example
Text Example
White with #E39EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39EDE; }
p { color: rgb(227,158,222); }
H1.HeaderClassName
{
color: #E39EDE;
}
.AnyTagClassName
{
color: #E39EDE;
}
</style>
background-color css
<style>
a { background-color: #E39EDE; }
a { background-color: rgb(227,158,222); }
div.DivClassName
{
background-color: #E39EDE;
}
.BgClassName
{
background-color: #E39EDE;
}
</style>
border-color css
<style>
span { border-color: #E39EDE; }
span { border-color: rgb(227,158,222); }
td.TdClassName
{
border-color: #E39EDE;
}
.TagClassName
{
border-color: #E39EDE;
}
</style>