Shades of Plum #E1A2DA
Tints of Plum #E1A2DA
RGB
CMYK
RGB Variations
Color information
#E1A2DA (or 0xE1A2DA) is known color: Plum. HEX triplet: E1, A2 and DA. RGB value is (225,162,218). Sum of RGB (Red+Green+Blue) = 225+162+218=605 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.19% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A2DA is #1E5D25. Grayscale: #BBBBBB. Windows color (decimal): -1989926 or 14328545. OLE color: 14328545.
HSL color Cylindrical-coordinate representation of color #E1A2DA: hue angle of 306.67º 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 #E1A2DA is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 218 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.12 |
| HSL | 306.67º | 0.51% | 0.76% | - |
| HSV(B) | 306.67º | 0.28% | 0.88% | - |
| XYZ | 56.63 | 46.91 | 72.4 | - |
| YUV | 187.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 218 | 0 | 0.28 | 0.03 | 0.12 | 306.67 | 0.51 | 0.76 |
| Hex | E1 | A2 | DA | 0 | 1C | 3 | C | 133 | 33 | 4C |
| Octal | 341 | 242 | 332 | 0 | 34 | 3 | 14 | 463 | 63 | 114 |
| Binary | 11100001 | 10100010 | 11011010 | 0 | 11100 | 11 | 1100 | 100110011 | 110011 | 1001100 |
Color Harmonies of #E1A2DA
Complementary color
Monochromatic Colors of #E1A2DA
Black with #E1A2DA
Text Example
Text Example
White with #E1A2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A2DA; }
p { color: rgb(225,162,218); }
H1.HeaderClassName
{
color: #E1A2DA;
}
.AnyTagClassName
{
color: #E1A2DA;
}
</style>
background-color css
<style>
a { background-color: #E1A2DA; }
a { background-color: rgb(225,162,218); }
div.DivClassName
{
background-color: #E1A2DA;
}
.BgClassName
{
background-color: #E1A2DA;
}
</style>
border-color css
<style>
span { border-color: #E1A2DA; }
span { border-color: rgb(225,162,218); }
td.TdClassName
{
border-color: #E1A2DA;
}
.TagClassName
{
border-color: #E1A2DA;
}
</style>