Shades of Plum #E3A1DF
Tints of Plum #E3A1DF
RGB
CMYK
RGB Variations
Color information
#E3A1DF (or 0xE3A1DF) is known color: Plum. HEX triplet: E3, A1 and DF. RGB value is (227,161,223). Sum of RGB (Red+Green+Blue) = 227+161+223=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A1DF is #1C5E20. Grayscale: #BBBBBB. Windows color (decimal): -1859105 or 14655971. OLE color: 14655971.
HSL color Cylindrical-coordinate representation of color #E3A1DF: hue angle of 303.64º degrees, saturation: 0.54, 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 #E3A1DF is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 161 | 223 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.11 |
| HSL | 303.64º | 0.54% | 0.76% | - |
| HSV(B) | 303.64º | 0.29% | 0.89% | - |
| XYZ | 57.74 | 47.15 | 75.87 | - |
| YUV | 187.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 161 | 223 | 0 | 0.29 | 0.02 | 0.11 | 303.64 | 0.54 | 0.76 |
| Hex | E3 | A1 | DF | 0 | 1D | 2 | B | 130 | 36 | 4C |
| Octal | 343 | 241 | 337 | 0 | 35 | 2 | 13 | 460 | 66 | 114 |
| Binary | 11100011 | 10100001 | 11011111 | 0 | 11101 | 10 | 1011 | 100110000 | 110110 | 1001100 |
Color Harmonies of #E3A1DF
Complementary color
Monochromatic Colors of #E3A1DF
Black with #E3A1DF
Text Example
Text Example
White with #E3A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A1DF; }
p { color: rgb(227,161,223); }
H1.HeaderClassName
{
color: #E3A1DF;
}
.AnyTagClassName
{
color: #E3A1DF;
}
</style>
background-color css
<style>
a { background-color: #E3A1DF; }
a { background-color: rgb(227,161,223); }
div.DivClassName
{
background-color: #E3A1DF;
}
.BgClassName
{
background-color: #E3A1DF;
}
</style>
border-color css
<style>
span { border-color: #E3A1DF; }
span { border-color: rgb(227,161,223); }
td.TdClassName
{
border-color: #E3A1DF;
}
.TagClassName
{
border-color: #E3A1DF;
}
</style>