Shades of Plum #E0A4ED
Tints of Plum #E0A4ED
RGB
CMYK
RGB Variations
Color information
#E0A4ED (or 0xE0A4ED) is known color: Plum. HEX triplet: E0, A4 and ED. RGB value is (224,164,237). Sum of RGB (Red+Green+Blue) = 224+164+237=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0A4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A4ED is #1F5B12. Grayscale: #BEBEBE. Windows color (decimal): -2054931 or 15574240. OLE color: 15574240.
HSL color Cylindrical-coordinate representation of color #E0A4ED: hue angle of 289.32º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0A4ED is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 164 | 237 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.07 |
| HSL | 289.32º | 0.67% | 0.79% | - |
| HSV(B) | 289.32º | 0.31% | 0.93% | - |
| XYZ | 59.3 | 48.51 | 86.36 | - |
| YUV | 190.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 237 | 0.05 | 0.31 | 0 | 0.07 | 289.32 | 0.67 | 0.79 |
| Hex | E0 | A4 | ED | 5 | 1F | 0 | 7 | 121 | 43 | 4F |
| Octal | 340 | 244 | 355 | 5 | 37 | 0 | 7 | 441 | 103 | 117 |
| Binary | 11100000 | 10100100 | 11101101 | 101 | 11111 | 0 | 111 | 100100001 | 1000011 | 1001111 |
Color Harmonies of #E0A4ED
Complementary color
Monochromatic Colors of #E0A4ED
Black with #E0A4ED
Text Example
Text Example
White with #E0A4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A4ED; }
p { color: rgb(224,164,237); }
H1.HeaderClassName
{
color: #E0A4ED;
}
.AnyTagClassName
{
color: #E0A4ED;
}
</style>
background-color css
<style>
a { background-color: #E0A4ED; }
a { background-color: rgb(224,164,237); }
div.DivClassName
{
background-color: #E0A4ED;
}
.BgClassName
{
background-color: #E0A4ED;
}
</style>
border-color css
<style>
span { border-color: #E0A4ED; }
span { border-color: rgb(224,164,237); }
td.TdClassName
{
border-color: #E0A4ED;
}
.TagClassName
{
border-color: #E0A4ED;
}
</style>