Shades of Plum #E1AADD
Tints of Plum #E1AADD
RGB
CMYK
RGB Variations
Color information
#E1AADD (or 0xE1AADD) is known color: Plum. HEX triplet: E1, AA and DD. RGB value is (225,170,221). Sum of RGB (Red+Green+Blue) = 225+170+221=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AADD is #1E5522. Grayscale: #C0C0C0. Windows color (decimal): -1987875 or 14527201. OLE color: 14527201.
HSL color Cylindrical-coordinate representation of color #E1AADD: hue angle of 304.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AADD is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 221 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.12 |
| HSL | 304.36º | 0.48% | 0.77% | - |
| HSV(B) | 304.36º | 0.24% | 0.88% | - |
| XYZ | 58.48 | 49.98 | 74.97 | - |
| YUV | 192.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 221 | 0 | 0.24 | 0.02 | 0.12 | 304.36 | 0.48 | 0.77 |
| Hex | E1 | AA | DD | 0 | 18 | 2 | C | 130 | 30 | 4D |
| Octal | 341 | 252 | 335 | 0 | 30 | 2 | 14 | 460 | 60 | 115 |
| Binary | 11100001 | 10101010 | 11011101 | 0 | 11000 | 10 | 1100 | 100110000 | 110000 | 1001101 |
Color Harmonies of #E1AADD
Complementary color
Monochromatic Colors of #E1AADD
Black with #E1AADD
Text Example
Text Example
White with #E1AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AADD; }
p { color: rgb(225,170,221); }
H1.HeaderClassName
{
color: #E1AADD;
}
.AnyTagClassName
{
color: #E1AADD;
}
</style>
background-color css
<style>
a { background-color: #E1AADD; }
a { background-color: rgb(225,170,221); }
div.DivClassName
{
background-color: #E1AADD;
}
.BgClassName
{
background-color: #E1AADD;
}
</style>
border-color css
<style>
span { border-color: #E1AADD; }
span { border-color: rgb(225,170,221); }
td.TdClassName
{
border-color: #E1AADD;
}
.TagClassName
{
border-color: #E1AADD;
}
</style>