Shades of Plum #E5A1DD
Tints of Plum #E5A1DD
RGB
CMYK
RGB Variations
Color information
#E5A1DD (or 0xE5A1DD) is known color: Plum. HEX triplet: E5, A1 and DD. RGB value is (229,161,221). Sum of RGB (Red+Green+Blue) = 229+161+221=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A1DD is #1A5E22. Grayscale: #BCBCBC. Windows color (decimal): -1728035 or 14524901. OLE color: 14524901.
HSL color Cylindrical-coordinate representation of color #E5A1DD: hue angle of 307.06º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1DD is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 221 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.10 |
| HSL | 307.06º | 0.57% | 0.76% | - |
| HSV(B) | 307.06º | 0.3% | 0.9% | - |
| XYZ | 58.11 | 47.37 | 74.49 | - |
| YUV | 188.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 221 | 0 | 0.30 | 0.03 | 0.10 | 307.06 | 0.57 | 0.76 |
| Hex | E5 | A1 | DD | 0 | 1E | 3 | A | 133 | 39 | 4C |
| Octal | 345 | 241 | 335 | 0 | 36 | 3 | 12 | 463 | 71 | 114 |
| Binary | 11100101 | 10100001 | 11011101 | 0 | 11110 | 11 | 1010 | 100110011 | 111001 | 1001100 |
Color Harmonies of #E5A1DD
Complementary color
Monochromatic Colors of #E5A1DD
Black with #E5A1DD
Text Example
Text Example
White with #E5A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A1DD; }
p { color: rgb(229,161,221); }
H1.HeaderClassName
{
color: #E5A1DD;
}
.AnyTagClassName
{
color: #E5A1DD;
}
</style>
background-color css
<style>
a { background-color: #E5A1DD; }
a { background-color: rgb(229,161,221); }
div.DivClassName
{
background-color: #E5A1DD;
}
.BgClassName
{
background-color: #E5A1DD;
}
</style>
border-color css
<style>
span { border-color: #E5A1DD; }
span { border-color: rgb(229,161,221); }
td.TdClassName
{
border-color: #E5A1DD;
}
.TagClassName
{
border-color: #E5A1DD;
}
</style>