Shades of Plum #E1A9DD
Tints of Plum #E1A9DD
RGB
CMYK
RGB Variations
Color information
#E1A9DD (or 0xE1A9DD) is known color: Plum. HEX triplet: E1, A9 and DD. RGB value is (225,169,221). Sum of RGB (Red+Green+Blue) = 225+169+221=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A9DD is #1E5622. Grayscale: #BFBFBF. Windows color (decimal): -1988131 or 14526945. OLE color: 14526945.
HSL color Cylindrical-coordinate representation of color #E1A9DD: hue angle of 304.29º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1A9DD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 221 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.12 |
| HSL | 304.29º | 0.48% | 0.77% | - |
| HSV(B) | 304.29º | 0.25% | 0.88% | - |
| XYZ | 58.29 | 49.6 | 74.91 | - |
| YUV | 191.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 221 | 0 | 0.25 | 0.02 | 0.12 | 304.29 | 0.48 | 0.77 |
| Hex | E1 | A9 | DD | 0 | 19 | 2 | C | 130 | 30 | 4D |
| Octal | 341 | 251 | 335 | 0 | 31 | 2 | 14 | 460 | 60 | 115 |
| Binary | 11100001 | 10101001 | 11011101 | 0 | 11001 | 10 | 1100 | 100110000 | 110000 | 1001101 |
Color Harmonies of #E1A9DD
Complementary color
Monochromatic Colors of #E1A9DD
Black with #E1A9DD
Text Example
Text Example
White with #E1A9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A9DD; }
p { color: rgb(225,169,221); }
H1.HeaderClassName
{
color: #E1A9DD;
}
.AnyTagClassName
{
color: #E1A9DD;
}
</style>
background-color css
<style>
a { background-color: #E1A9DD; }
a { background-color: rgb(225,169,221); }
div.DivClassName
{
background-color: #E1A9DD;
}
.BgClassName
{
background-color: #E1A9DD;
}
</style>
border-color css
<style>
span { border-color: #E1A9DD; }
span { border-color: rgb(225,169,221); }
td.TdClassName
{
border-color: #E1A9DD;
}
.TagClassName
{
border-color: #E1A9DD;
}
</style>