Shades of Plum #E3A2D9
Tints of Plum #E3A2D9
RGB
CMYK
RGB Variations
Color information
#E3A2D9 (or 0xE3A2D9) is known color: Plum. HEX triplet: E3, A2 and D9. RGB value is (227,162,217). Sum of RGB (Red+Green+Blue) = 227+162+217=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A2D9 is #1C5D26. Grayscale: #BBBBBB. Windows color (decimal): -1858855 or 14263011. OLE color: 14263011.
HSL color Cylindrical-coordinate representation of color #E3A2D9: hue angle of 309.23º 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 #E3A2D9 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 162 | 217 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.11 |
| HSL | 309.23º | 0.54% | 0.76% | - |
| HSV(B) | 309.23º | 0.29% | 0.89% | - |
| XYZ | 57.12 | 47.18 | 71.74 | - |
| YUV | 187.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 162 | 217 | 0 | 0.29 | 0.04 | 0.11 | 309.23 | 0.54 | 0.76 |
| Hex | E3 | A2 | D9 | 0 | 1D | 4 | B | 135 | 36 | 4C |
| Octal | 343 | 242 | 331 | 0 | 35 | 4 | 13 | 465 | 66 | 114 |
| Binary | 11100011 | 10100010 | 11011001 | 0 | 11101 | 100 | 1011 | 100110101 | 110110 | 1001100 |
Color Harmonies of #E3A2D9
Complementary color
Monochromatic Colors of #E3A2D9
Black with #E3A2D9
Text Example
Text Example
White with #E3A2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A2D9; }
p { color: rgb(227,162,217); }
H1.HeaderClassName
{
color: #E3A2D9;
}
.AnyTagClassName
{
color: #E3A2D9;
}
</style>
background-color css
<style>
a { background-color: #E3A2D9; }
a { background-color: rgb(227,162,217); }
div.DivClassName
{
background-color: #E3A2D9;
}
.BgClassName
{
background-color: #E3A2D9;
}
</style>
border-color css
<style>
span { border-color: #E3A2D9; }
span { border-color: rgb(227,162,217); }
td.TdClassName
{
border-color: #E3A2D9;
}
.TagClassName
{
border-color: #E3A2D9;
}
</style>