Shades of Plum #E39DDB
Tints of Plum #E39DDB
RGB
CMYK
RGB Variations
Color information
#E39DDB (or 0xE39DDB) is known color: Plum. HEX triplet: E3, 9D and DB. RGB value is (227,157,219). Sum of RGB (Red+Green+Blue) = 227+157+219=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 227 - color contains mainly: red. Hex color #E39DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39DDB is #1C6224. Grayscale: #B8B8B8. Windows color (decimal): -1860133 or 14392803. OLE color: 14392803.
HSL color Cylindrical-coordinate representation of color #E39DDB: hue angle of 306.86º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E39DDB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 157 | 219 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.11 |
| HSL | 306.86º | 0.56% | 0.75% | - |
| HSV(B) | 306.86º | 0.31% | 0.89% | - |
| XYZ | 56.52 | 45.56 | 72.83 | - |
| YUV | 185 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 157 | 219 | 0 | 0.31 | 0.04 | 0.11 | 306.86 | 0.56 | 0.75 |
| Hex | E3 | 9D | DB | 0 | 1F | 4 | B | 133 | 38 | 4B |
| Octal | 343 | 235 | 333 | 0 | 37 | 4 | 13 | 463 | 70 | 113 |
| Binary | 11100011 | 10011101 | 11011011 | 0 | 11111 | 100 | 1011 | 100110011 | 111000 | 1001011 |
Color Harmonies of #E39DDB
Complementary color
Monochromatic Colors of #E39DDB
Black with #E39DDB
Text Example
Text Example
White with #E39DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39DDB; }
p { color: rgb(227,157,219); }
H1.HeaderClassName
{
color: #E39DDB;
}
.AnyTagClassName
{
color: #E39DDB;
}
</style>
background-color css
<style>
a { background-color: #E39DDB; }
a { background-color: rgb(227,157,219); }
div.DivClassName
{
background-color: #E39DDB;
}
.BgClassName
{
background-color: #E39DDB;
}
</style>
border-color css
<style>
span { border-color: #E39DDB; }
span { border-color: rgb(227,157,219); }
td.TdClassName
{
border-color: #E39DDB;
}
.TagClassName
{
border-color: #E39DDB;
}
</style>