Shades of Plum #E1A6DB
Tints of Plum #E1A6DB
RGB
CMYK
RGB Variations
Color information
#E1A6DB (or 0xE1A6DB) is known color: Plum. HEX triplet: E1, A6 and DB. RGB value is (225,166,219). Sum of RGB (Red+Green+Blue) = 225+166+219=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6DB is #1E5924. Grayscale: #BDBDBD. Windows color (decimal): -1988901 or 14395105. OLE color: 14395105.
HSL color Cylindrical-coordinate representation of color #E1A6DB: hue angle of 306.1º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1A6DB is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 219 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.12 |
| HSL | 306.1º | 0.5% | 0.77% | - |
| HSV(B) | 306.1º | 0.26% | 0.88% | - |
| XYZ | 57.47 | 48.39 | 73.33 | - |
| YUV | 189.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 219 | 0 | 0.26 | 0.03 | 0.12 | 306.1 | 0.5 | 0.77 |
| Hex | E1 | A6 | DB | 0 | 1A | 3 | C | 132 | 32 | 4D |
| Octal | 341 | 246 | 333 | 0 | 32 | 3 | 14 | 462 | 62 | 115 |
| Binary | 11100001 | 10100110 | 11011011 | 0 | 11010 | 11 | 1100 | 100110010 | 110010 | 1001101 |
Color Harmonies of #E1A6DB
Complementary color
Monochromatic Colors of #E1A6DB
Black with #E1A6DB
Text Example
Text Example
White with #E1A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6DB; }
p { color: rgb(225,166,219); }
H1.HeaderClassName
{
color: #E1A6DB;
}
.AnyTagClassName
{
color: #E1A6DB;
}
</style>
background-color css
<style>
a { background-color: #E1A6DB; }
a { background-color: rgb(225,166,219); }
div.DivClassName
{
background-color: #E1A6DB;
}
.BgClassName
{
background-color: #E1A6DB;
}
</style>
border-color css
<style>
span { border-color: #E1A6DB; }
span { border-color: rgb(225,166,219); }
td.TdClassName
{
border-color: #E1A6DB;
}
.TagClassName
{
border-color: #E1A6DB;
}
</style>