Shades of Plum #E4AAE2
Tints of Plum #E4AAE2
RGB
CMYK
RGB Variations
Color information
#E4AAE2 (or 0xE4AAE2) is known color: Plum. HEX triplet: E4, AA and E2. RGB value is (228,170,226). Sum of RGB (Red+Green+Blue) = 228+170+226=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AAE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4AAE2 is #1B551D. Grayscale: #C1C1C1. Windows color (decimal): -1791262 or 14854884. OLE color: 14854884.
HSL color Cylindrical-coordinate representation of color #E4AAE2: hue angle of 302.07º 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 #E4AAE2 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 226 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.11 |
| HSL | 302.07º | 0.52% | 0.78% | - |
| HSV(B) | 302.07º | 0.25% | 0.89% | - |
| XYZ | 60.1 | 50.73 | 78.58 | - |
| YUV | 193.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 226 | 0 | 0.25 | 0.01 | 0.11 | 302.07 | 0.52 | 0.78 |
| Hex | E4 | AA | E2 | 0 | 19 | 1 | B | 12E | 34 | 4E |
| Octal | 344 | 252 | 342 | 0 | 31 | 1 | 13 | 456 | 64 | 116 |
| Binary | 11100100 | 10101010 | 11100010 | 0 | 11001 | 1 | 1011 | 100101110 | 110100 | 1001110 |
Color Harmonies of #E4AAE2
Complementary color
Monochromatic Colors of #E4AAE2
Black with #E4AAE2
Text Example
Text Example
White with #E4AAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AAE2; }
p { color: rgb(228,170,226); }
H1.HeaderClassName
{
color: #E4AAE2;
}
.AnyTagClassName
{
color: #E4AAE2;
}
</style>
background-color css
<style>
a { background-color: #E4AAE2; }
a { background-color: rgb(228,170,226); }
div.DivClassName
{
background-color: #E4AAE2;
}
.BgClassName
{
background-color: #E4AAE2;
}
</style>
border-color css
<style>
span { border-color: #E4AAE2; }
span { border-color: rgb(228,170,226); }
td.TdClassName
{
border-color: #E4AAE2;
}
.TagClassName
{
border-color: #E4AAE2;
}
</style>