Shades of Plum #E2AAE9
Tints of Plum #E2AAE9
RGB
CMYK
RGB Variations
Color information
#E2AAE9 (or 0xE2AAE9) is known color: Plum. HEX triplet: E2, AA and E9. RGB value is (226,170,233). Sum of RGB (Red+Green+Blue) = 226+170+233=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #E2AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAE9 is #1D5516. Grayscale: #C1C1C1. Windows color (decimal): -1922327 or 15313634. OLE color: 15313634.
HSL color Cylindrical-coordinate representation of color #E2AAE9: hue angle of 293.33º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2AAE9 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 170 | 233 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.09 |
| HSL | 293.33º | 0.59% | 0.79% | - |
| HSV(B) | 293.33º | 0.27% | 0.91% | - |
| XYZ | 60.45 | 50.8 | 83.71 | - |
| YUV | 193.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 233 | 0.03 | 0.27 | 0 | 0.09 | 293.33 | 0.59 | 0.79 |
| Hex | E2 | AA | E9 | 3 | 1B | 0 | 9 | 125 | 3B | 4F |
| Octal | 342 | 252 | 351 | 3 | 33 | 0 | 11 | 445 | 73 | 117 |
| Binary | 11100010 | 10101010 | 11101001 | 11 | 11011 | 0 | 1001 | 100100101 | 111011 | 1001111 |
Color Harmonies of #E2AAE9
Complementary color
Monochromatic Colors of #E2AAE9
Black with #E2AAE9
Text Example
Text Example
White with #E2AAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAE9; }
p { color: rgb(226,170,233); }
H1.HeaderClassName
{
color: #E2AAE9;
}
.AnyTagClassName
{
color: #E2AAE9;
}
</style>
background-color css
<style>
a { background-color: #E2AAE9; }
a { background-color: rgb(226,170,233); }
div.DivClassName
{
background-color: #E2AAE9;
}
.BgClassName
{
background-color: #E2AAE9;
}
</style>
border-color css
<style>
span { border-color: #E2AAE9; }
span { border-color: rgb(226,170,233); }
td.TdClassName
{
border-color: #E2AAE9;
}
.TagClassName
{
border-color: #E2AAE9;
}
</style>