Shades of Plum #E5A0EE
Tints of Plum #E5A0EE
RGB
CMYK
RGB Variations
Color information
#E5A0EE (or 0xE5A0EE) is known color: Plum. HEX triplet: E5, A0 and EE. RGB value is (229,160,238). Sum of RGB (Red+Green+Blue) = 229+160+238=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5A0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A0EE is #1A5F11. Grayscale: #BDBDBD. Windows color (decimal): -1728274 or 15638757. OLE color: 15638757.
HSL color Cylindrical-coordinate representation of color #E5A0EE: hue angle of 293.08º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5A0EE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 160 | 238 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.07 |
| HSL | 293.08º | 0.7% | 0.78% | - |
| HSV(B) | 293.08º | 0.33% | 0.93% | - |
| XYZ | 60.32 | 47.97 | 86.97 | - |
| YUV | 189.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 238 | 0.04 | 0.33 | 0 | 0.07 | 293.08 | 0.7 | 0.78 |
| Hex | E5 | A0 | EE | 4 | 21 | 0 | 7 | 125 | 46 | 4E |
| Octal | 345 | 240 | 356 | 4 | 41 | 0 | 7 | 445 | 106 | 116 |
| Binary | 11100101 | 10100000 | 11101110 | 100 | 100001 | 0 | 111 | 100100101 | 1000110 | 1001110 |
Color Harmonies of #E5A0EE
Complementary color
Monochromatic Colors of #E5A0EE
Black with #E5A0EE
Text Example
Text Example
White with #E5A0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A0EE; }
p { color: rgb(229,160,238); }
H1.HeaderClassName
{
color: #E5A0EE;
}
.AnyTagClassName
{
color: #E5A0EE;
}
</style>
background-color css
<style>
a { background-color: #E5A0EE; }
a { background-color: rgb(229,160,238); }
div.DivClassName
{
background-color: #E5A0EE;
}
.BgClassName
{
background-color: #E5A0EE;
}
</style>
border-color css
<style>
span { border-color: #E5A0EE; }
span { border-color: rgb(229,160,238); }
td.TdClassName
{
border-color: #E5A0EE;
}
.TagClassName
{
border-color: #E5A0EE;
}
</style>