Shades of Plum #E5A2EE
Tints of Plum #E5A2EE
RGB
CMYK
RGB Variations
Color information
#E5A2EE (or 0xE5A2EE) is known color: Plum. HEX triplet: E5, A2 and EE. RGB value is (229,162,238). Sum of RGB (Red+Green+Blue) = 229+162+238=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5A2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A2EE is #1A5D11. Grayscale: #BEBEBE. Windows color (decimal): -1727762 or 15639269. OLE color: 15639269.
HSL color Cylindrical-coordinate representation of color #E5A2EE: hue angle of 292.89º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5A2EE is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 162 | 238 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.07 |
| HSL | 292.89º | 0.69% | 0.78% | - |
| HSV(B) | 292.89º | 0.32% | 0.93% | - |
| XYZ | 60.67 | 48.67 | 87.09 | - |
| YUV | 190.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 238 | 0.04 | 0.32 | 0 | 0.07 | 292.89 | 0.69 | 0.78 |
| Hex | E5 | A2 | EE | 4 | 20 | 0 | 7 | 125 | 45 | 4E |
| Octal | 345 | 242 | 356 | 4 | 40 | 0 | 7 | 445 | 105 | 116 |
| Binary | 11100101 | 10100010 | 11101110 | 100 | 100000 | 0 | 111 | 100100101 | 1000101 | 1001110 |
Color Harmonies of #E5A2EE
Complementary color
Monochromatic Colors of #E5A2EE
Black with #E5A2EE
Text Example
Text Example
White with #E5A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A2EE; }
p { color: rgb(229,162,238); }
H1.HeaderClassName
{
color: #E5A2EE;
}
.AnyTagClassName
{
color: #E5A2EE;
}
</style>
background-color css
<style>
a { background-color: #E5A2EE; }
a { background-color: rgb(229,162,238); }
div.DivClassName
{
background-color: #E5A2EE;
}
.BgClassName
{
background-color: #E5A2EE;
}
</style>
border-color css
<style>
span { border-color: #E5A2EE; }
span { border-color: rgb(229,162,238); }
td.TdClassName
{
border-color: #E5A2EE;
}
.TagClassName
{
border-color: #E5A2EE;
}
</style>