Shades of Plum #E4AADE
Tints of Plum #E4AADE
RGB
CMYK
RGB Variations
Color information
#E4AADE (or 0xE4AADE) is known color: Plum. HEX triplet: E4, AA and DE. RGB value is (228,170,222). Sum of RGB (Red+Green+Blue) = 228+170+222=620 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.77% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AADE is #1B5521. Grayscale: #C1C1C1. Windows color (decimal): -1791266 or 14592740. OLE color: 14592740.
HSL color Cylindrical-coordinate representation of color #E4AADE: hue angle of 306.21º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4AADE is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 222 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.11 |
| HSL | 306.21º | 0.52% | 0.78% | - |
| HSV(B) | 306.21º | 0.25% | 0.89% | - |
| XYZ | 59.55 | 50.52 | 75.72 | - |
| YUV | 193.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 222 | 0 | 0.25 | 0.03 | 0.11 | 306.21 | 0.52 | 0.78 |
| Hex | E4 | AA | DE | 0 | 19 | 3 | B | 132 | 34 | 4E |
| Octal | 344 | 252 | 336 | 0 | 31 | 3 | 13 | 462 | 64 | 116 |
| Binary | 11100100 | 10101010 | 11011110 | 0 | 11001 | 11 | 1011 | 100110010 | 110100 | 1001110 |
Color Harmonies of #E4AADE
Complementary color
Monochromatic Colors of #E4AADE
Black with #E4AADE
Text Example
Text Example
White with #E4AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AADE; }
p { color: rgb(228,170,222); }
H1.HeaderClassName
{
color: #E4AADE;
}
.AnyTagClassName
{
color: #E4AADE;
}
</style>
background-color css
<style>
a { background-color: #E4AADE; }
a { background-color: rgb(228,170,222); }
div.DivClassName
{
background-color: #E4AADE;
}
.BgClassName
{
background-color: #E4AADE;
}
</style>
border-color css
<style>
span { border-color: #E4AADE; }
span { border-color: rgb(228,170,222); }
td.TdClassName
{
border-color: #E4AADE;
}
.TagClassName
{
border-color: #E4AADE;
}
</style>