Shades of Plum #E1A0D2
Tints of Plum #E1A0D2
RGB
CMYK
RGB Variations
Color information
#E1A0D2 (or 0xE1A0D2) is known color: Plum. HEX triplet: E1, A0 and D2. RGB value is (225,160,210). Sum of RGB (Red+Green+Blue) = 225+160+210=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A0D2 is #1E5F2D. Grayscale: #B8B8B8. Windows color (decimal): -1990446 or 13803745. OLE color: 13803745.
HSL color Cylindrical-coordinate representation of color #E1A0D2: hue angle of 313.85º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A0D2 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 210 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.12 |
| HSL | 313.85º | 0.52% | 0.75% | - |
| HSV(B) | 313.85º | 0.29% | 0.88% | - |
| XYZ | 55.26 | 45.8 | 66.9 | - |
| YUV | 185.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 210 | 0 | 0.29 | 0.07 | 0.12 | 313.85 | 0.52 | 0.75 |
| Hex | E1 | A0 | D2 | 0 | 1D | 7 | C | 13A | 34 | 4B |
| Octal | 341 | 240 | 322 | 0 | 35 | 7 | 14 | 472 | 64 | 113 |
| Binary | 11100001 | 10100000 | 11010010 | 0 | 11101 | 111 | 1100 | 100111010 | 110100 | 1001011 |
Color Harmonies of #E1A0D2
Complementary color
Monochromatic Colors of #E1A0D2
Black with #E1A0D2
Text Example
Text Example
White with #E1A0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A0D2; }
p { color: rgb(225,160,210); }
H1.HeaderClassName
{
color: #E1A0D2;
}
.AnyTagClassName
{
color: #E1A0D2;
}
</style>
background-color css
<style>
a { background-color: #E1A0D2; }
a { background-color: rgb(225,160,210); }
div.DivClassName
{
background-color: #E1A0D2;
}
.BgClassName
{
background-color: #E1A0D2;
}
</style>
border-color css
<style>
span { border-color: #E1A0D2; }
span { border-color: rgb(225,160,210); }
td.TdClassName
{
border-color: #E1A0D2;
}
.TagClassName
{
border-color: #E1A0D2;
}
</style>