Shades of Plum #E1A5D8
Tints of Plum #E1A5D8
RGB
CMYK
RGB Variations
Color information
#E1A5D8 (or 0xE1A5D8) is known color: Plum. HEX triplet: E1, A5 and D8. RGB value is (225,165,216). Sum of RGB (Red+Green+Blue) = 225+165+216=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5D8 is #1E5A27. Grayscale: #BCBCBC. Windows color (decimal): -1989160 or 14198241. OLE color: 14198241.
HSL color Cylindrical-coordinate representation of color #E1A5D8: hue angle of 309º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A5D8 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 216 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.12 |
| HSL | 309º | 0.5% | 0.76% | - |
| HSV(B) | 309º | 0.27% | 0.88% | - |
| XYZ | 56.9 | 47.88 | 71.21 | - |
| YUV | 188.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 216 | 0 | 0.27 | 0.04 | 0.12 | 309 | 0.5 | 0.76 |
| Hex | E1 | A5 | D8 | 0 | 1B | 4 | C | 135 | 32 | 4C |
| Octal | 341 | 245 | 330 | 0 | 33 | 4 | 14 | 465 | 62 | 114 |
| Binary | 11100001 | 10100101 | 11011000 | 0 | 11011 | 100 | 1100 | 100110101 | 110010 | 1001100 |
Color Harmonies of #E1A5D8
Complementary color
Monochromatic Colors of #E1A5D8
Black with #E1A5D8
Text Example
Text Example
White with #E1A5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5D8; }
p { color: rgb(225,165,216); }
H1.HeaderClassName
{
color: #E1A5D8;
}
.AnyTagClassName
{
color: #E1A5D8;
}
</style>
background-color css
<style>
a { background-color: #E1A5D8; }
a { background-color: rgb(225,165,216); }
div.DivClassName
{
background-color: #E1A5D8;
}
.BgClassName
{
background-color: #E1A5D8;
}
</style>
border-color css
<style>
span { border-color: #E1A5D8; }
span { border-color: rgb(225,165,216); }
td.TdClassName
{
border-color: #E1A5D8;
}
.TagClassName
{
border-color: #E1A5D8;
}
</style>