Shades of Plum #E0A4E5
Tints of Plum #E0A4E5
RGB
CMYK
RGB Variations
Color information
#E0A4E5 (or 0xE0A4E5) is known color: Plum. HEX triplet: E0, A4 and E5. RGB value is (224,164,229). Sum of RGB (Red+Green+Blue) = 224+164+229=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0A4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A4E5 is #1F5B1A. Grayscale: #BDBDBD. Windows color (decimal): -2054939 or 15049952. OLE color: 15049952.
HSL color Cylindrical-coordinate representation of color #E0A4E5: hue angle of 295.38º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0A4E5 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 164 | 229 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.10 |
| HSL | 295.38º | 0.56% | 0.77% | - |
| HSV(B) | 295.38º | 0.28% | 0.9% | - |
| XYZ | 58.16 | 48.06 | 80.34 | - |
| YUV | 189.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 229 | 0.02 | 0.28 | 0 | 0.10 | 295.38 | 0.56 | 0.77 |
| Hex | E0 | A4 | E5 | 2 | 1C | 0 | A | 127 | 38 | 4D |
| Octal | 340 | 244 | 345 | 2 | 34 | 0 | 12 | 447 | 70 | 115 |
| Binary | 11100000 | 10100100 | 11100101 | 10 | 11100 | 0 | 1010 | 100100111 | 111000 | 1001101 |
Color Harmonies of #E0A4E5
Complementary color
Monochromatic Colors of #E0A4E5
Black with #E0A4E5
Text Example
Text Example
White with #E0A4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A4E5; }
p { color: rgb(224,164,229); }
H1.HeaderClassName
{
color: #E0A4E5;
}
.AnyTagClassName
{
color: #E0A4E5;
}
</style>
background-color css
<style>
a { background-color: #E0A4E5; }
a { background-color: rgb(224,164,229); }
div.DivClassName
{
background-color: #E0A4E5;
}
.BgClassName
{
background-color: #E0A4E5;
}
</style>
border-color css
<style>
span { border-color: #E0A4E5; }
span { border-color: rgb(224,164,229); }
td.TdClassName
{
border-color: #E0A4E5;
}
.TagClassName
{
border-color: #E0A4E5;
}
</style>