Shades of Plum #E1AADF
Tints of Plum #E1AADF
RGB
CMYK
RGB Variations
Color information
#E1AADF (or 0xE1AADF) is known color: Plum. HEX triplet: E1, AA and DF. RGB value is (225,170,223). Sum of RGB (Red+Green+Blue) = 225+170+223=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AADF is #1E5520. Grayscale: #C0C0C0. Windows color (decimal): -1987873 or 14658273. OLE color: 14658273.
HSL color Cylindrical-coordinate representation of color #E1AADF: hue angle of 302.18º 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 #E1AADF is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 223 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.12 |
| HSL | 302.18º | 0.48% | 0.77% | - |
| HSV(B) | 302.18º | 0.24% | 0.88% | - |
| XYZ | 58.75 | 50.08 | 76.38 | - |
| YUV | 192.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 223 | 0 | 0.24 | 0.01 | 0.12 | 302.18 | 0.48 | 0.77 |
| Hex | E1 | AA | DF | 0 | 18 | 1 | C | 12E | 30 | 4D |
| Octal | 341 | 252 | 337 | 0 | 30 | 1 | 14 | 456 | 60 | 115 |
| Binary | 11100001 | 10101010 | 11011111 | 0 | 11000 | 1 | 1100 | 100101110 | 110000 | 1001101 |
Color Harmonies of #E1AADF
Complementary color
Monochromatic Colors of #E1AADF
Black with #E1AADF
Text Example
Text Example
White with #E1AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AADF; }
p { color: rgb(225,170,223); }
H1.HeaderClassName
{
color: #E1AADF;
}
.AnyTagClassName
{
color: #E1AADF;
}
</style>
background-color css
<style>
a { background-color: #E1AADF; }
a { background-color: rgb(225,170,223); }
div.DivClassName
{
background-color: #E1AADF;
}
.BgClassName
{
background-color: #E1AADF;
}
</style>
border-color css
<style>
span { border-color: #E1AADF; }
span { border-color: rgb(225,170,223); }
td.TdClassName
{
border-color: #E1AADF;
}
.TagClassName
{
border-color: #E1AADF;
}
</style>