Shades of Plum #E5AEED
Tints of Plum #E5AEED
RGB
CMYK
RGB Variations
Color information
#E5AEED (or 0xE5AEED) is known color: Plum. HEX triplet: E5, AE and ED. RGB value is (229,174,237). Sum of RGB (Red+Green+Blue) = 229+174+237=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEED is #1A5112. Grayscale: #C5C5C5. Windows color (decimal): -1724691 or 15576805. OLE color: 15576805.
HSL color Cylindrical-coordinate representation of color #E5AEED: hue angle of 292.38º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5AEED is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 174 | 237 | - |
CMYK | 0.03 | 0.27 | 0 | 0.07 |
HSL | 292.38º | 0.64% | 0.81% | - |
HSV(B) | 292.38º | 0.27% | 0.93% | - |
XYZ | 62.74 | 53.04 | 87.05 | - |
YUV | 197.63 | 150.22 | 150.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 174 | 237 | 0.03 | 0.27 | 0 | 0.07 | 292.38 | 0.64 | 0.81 |
Hex | E5 | AE | ED | 3 | 1B | 0 | 7 | 124 | 40 | 51 |
Octal | 345 | 256 | 355 | 3 | 33 | 0 | 7 | 444 | 100 | 121 |
Binary | 11100101 | 10101110 | 11101101 | 11 | 11011 | 0 | 111 | 100100100 | 1000000 | 1010001 |
Color Harmonies of #E5AEED
Complementary color
Monochromatic Colors of #E5AEED
Black with #E5AEED
Text Example
Text Example
White with #E5AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEED; }
p { color: rgb(229,174,237); }
H1.HeaderClassName
{
color: #E5AEED;
}
.AnyTagClassName
{
color: #E5AEED;
}
</style>
background-color css
<style>
a { background-color: #E5AEED; }
a { background-color: rgb(229,174,237); }
div.DivClassName
{
background-color: #E5AEED;
}
.BgClassName
{
background-color: #E5AEED;
}
</style>
border-color css
<style>
span { border-color: #E5AEED; }
span { border-color: rgb(229,174,237); }
td.TdClassName
{
border-color: #E5AEED;
}
.TagClassName
{
border-color: #E5AEED;
}
</style>