Shades of Plum #E3A6DD
Tints of Plum #E3A6DD
RGB
CMYK
RGB Variations
Color information
#E3A6DD (or 0xE3A6DD) is known color: Plum. HEX triplet: E3, A6 and DD. RGB value is (227,166,221). Sum of RGB (Red+Green+Blue) = 227+166+221=614 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.97% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A6DD is #1C5922. Grayscale: #BEBEBE. Windows color (decimal): -1857827 or 14526179. OLE color: 14526179.
HSL color Cylindrical-coordinate representation of color #E3A6DD: hue angle of 305.9º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3A6DD is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 221 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.11 |
| HSL | 305.9º | 0.52% | 0.77% | - |
| HSV(B) | 305.9º | 0.27% | 0.89% | - |
| XYZ | 58.37 | 48.82 | 74.75 | - |
| YUV | 190.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 221 | 0 | 0.27 | 0.03 | 0.11 | 305.9 | 0.52 | 0.77 |
| Hex | E3 | A6 | DD | 0 | 1B | 3 | B | 132 | 34 | 4D |
| Octal | 343 | 246 | 335 | 0 | 33 | 3 | 13 | 462 | 64 | 115 |
| Binary | 11100011 | 10100110 | 11011101 | 0 | 11011 | 11 | 1011 | 100110010 | 110100 | 1001101 |
Color Harmonies of #E3A6DD
Complementary color
Monochromatic Colors of #E3A6DD
Black with #E3A6DD
Text Example
Text Example
White with #E3A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A6DD; }
p { color: rgb(227,166,221); }
H1.HeaderClassName
{
color: #E3A6DD;
}
.AnyTagClassName
{
color: #E3A6DD;
}
</style>
background-color css
<style>
a { background-color: #E3A6DD; }
a { background-color: rgb(227,166,221); }
div.DivClassName
{
background-color: #E3A6DD;
}
.BgClassName
{
background-color: #E3A6DD;
}
</style>
border-color css
<style>
span { border-color: #E3A6DD; }
span { border-color: rgb(227,166,221); }
td.TdClassName
{
border-color: #E3A6DD;
}
.TagClassName
{
border-color: #E3A6DD;
}
</style>