Shades of Plum #E39BDB
Tints of Plum #E39BDB
RGB
CMYK
RGB Variations
Color information
#E39BDB (or 0xE39BDB) is known color: Plum. HEX triplet: E3, 9B and DB. RGB value is (227,155,219). Sum of RGB (Red+Green+Blue) = 227+155+219=601 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.77% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 227 - color contains mainly: red. Hex color #E39BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E39BDB is #1C6424. Grayscale: #B7B7B7. Windows color (decimal): -1860645 or 14392291. OLE color: 14392291.
HSL color Cylindrical-coordinate representation of color #E39BDB: hue angle of 306.67º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E39BDB is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 155 | 219 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.11 |
| HSL | 306.67º | 0.56% | 0.75% | - |
| HSV(B) | 306.67º | 0.32% | 0.89% | - |
| XYZ | 56.19 | 44.89 | 72.72 | - |
| YUV | 183.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 155 | 219 | 0 | 0.32 | 0.04 | 0.11 | 306.67 | 0.56 | 0.75 |
| Hex | E3 | 9B | DB | 0 | 20 | 4 | B | 133 | 38 | 4B |
| Octal | 343 | 233 | 333 | 0 | 40 | 4 | 13 | 463 | 70 | 113 |
| Binary | 11100011 | 10011011 | 11011011 | 0 | 100000 | 100 | 1011 | 100110011 | 111000 | 1001011 |
Color Harmonies of #E39BDB
Complementary color
Monochromatic Colors of #E39BDB
Black with #E39BDB
Text Example
Text Example
White with #E39BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39BDB; }
p { color: rgb(227,155,219); }
H1.HeaderClassName
{
color: #E39BDB;
}
.AnyTagClassName
{
color: #E39BDB;
}
</style>
background-color css
<style>
a { background-color: #E39BDB; }
a { background-color: rgb(227,155,219); }
div.DivClassName
{
background-color: #E39BDB;
}
.BgClassName
{
background-color: #E39BDB;
}
</style>
border-color css
<style>
span { border-color: #E39BDB; }
span { border-color: rgb(227,155,219); }
td.TdClassName
{
border-color: #E39BDB;
}
.TagClassName
{
border-color: #E39BDB;
}
</style>