Shades of Plum #E1A6DF
Tints of Plum #E1A6DF
RGB
CMYK
RGB Variations
Color information
#E1A6DF (or 0xE1A6DF) is known color: Plum. HEX triplet: E1, A6 and DF. RGB value is (225,166,223). Sum of RGB (Red+Green+Blue) = 225+166+223=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A6DF is #1E5920. Grayscale: #BDBDBD. Windows color (decimal): -1988897 or 14657249. OLE color: 14657249.
HSL color Cylindrical-coordinate representation of color #E1A6DF: hue angle of 302.03º 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 #E1A6DF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 223 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.12 |
| HSL | 302.03º | 0.5% | 0.77% | - |
| HSV(B) | 302.03º | 0.26% | 0.88% | - |
| XYZ | 58.01 | 48.61 | 76.14 | - |
| YUV | 190.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 223 | 0 | 0.26 | 0.01 | 0.12 | 302.03 | 0.5 | 0.77 |
| Hex | E1 | A6 | DF | 0 | 1A | 1 | C | 12E | 32 | 4D |
| Octal | 341 | 246 | 337 | 0 | 32 | 1 | 14 | 456 | 62 | 115 |
| Binary | 11100001 | 10100110 | 11011111 | 0 | 11010 | 1 | 1100 | 100101110 | 110010 | 1001101 |
Color Harmonies of #E1A6DF
Complementary color
Monochromatic Colors of #E1A6DF
Black with #E1A6DF
Text Example
Text Example
White with #E1A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6DF; }
p { color: rgb(225,166,223); }
H1.HeaderClassName
{
color: #E1A6DF;
}
.AnyTagClassName
{
color: #E1A6DF;
}
</style>
background-color css
<style>
a { background-color: #E1A6DF; }
a { background-color: rgb(225,166,223); }
div.DivClassName
{
background-color: #E1A6DF;
}
.BgClassName
{
background-color: #E1A6DF;
}
</style>
border-color css
<style>
span { border-color: #E1A6DF; }
span { border-color: rgb(225,166,223); }
td.TdClassName
{
border-color: #E1A6DF;
}
.TagClassName
{
border-color: #E1A6DF;
}
</style>