Shades of Plum #E1A1DB
Tints of Plum #E1A1DB
RGB
CMYK
RGB Variations
Color information
#E1A1DB (or 0xE1A1DB) is known color: Plum. HEX triplet: E1, A1 and DB. RGB value is (225,161,219). Sum of RGB (Red+Green+Blue) = 225+161+219=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A1DB is #1E5E24. Grayscale: #BABABA. Windows color (decimal): -1990181 or 14393825. OLE color: 14393825.
HSL color Cylindrical-coordinate representation of color #E1A1DB: hue angle of 305.62º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A1DB is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 219 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.12 |
| HSL | 305.63º | 0.52% | 0.76% | - |
| HSV(B) | 305.63º | 0.28% | 0.88% | - |
| XYZ | 56.58 | 46.61 | 73.03 | - |
| YUV | 186.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 219 | 0 | 0.28 | 0.03 | 0.12 | 305.63 | 0.52 | 0.76 |
| Hex | E1 | A1 | DB | 0 | 1C | 3 | C | 132 | 34 | 4C |
| Octal | 341 | 241 | 333 | 0 | 34 | 3 | 14 | 462 | 64 | 114 |
| Binary | 11100001 | 10100001 | 11011011 | 0 | 11100 | 11 | 1100 | 100110010 | 110100 | 1001100 |
Color Harmonies of #E1A1DB
Complementary color
Monochromatic Colors of #E1A1DB
Black with #E1A1DB
Text Example
Text Example
White with #E1A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A1DB; }
p { color: rgb(225,161,219); }
H1.HeaderClassName
{
color: #E1A1DB;
}
.AnyTagClassName
{
color: #E1A1DB;
}
</style>
background-color css
<style>
a { background-color: #E1A1DB; }
a { background-color: rgb(225,161,219); }
div.DivClassName
{
background-color: #E1A1DB;
}
.BgClassName
{
background-color: #E1A1DB;
}
</style>
border-color css
<style>
span { border-color: #E1A1DB; }
span { border-color: rgb(225,161,219); }
td.TdClassName
{
border-color: #E1A1DB;
}
.TagClassName
{
border-color: #E1A1DB;
}
</style>