Shades of Plum #E3AAEC
Tints of Plum #E3AAEC
RGB
CMYK
RGB Variations
Color information
#E3AAEC (or 0xE3AAEC) is known color: Plum. HEX triplet: E3, AA and EC. RGB value is (227,170,236). Sum of RGB (Red+Green+Blue) = 227+170+236=633 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.86% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AAEC is #1C5513. Grayscale: #C2C2C2. Windows color (decimal): -1856788 or 15510243. OLE color: 15510243.
HSL color Cylindrical-coordinate representation of color #E3AAEC: hue angle of 291.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3AAEC is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 170 | 236 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.07 |
| HSL | 291.82º | 0.63% | 0.8% | - |
| HSV(B) | 291.82º | 0.28% | 0.93% | - |
| XYZ | 61.19 | 51.14 | 86 | - |
| YUV | 194.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 236 | 0.04 | 0.28 | 0 | 0.07 | 291.82 | 0.63 | 0.8 |
| Hex | E3 | AA | EC | 4 | 1C | 0 | 7 | 124 | 3F | 50 |
| Octal | 343 | 252 | 354 | 4 | 34 | 0 | 7 | 444 | 77 | 120 |
| Binary | 11100011 | 10101010 | 11101100 | 100 | 11100 | 0 | 111 | 100100100 | 111111 | 1010000 |
Color Harmonies of #E3AAEC
Complementary color
Monochromatic Colors of #E3AAEC
Black with #E3AAEC
Text Example
Text Example
White with #E3AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AAEC; }
p { color: rgb(227,170,236); }
H1.HeaderClassName
{
color: #E3AAEC;
}
.AnyTagClassName
{
color: #E3AAEC;
}
</style>
background-color css
<style>
a { background-color: #E3AAEC; }
a { background-color: rgb(227,170,236); }
div.DivClassName
{
background-color: #E3AAEC;
}
.BgClassName
{
background-color: #E3AAEC;
}
</style>
border-color css
<style>
span { border-color: #E3AAEC; }
span { border-color: rgb(227,170,236); }
td.TdClassName
{
border-color: #E3AAEC;
}
.TagClassName
{
border-color: #E3AAEC;
}
</style>