Shades of Plum #E1AAE3
Tints of Plum #E1AAE3
RGB
CMYK
RGB Variations
Color information
#E1AAE3 (or 0xE1AAE3) is known color: Plum. HEX triplet: E1, AA and E3. RGB value is (225,170,227). Sum of RGB (Red+Green+Blue) = 225+170+227=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #E1AAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AAE3 is #1E551C. Grayscale: #C0C0C0. Windows color (decimal): -1987869 or 14920417. OLE color: 14920417.
HSL color Cylindrical-coordinate representation of color #E1AAE3: hue angle of 297.89º degrees, saturation: 0.5, 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 #E1AAE3 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 170 | 227 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.11 |
| HSL | 297.89º | 0.5% | 0.78% | - |
| HSV(B) | 297.89º | 0.25% | 0.89% | - |
| XYZ | 59.29 | 50.3 | 79.26 | - |
| YUV | 192.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 227 | 0.01 | 0.25 | 0 | 0.11 | 297.89 | 0.5 | 0.78 |
| Hex | E1 | AA | E3 | 1 | 19 | 0 | B | 12A | 32 | 4E |
| Octal | 341 | 252 | 343 | 1 | 31 | 0 | 13 | 452 | 62 | 116 |
| Binary | 11100001 | 10101010 | 11100011 | 1 | 11001 | 0 | 1011 | 100101010 | 110010 | 1001110 |
Color Harmonies of #E1AAE3
Complementary color
Monochromatic Colors of #E1AAE3
Black with #E1AAE3
Text Example
Text Example
White with #E1AAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAE3; }
p { color: rgb(225,170,227); }
H1.HeaderClassName
{
color: #E1AAE3;
}
.AnyTagClassName
{
color: #E1AAE3;
}
</style>
background-color css
<style>
a { background-color: #E1AAE3; }
a { background-color: rgb(225,170,227); }
div.DivClassName
{
background-color: #E1AAE3;
}
.BgClassName
{
background-color: #E1AAE3;
}
</style>
border-color css
<style>
span { border-color: #E1AAE3; }
span { border-color: rgb(225,170,227); }
td.TdClassName
{
border-color: #E1AAE3;
}
.TagClassName
{
border-color: #E1AAE3;
}
</style>