Shades of Plum #E1AAEA
Tints of Plum #E1AAEA
RGB
CMYK
RGB Variations
Color information
#E1AAEA (or 0xE1AAEA) is known color: Plum. HEX triplet: E1, AA and EA. RGB value is (225,170,234). Sum of RGB (Red+Green+Blue) = 225+170+234=629 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.77% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AAEA is #1E5515. Grayscale: #C1C1C1. Windows color (decimal): -1987862 or 15379169. OLE color: 15379169.
HSL color Cylindrical-coordinate representation of color #E1AAEA: hue angle of 291.56º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1AAEA is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 170 | 234 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.08 |
| HSL | 291.56º | 0.6% | 0.79% | - |
| HSV(B) | 291.56º | 0.27% | 0.92% | - |
| XYZ | 60.28 | 50.7 | 84.45 | - |
| YUV | 193.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 234 | 0.04 | 0.27 | 0 | 0.08 | 291.56 | 0.6 | 0.79 |
| Hex | E1 | AA | EA | 4 | 1B | 0 | 8 | 124 | 3C | 4F |
| Octal | 341 | 252 | 352 | 4 | 33 | 0 | 10 | 444 | 74 | 117 |
| Binary | 11100001 | 10101010 | 11101010 | 100 | 11011 | 0 | 1000 | 100100100 | 111100 | 1001111 |
Color Harmonies of #E1AAEA
Complementary color
Monochromatic Colors of #E1AAEA
Black with #E1AAEA
Text Example
Text Example
White with #E1AAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAEA; }
p { color: rgb(225,170,234); }
H1.HeaderClassName
{
color: #E1AAEA;
}
.AnyTagClassName
{
color: #E1AAEA;
}
</style>
background-color css
<style>
a { background-color: #E1AAEA; }
a { background-color: rgb(225,170,234); }
div.DivClassName
{
background-color: #E1AAEA;
}
.BgClassName
{
background-color: #E1AAEA;
}
</style>
border-color css
<style>
span { border-color: #E1AAEA; }
span { border-color: rgb(225,170,234); }
td.TdClassName
{
border-color: #E1AAEA;
}
.TagClassName
{
border-color: #E1AAEA;
}
</style>