Shades of Plum #E5AADF
Tints of Plum #E5AADF
RGB
CMYK
RGB Variations
Color information
#E5AADF (or 0xE5AADF) is known color: Plum. HEX triplet: E5, AA and DF. RGB value is (229,170,223). Sum of RGB (Red+Green+Blue) = 229+170+223=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AADF is #1A5520. Grayscale: #C1C1C1. Windows color (decimal): -1725729 or 14658277. OLE color: 14658277.
HSL color Cylindrical-coordinate representation of color #E5AADF: hue angle of 306.1º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AADF is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 223 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.10 |
| HSL | 306.1º | 0.53% | 0.78% | - |
| HSV(B) | 306.1º | 0.26% | 0.9% | - |
| XYZ | 60.01 | 50.74 | 76.44 | - |
| YUV | 193.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 223 | 0 | 0.26 | 0.03 | 0.10 | 306.1 | 0.53 | 0.78 |
| Hex | E5 | AA | DF | 0 | 1A | 3 | A | 132 | 35 | 4E |
| Octal | 345 | 252 | 337 | 0 | 32 | 3 | 12 | 462 | 65 | 116 |
| Binary | 11100101 | 10101010 | 11011111 | 0 | 11010 | 11 | 1010 | 100110010 | 110101 | 1001110 |
Color Harmonies of #E5AADF
Complementary color
Monochromatic Colors of #E5AADF
Black with #E5AADF
Text Example
Text Example
White with #E5AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AADF; }
p { color: rgb(229,170,223); }
H1.HeaderClassName
{
color: #E5AADF;
}
.AnyTagClassName
{
color: #E5AADF;
}
</style>
background-color css
<style>
a { background-color: #E5AADF; }
a { background-color: rgb(229,170,223); }
div.DivClassName
{
background-color: #E5AADF;
}
.BgClassName
{
background-color: #E5AADF;
}
</style>
border-color css
<style>
span { border-color: #E5AADF; }
span { border-color: rgb(229,170,223); }
td.TdClassName
{
border-color: #E5AADF;
}
.TagClassName
{
border-color: #E5AADF;
}
</style>