Shades of Plum #E3A0DB
Tints of Plum #E3A0DB
RGB
CMYK
RGB Variations
Color information
#E3A0DB (or 0xE3A0DB) is known color: Plum. HEX triplet: E3, A0 and DB. RGB value is (227,160,219). Sum of RGB (Red+Green+Blue) = 227+160+219=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A0DB is #1C5F24. Grayscale: #BABABA. Windows color (decimal): -1859365 or 14393571. OLE color: 14393571.
HSL color Cylindrical-coordinate representation of color #E3A0DB: hue angle of 307.16º degrees, saturation: 0.54, 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 #E3A0DB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 219 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.11 |
| HSL | 307.16º | 0.54% | 0.76% | - |
| HSV(B) | 307.16º | 0.3% | 0.89% | - |
| XYZ | 57.04 | 46.59 | 73 | - |
| YUV | 186.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 219 | 0 | 0.30 | 0.04 | 0.11 | 307.16 | 0.54 | 0.76 |
| Hex | E3 | A0 | DB | 0 | 1E | 4 | B | 133 | 36 | 4C |
| Octal | 343 | 240 | 333 | 0 | 36 | 4 | 13 | 463 | 66 | 114 |
| Binary | 11100011 | 10100000 | 11011011 | 0 | 11110 | 100 | 1011 | 100110011 | 110110 | 1001100 |
Color Harmonies of #E3A0DB
Complementary color
Monochromatic Colors of #E3A0DB
Black with #E3A0DB
Text Example
Text Example
White with #E3A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A0DB; }
p { color: rgb(227,160,219); }
H1.HeaderClassName
{
color: #E3A0DB;
}
.AnyTagClassName
{
color: #E3A0DB;
}
</style>
background-color css
<style>
a { background-color: #E3A0DB; }
a { background-color: rgb(227,160,219); }
div.DivClassName
{
background-color: #E3A0DB;
}
.BgClassName
{
background-color: #E3A0DB;
}
</style>
border-color css
<style>
span { border-color: #E3A0DB; }
span { border-color: rgb(227,160,219); }
td.TdClassName
{
border-color: #E3A0DB;
}
.TagClassName
{
border-color: #E3A0DB;
}
</style>