Shades of Plum #E1A9EC
Tints of Plum #E1A9EC
RGB
CMYK
RGB Variations
Color information
#E1A9EC (or 0xE1A9EC) is known color: Plum. HEX triplet: E1, A9 and EC. RGB value is (225,169,236). Sum of RGB (Red+Green+Blue) = 225+169+236=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1A9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A9EC is #1E5613. Grayscale: #C1C1C1. Windows color (decimal): -1988116 or 15509985. OLE color: 15509985.
HSL color Cylindrical-coordinate representation of color #E1A9EC: hue angle of 290.15º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A9EC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 169 | 236 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.07 |
| HSL | 290.15º | 0.64% | 0.79% | - |
| HSV(B) | 290.15º | 0.28% | 0.93% | - |
| XYZ | 60.38 | 50.44 | 85.91 | - |
| YUV | 193.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 236 | 0.05 | 0.28 | 0 | 0.07 | 290.15 | 0.64 | 0.79 |
| Hex | E1 | A9 | EC | 5 | 1C | 0 | 7 | 122 | 40 | 4F |
| Octal | 341 | 251 | 354 | 5 | 34 | 0 | 7 | 442 | 100 | 117 |
| Binary | 11100001 | 10101001 | 11101100 | 101 | 11100 | 0 | 111 | 100100010 | 1000000 | 1001111 |
Color Harmonies of #E1A9EC
Complementary color
Monochromatic Colors of #E1A9EC
Black with #E1A9EC
Text Example
Text Example
White with #E1A9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9EC; }
p { color: rgb(225,169,236); }
H1.HeaderClassName
{
color: #E1A9EC;
}
.AnyTagClassName
{
color: #E1A9EC;
}
</style>
background-color css
<style>
a { background-color: #E1A9EC; }
a { background-color: rgb(225,169,236); }
div.DivClassName
{
background-color: #E1A9EC;
}
.BgClassName
{
background-color: #E1A9EC;
}
</style>
border-color css
<style>
span { border-color: #E1A9EC; }
span { border-color: rgb(225,169,236); }
td.TdClassName
{
border-color: #E1A9EC;
}
.TagClassName
{
border-color: #E1A9EC;
}
</style>