Shades of Plum #E5AEE4
Tints of Plum #E5AEE4
RGB
CMYK
RGB Variations
Color information
#E5AEE4 (or 0xE5AEE4) is known color: Plum. HEX triplet: E5, AE and E4. RGB value is (229,174,228). Sum of RGB (Red+Green+Blue) = 229+174+228=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AEE4 is #1A511B. Grayscale: #C4C4C4. Windows color (decimal): -1724700 or 14986981. OLE color: 14986981.
HSL color Cylindrical-coordinate representation of color #E5AEE4: hue angle of 301.09º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AEE4 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 228 | - |
| CMYK | 0 | 0.24 | 0.00 | 0.10 |
| HSL | 301.09º | 0.51% | 0.79% | - |
| HSV(B) | 301.09º | 0.24% | 0.9% | - |
| XYZ | 61.45 | 52.53 | 80.3 | - |
| YUV | 196.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 228 | 0 | 0.24 | 0.00 | 0.10 | 301.09 | 0.51 | 0.79 |
| Hex | E5 | AE | E4 | 0 | 18 | 0 | A | 12D | 33 | 4F |
| Octal | 345 | 256 | 344 | 0 | 30 | 0 | 12 | 455 | 63 | 117 |
| Binary | 11100101 | 10101110 | 11100100 | 0 | 11000 | 0 | 1010 | 100101101 | 110011 | 1001111 |
Color Harmonies of #E5AEE4
Complementary color
Monochromatic Colors of #E5AEE4
Black with #E5AEE4
Text Example
Text Example
White with #E5AEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEE4; }
p { color: rgb(229,174,228); }
H1.HeaderClassName
{
color: #E5AEE4;
}
.AnyTagClassName
{
color: #E5AEE4;
}
</style>
background-color css
<style>
a { background-color: #E5AEE4; }
a { background-color: rgb(229,174,228); }
div.DivClassName
{
background-color: #E5AEE4;
}
.BgClassName
{
background-color: #E5AEE4;
}
</style>
border-color css
<style>
span { border-color: #E5AEE4; }
span { border-color: rgb(229,174,228); }
td.TdClassName
{
border-color: #E5AEE4;
}
.TagClassName
{
border-color: #E5AEE4;
}
</style>