Shades of Plum #E1A2DC
Tints of Plum #E1A2DC
RGB
CMYK
RGB Variations
Color information
#E1A2DC (or 0xE1A2DC) is known color: Plum. HEX triplet: E1, A2 and DC. RGB value is (225,162,220). Sum of RGB (Red+Green+Blue) = 225+162+220=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A2DC is #1E5D23. Grayscale: #BBBBBB. Windows color (decimal): -1989924 or 14459617. OLE color: 14459617.
HSL color Cylindrical-coordinate representation of color #E1A2DC: hue angle of 304.76º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1A2DC is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 220 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.12 |
| HSL | 304.76º | 0.51% | 0.76% | - |
| HSV(B) | 304.76º | 0.28% | 0.88% | - |
| XYZ | 56.89 | 47.02 | 73.79 | - |
| YUV | 187.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 220 | 0 | 0.28 | 0.02 | 0.12 | 304.76 | 0.51 | 0.76 |
| Hex | E1 | A2 | DC | 0 | 1C | 2 | C | 131 | 33 | 4C |
| Octal | 341 | 242 | 334 | 0 | 34 | 2 | 14 | 461 | 63 | 114 |
| Binary | 11100001 | 10100010 | 11011100 | 0 | 11100 | 10 | 1100 | 100110001 | 110011 | 1001100 |
Color Harmonies of #E1A2DC
Complementary color
Monochromatic Colors of #E1A2DC
Black with #E1A2DC
Text Example
Text Example
White with #E1A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A2DC; }
p { color: rgb(225,162,220); }
H1.HeaderClassName
{
color: #E1A2DC;
}
.AnyTagClassName
{
color: #E1A2DC;
}
</style>
background-color css
<style>
a { background-color: #E1A2DC; }
a { background-color: rgb(225,162,220); }
div.DivClassName
{
background-color: #E1A2DC;
}
.BgClassName
{
background-color: #E1A2DC;
}
</style>
border-color css
<style>
span { border-color: #E1A2DC; }
span { border-color: rgb(225,162,220); }
td.TdClassName
{
border-color: #E1A2DC;
}
.TagClassName
{
border-color: #E1A2DC;
}
</style>