Shades of Plum #E5AEEC
Tints of Plum #E5AEEC
RGB
CMYK
RGB Variations
Color information
#E5AEEC (or 0xE5AEEC) is known color: Plum. HEX triplet: E5, AE and EC. RGB value is (229,174,236). Sum of RGB (Red+Green+Blue) = 229+174+236=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEEC is #1A5113. Grayscale: #C5C5C5. Windows color (decimal): -1724692 or 15511269. OLE color: 15511269.
HSL color Cylindrical-coordinate representation of color #E5AEEC: hue angle of 293.23º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AEEC is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 174 | 236 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.07 |
| HSL | 293.23º | 0.62% | 0.8% | - |
| HSV(B) | 293.23º | 0.26% | 0.93% | - |
| XYZ | 62.59 | 52.99 | 86.29 | - |
| YUV | 197.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 236 | 0.03 | 0.26 | 0 | 0.07 | 293.23 | 0.62 | 0.8 |
| Hex | E5 | AE | EC | 3 | 1A | 0 | 7 | 125 | 3E | 50 |
| Octal | 345 | 256 | 354 | 3 | 32 | 0 | 7 | 445 | 76 | 120 |
| Binary | 11100101 | 10101110 | 11101100 | 11 | 11010 | 0 | 111 | 100100101 | 111110 | 1010000 |
Color Harmonies of #E5AEEC
Complementary color
Monochromatic Colors of #E5AEEC
Black with #E5AEEC
Text Example
Text Example
White with #E5AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEEC; }
p { color: rgb(229,174,236); }
H1.HeaderClassName
{
color: #E5AEEC;
}
.AnyTagClassName
{
color: #E5AEEC;
}
</style>
background-color css
<style>
a { background-color: #E5AEEC; }
a { background-color: rgb(229,174,236); }
div.DivClassName
{
background-color: #E5AEEC;
}
.BgClassName
{
background-color: #E5AEEC;
}
</style>
border-color css
<style>
span { border-color: #E5AEEC; }
span { border-color: rgb(229,174,236); }
td.TdClassName
{
border-color: #E5AEEC;
}
.TagClassName
{
border-color: #E5AEEC;
}
</style>