Shades of Plum #E9AAEF
Tints of Plum #E9AAEF
RGB
CMYK
RGB Variations
Color information
#E9AAEF (or 0xE9AAEF) is known color: Plum. HEX triplet: E9, AA and EF. RGB value is (233,170,239). Sum of RGB (Red+Green+Blue) = 233+170+239=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9AAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAEF is #165510. Grayscale: #C4C4C4. Windows color (decimal): -1463569 or 15706857. OLE color: 15706857.
HSL color Cylindrical-coordinate representation of color #E9AAEF: hue angle of 294.78º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9AAEF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 170 | 239 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.06 |
| HSL | 294.78º | 0.68% | 0.8% | - |
| HSV(B) | 294.78º | 0.29% | 0.94% | - |
| XYZ | 63.56 | 52.31 | 88.41 | - |
| YUV | 196.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 239 | 0.03 | 0.29 | 0 | 0.06 | 294.78 | 0.68 | 0.8 |
| Hex | E9 | AA | EF | 3 | 1D | 0 | 6 | 127 | 44 | 50 |
| Octal | 351 | 252 | 357 | 3 | 35 | 0 | 6 | 447 | 104 | 120 |
| Binary | 11101001 | 10101010 | 11101111 | 11 | 11101 | 0 | 110 | 100100111 | 1000100 | 1010000 |
Color Harmonies of #E9AAEF
Complementary color
Monochromatic Colors of #E9AAEF
Black with #E9AAEF
Text Example
Text Example
White with #E9AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AAEF; }
p { color: rgb(233,170,239); }
H1.HeaderClassName
{
color: #E9AAEF;
}
.AnyTagClassName
{
color: #E9AAEF;
}
</style>
background-color css
<style>
a { background-color: #E9AAEF; }
a { background-color: rgb(233,170,239); }
div.DivClassName
{
background-color: #E9AAEF;
}
.BgClassName
{
background-color: #E9AAEF;
}
</style>
border-color css
<style>
span { border-color: #E9AAEF; }
span { border-color: rgb(233,170,239); }
td.TdClassName
{
border-color: #E9AAEF;
}
.TagClassName
{
border-color: #E9AAEF;
}
</style>