Shades of Plum #E1A5DC
Tints of Plum #E1A5DC
RGB
CMYK
RGB Variations
Color information
#E1A5DC (or 0xE1A5DC) is known color: Plum. HEX triplet: E1, A5 and DC. RGB value is (225,165,220). Sum of RGB (Red+Green+Blue) = 225+165+220=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5DC is #1E5A23. Grayscale: #BDBDBD. Windows color (decimal): -1989156 or 14460385. OLE color: 14460385.
HSL color Cylindrical-coordinate representation of color #E1A5DC: hue angle of 305º 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 #E1A5DC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 220 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.12 |
| HSL | 305º | 0.5% | 0.76% | - |
| HSV(B) | 305º | 0.27% | 0.88% | - |
| XYZ | 57.42 | 48.09 | 73.96 | - |
| YUV | 189.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 220 | 0 | 0.27 | 0.02 | 0.12 | 305 | 0.5 | 0.76 |
| Hex | E1 | A5 | DC | 0 | 1B | 2 | C | 131 | 32 | 4C |
| Octal | 341 | 245 | 334 | 0 | 33 | 2 | 14 | 461 | 62 | 114 |
| Binary | 11100001 | 10100101 | 11011100 | 0 | 11011 | 10 | 1100 | 100110001 | 110010 | 1001100 |
Color Harmonies of #E1A5DC
Complementary color
Monochromatic Colors of #E1A5DC
Black with #E1A5DC
Text Example
Text Example
White with #E1A5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5DC; }
p { color: rgb(225,165,220); }
H1.HeaderClassName
{
color: #E1A5DC;
}
.AnyTagClassName
{
color: #E1A5DC;
}
</style>
background-color css
<style>
a { background-color: #E1A5DC; }
a { background-color: rgb(225,165,220); }
div.DivClassName
{
background-color: #E1A5DC;
}
.BgClassName
{
background-color: #E1A5DC;
}
</style>
border-color css
<style>
span { border-color: #E1A5DC; }
span { border-color: rgb(225,165,220); }
td.TdClassName
{
border-color: #E1A5DC;
}
.TagClassName
{
border-color: #E1A5DC;
}
</style>