Shades of Plum #E4AADF
Tints of Plum #E4AADF
RGB
CMYK
RGB Variations
Color information
#E4AADF (or 0xE4AADF) is known color: Plum. HEX triplet: E4, AA and DF. RGB value is (228,170,223). Sum of RGB (Red+Green+Blue) = 228+170+223=621 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.71% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AADF is #1B5520. Grayscale: #C1C1C1. Windows color (decimal): -1791265 or 14658276. OLE color: 14658276.
HSL color Cylindrical-coordinate representation of color #E4AADF: hue angle of 305.17º 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 #E4AADF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 223 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.11 |
| HSL | 305.17º | 0.52% | 0.78% | - |
| HSV(B) | 305.17º | 0.25% | 0.89% | - |
| XYZ | 59.69 | 50.57 | 76.43 | - |
| YUV | 193.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 223 | 0 | 0.25 | 0.02 | 0.11 | 305.17 | 0.52 | 0.78 |
| Hex | E4 | AA | DF | 0 | 19 | 2 | B | 131 | 34 | 4E |
| Octal | 344 | 252 | 337 | 0 | 31 | 2 | 13 | 461 | 64 | 116 |
| Binary | 11100100 | 10101010 | 11011111 | 0 | 11001 | 10 | 1011 | 100110001 | 110100 | 1001110 |
Color Harmonies of #E4AADF
Complementary color
Monochromatic Colors of #E4AADF
Black with #E4AADF
Text Example
Text Example
White with #E4AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AADF; }
p { color: rgb(228,170,223); }
H1.HeaderClassName
{
color: #E4AADF;
}
.AnyTagClassName
{
color: #E4AADF;
}
</style>
background-color css
<style>
a { background-color: #E4AADF; }
a { background-color: rgb(228,170,223); }
div.DivClassName
{
background-color: #E4AADF;
}
.BgClassName
{
background-color: #E4AADF;
}
</style>
border-color css
<style>
span { border-color: #E4AADF; }
span { border-color: rgb(228,170,223); }
td.TdClassName
{
border-color: #E4AADF;
}
.TagClassName
{
border-color: #E4AADF;
}
</style>