Shades of Plum #E4AAEC
Tints of Plum #E4AAEC
RGB
CMYK
RGB Variations
Color information
#E4AAEC (or 0xE4AAEC) is known color: Plum. HEX triplet: E4, AA and EC. RGB value is (228,170,236). Sum of RGB (Red+Green+Blue) = 228+170+236=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAEC is #1B5513. Grayscale: #C2C2C2. Windows color (decimal): -1791252 or 15510244. OLE color: 15510244.
HSL color Cylindrical-coordinate representation of color #E4AAEC: hue angle of 292.73º 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 #E4AAEC is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 170 | 236 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.07 |
| HSL | 292.73º | 0.63% | 0.8% | - |
| HSV(B) | 292.73º | 0.28% | 0.93% | - |
| XYZ | 61.51 | 51.3 | 86.02 | - |
| YUV | 194.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 236 | 0.03 | 0.28 | 0 | 0.07 | 292.73 | 0.63 | 0.8 |
| Hex | E4 | AA | EC | 3 | 1C | 0 | 7 | 125 | 3F | 50 |
| Octal | 344 | 252 | 354 | 3 | 34 | 0 | 7 | 445 | 77 | 120 |
| Binary | 11100100 | 10101010 | 11101100 | 11 | 11100 | 0 | 111 | 100100101 | 111111 | 1010000 |
Color Harmonies of #E4AAEC
Complementary color
Monochromatic Colors of #E4AAEC
Black with #E4AAEC
Text Example
Text Example
White with #E4AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AAEC; }
p { color: rgb(228,170,236); }
H1.HeaderClassName
{
color: #E4AAEC;
}
.AnyTagClassName
{
color: #E4AAEC;
}
</style>
background-color css
<style>
a { background-color: #E4AAEC; }
a { background-color: rgb(228,170,236); }
div.DivClassName
{
background-color: #E4AAEC;
}
.BgClassName
{
background-color: #E4AAEC;
}
</style>
border-color css
<style>
span { border-color: #E4AAEC; }
span { border-color: rgb(228,170,236); }
td.TdClassName
{
border-color: #E4AAEC;
}
.TagClassName
{
border-color: #E4AAEC;
}
</style>