Shades of Plum #E3A0EC
Tints of Plum #E3A0EC
RGB
CMYK
RGB Variations
Color information
#E3A0EC (or 0xE3A0EC) is known color: Plum. HEX triplet: E3, A0 and EC. RGB value is (227,160,236). Sum of RGB (Red+Green+Blue) = 227+160+236=623 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.44% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3A0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A0EC is #1C5F13. Grayscale: #BCBCBC. Windows color (decimal): -1859348 or 15507683. OLE color: 15507683.
HSL color Cylindrical-coordinate representation of color #E3A0EC: hue angle of 292.89º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3A0EC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 160 | 236 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.07 |
| HSL | 292.89º | 0.67% | 0.78% | - |
| HSV(B) | 292.89º | 0.32% | 0.93% | - |
| XYZ | 59.39 | 47.53 | 85.4 | - |
| YUV | 188.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 236 | 0.04 | 0.32 | 0 | 0.07 | 292.89 | 0.67 | 0.78 |
| Hex | E3 | A0 | EC | 4 | 20 | 0 | 7 | 125 | 43 | 4E |
| Octal | 343 | 240 | 354 | 4 | 40 | 0 | 7 | 445 | 103 | 116 |
| Binary | 11100011 | 10100000 | 11101100 | 100 | 100000 | 0 | 111 | 100100101 | 1000011 | 1001110 |
Color Harmonies of #E3A0EC
Complementary color
Monochromatic Colors of #E3A0EC
Black with #E3A0EC
Text Example
Text Example
White with #E3A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A0EC; }
p { color: rgb(227,160,236); }
H1.HeaderClassName
{
color: #E3A0EC;
}
.AnyTagClassName
{
color: #E3A0EC;
}
</style>
background-color css
<style>
a { background-color: #E3A0EC; }
a { background-color: rgb(227,160,236); }
div.DivClassName
{
background-color: #E3A0EC;
}
.BgClassName
{
background-color: #E3A0EC;
}
</style>
border-color css
<style>
span { border-color: #E3A0EC; }
span { border-color: rgb(227,160,236); }
td.TdClassName
{
border-color: #E3A0EC;
}
.TagClassName
{
border-color: #E3A0EC;
}
</style>