Shades of Plum #E4AAE1
Tints of Plum #E4AAE1
RGB
CMYK
RGB Variations
Color information
#E4AAE1 (or 0xE4AAE1) is known color: Plum. HEX triplet: E4, AA and E1. RGB value is (228,170,225). Sum of RGB (Red+Green+Blue) = 228+170+225=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AAE1 is #1B551E. Grayscale: #C1C1C1. Windows color (decimal): -1791263 or 14789348. OLE color: 14789348.
HSL color Cylindrical-coordinate representation of color #E4AAE1: hue angle of 303.1º 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 #E4AAE1 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 225 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.11 |
| HSL | 303.1º | 0.52% | 0.78% | - |
| HSV(B) | 303.1º | 0.25% | 0.89% | - |
| XYZ | 59.96 | 50.68 | 77.86 | - |
| YUV | 193.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 225 | 0 | 0.25 | 0.01 | 0.11 | 303.1 | 0.52 | 0.78 |
| Hex | E4 | AA | E1 | 0 | 19 | 1 | B | 12F | 34 | 4E |
| Octal | 344 | 252 | 341 | 0 | 31 | 1 | 13 | 457 | 64 | 116 |
| Binary | 11100100 | 10101010 | 11100001 | 0 | 11001 | 1 | 1011 | 100101111 | 110100 | 1001110 |
Color Harmonies of #E4AAE1
Complementary color
Monochromatic Colors of #E4AAE1
Black with #E4AAE1
Text Example
Text Example
White with #E4AAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AAE1; }
p { color: rgb(228,170,225); }
H1.HeaderClassName
{
color: #E4AAE1;
}
.AnyTagClassName
{
color: #E4AAE1;
}
</style>
background-color css
<style>
a { background-color: #E4AAE1; }
a { background-color: rgb(228,170,225); }
div.DivClassName
{
background-color: #E4AAE1;
}
.BgClassName
{
background-color: #E4AAE1;
}
</style>
border-color css
<style>
span { border-color: #E4AAE1; }
span { border-color: rgb(228,170,225); }
td.TdClassName
{
border-color: #E4AAE1;
}
.TagClassName
{
border-color: #E4AAE1;
}
</style>