Shades of Plum #E3AAE8
Tints of Plum #E3AAE8
RGB
CMYK
RGB Variations
Color information
#E3AAE8 (or 0xE3AAE8) is known color: Plum. HEX triplet: E3, AA and E8. RGB value is (227,170,232). Sum of RGB (Red+Green+Blue) = 227+170+232=629 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.09% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #E3AAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AAE8 is #1C5517. Grayscale: #C1C1C1. Windows color (decimal): -1856792 or 15248099. OLE color: 15248099.
HSL color Cylindrical-coordinate representation of color #E3AAE8: hue angle of 295.16º degrees, saturation: 0.57, 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 #E3AAE8 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 170 | 232 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.09 |
| HSL | 295.16º | 0.57% | 0.79% | - |
| HSV(B) | 295.16º | 0.27% | 0.91% | - |
| XYZ | 60.62 | 50.91 | 82.97 | - |
| YUV | 194.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 232 | 0.02 | 0.27 | 0 | 0.09 | 295.16 | 0.57 | 0.79 |
| Hex | E3 | AA | E8 | 2 | 1B | 0 | 9 | 127 | 39 | 4F |
| Octal | 343 | 252 | 350 | 2 | 33 | 0 | 11 | 447 | 71 | 117 |
| Binary | 11100011 | 10101010 | 11101000 | 10 | 11011 | 0 | 1001 | 100100111 | 111001 | 1001111 |
Color Harmonies of #E3AAE8
Complementary color
Monochromatic Colors of #E3AAE8
Black with #E3AAE8
Text Example
Text Example
White with #E3AAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AAE8; }
p { color: rgb(227,170,232); }
H1.HeaderClassName
{
color: #E3AAE8;
}
.AnyTagClassName
{
color: #E3AAE8;
}
</style>
background-color css
<style>
a { background-color: #E3AAE8; }
a { background-color: rgb(227,170,232); }
div.DivClassName
{
background-color: #E3AAE8;
}
.BgClassName
{
background-color: #E3AAE8;
}
</style>
border-color css
<style>
span { border-color: #E3AAE8; }
span { border-color: rgb(227,170,232); }
td.TdClassName
{
border-color: #E3AAE8;
}
.TagClassName
{
border-color: #E3AAE8;
}
</style>