Shades of Plum #E2A1DF
Tints of Plum #E2A1DF
RGB
CMYK
RGB Variations
Color information
#E2A1DF (or 0xE2A1DF) is known color: Plum. HEX triplet: E2, A1 and DF. RGB value is (226,161,223). Sum of RGB (Red+Green+Blue) = 226+161+223=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A1DF is #1D5E20. Grayscale: #BBBBBB. Windows color (decimal): -1924641 or 14655970. OLE color: 14655970.
HSL color Cylindrical-coordinate representation of color #E2A1DF: hue angle of 302.77º 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 #E2A1DF is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 161 | 223 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.11 |
| HSL | 302.77º | 0.53% | 0.76% | - |
| HSV(B) | 302.77º | 0.29% | 0.89% | - |
| XYZ | 57.43 | 46.99 | 75.85 | - |
| YUV | 187.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 223 | 0 | 0.29 | 0.01 | 0.11 | 302.77 | 0.53 | 0.76 |
| Hex | E2 | A1 | DF | 0 | 1D | 1 | B | 12F | 35 | 4C |
| Octal | 342 | 241 | 337 | 0 | 35 | 1 | 13 | 457 | 65 | 114 |
| Binary | 11100010 | 10100001 | 11011111 | 0 | 11101 | 1 | 1011 | 100101111 | 110101 | 1001100 |
Color Harmonies of #E2A1DF
Complementary color
Monochromatic Colors of #E2A1DF
Black with #E2A1DF
Text Example
Text Example
White with #E2A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A1DF; }
p { color: rgb(226,161,223); }
H1.HeaderClassName
{
color: #E2A1DF;
}
.AnyTagClassName
{
color: #E2A1DF;
}
</style>
background-color css
<style>
a { background-color: #E2A1DF; }
a { background-color: rgb(226,161,223); }
div.DivClassName
{
background-color: #E2A1DF;
}
.BgClassName
{
background-color: #E2A1DF;
}
</style>
border-color css
<style>
span { border-color: #E2A1DF; }
span { border-color: rgb(226,161,223); }
td.TdClassName
{
border-color: #E2A1DF;
}
.TagClassName
{
border-color: #E2A1DF;
}
</style>