Shades of Plum #E2A1D1
Tints of Plum #E2A1D1
RGB
CMYK
RGB Variations
Color information
#E2A1D1 (or 0xE2A1D1) is known color: Plum. HEX triplet: E2, A1 and D1. RGB value is (226,161,209). Sum of RGB (Red+Green+Blue) = 226+161+209=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 161 (63.28% from 255 or 27.01% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A1D1 is #1D5E2E. Grayscale: #B9B9B9. Windows color (decimal): -1924655 or 13738466. OLE color: 13738466.
HSL color Cylindrical-coordinate representation of color #E2A1D1: hue angle of 315.69º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2A1D1 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 161 | 209 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.11 |
| HSL | 315.69º | 0.53% | 0.76% | - |
| HSV(B) | 315.69º | 0.29% | 0.89% | - |
| XYZ | 55.62 | 46.26 | 66.32 | - |
| YUV | 185.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 209 | 0 | 0.29 | 0.08 | 0.11 | 315.69 | 0.53 | 0.76 |
| Hex | E2 | A1 | D1 | 0 | 1D | 8 | B | 13C | 35 | 4C |
| Octal | 342 | 241 | 321 | 0 | 35 | 10 | 13 | 474 | 65 | 114 |
| Binary | 11100010 | 10100001 | 11010001 | 0 | 11101 | 1000 | 1011 | 100111100 | 110101 | 1001100 |
Color Harmonies of #E2A1D1
Complementary color
Monochromatic Colors of #E2A1D1
Black with #E2A1D1
Text Example
Text Example
White with #E2A1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A1D1; }
p { color: rgb(226,161,209); }
H1.HeaderClassName
{
color: #E2A1D1;
}
.AnyTagClassName
{
color: #E2A1D1;
}
</style>
background-color css
<style>
a { background-color: #E2A1D1; }
a { background-color: rgb(226,161,209); }
div.DivClassName
{
background-color: #E2A1D1;
}
.BgClassName
{
background-color: #E2A1D1;
}
</style>
border-color css
<style>
span { border-color: #E2A1D1; }
span { border-color: rgb(226,161,209); }
td.TdClassName
{
border-color: #E2A1D1;
}
.TagClassName
{
border-color: #E2A1D1;
}
</style>