Shades of Plum #E6A0EC
Tints of Plum #E6A0EC
RGB
CMYK
RGB Variations
Color information
#E6A0EC (or 0xE6A0EC) is known color: Plum. HEX triplet: E6, A0 and EC. RGB value is (230,160,236). Sum of RGB (Red+Green+Blue) = 230+160+236=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6A0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A0EC is #195F13. Grayscale: #BDBDBD. Windows color (decimal): -1662740 or 15507686. OLE color: 15507686.
HSL color Cylindrical-coordinate representation of color #E6A0EC: hue angle of 295.26º 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 #E6A0EC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 160 | 236 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.07 |
| HSL | 295.26º | 0.67% | 0.78% | - |
| HSV(B) | 295.26º | 0.32% | 0.93% | - |
| XYZ | 60.34 | 48.02 | 85.45 | - |
| YUV | 189.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 236 | 0.03 | 0.32 | 0 | 0.07 | 295.26 | 0.67 | 0.78 |
| Hex | E6 | A0 | EC | 3 | 20 | 0 | 7 | 127 | 43 | 4E |
| Octal | 346 | 240 | 354 | 3 | 40 | 0 | 7 | 447 | 103 | 116 |
| Binary | 11100110 | 10100000 | 11101100 | 11 | 100000 | 0 | 111 | 100100111 | 1000011 | 1001110 |
Color Harmonies of #E6A0EC
Complementary color
Monochromatic Colors of #E6A0EC
Black with #E6A0EC
Text Example
Text Example
White with #E6A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A0EC; }
p { color: rgb(230,160,236); }
H1.HeaderClassName
{
color: #E6A0EC;
}
.AnyTagClassName
{
color: #E6A0EC;
}
</style>
background-color css
<style>
a { background-color: #E6A0EC; }
a { background-color: rgb(230,160,236); }
div.DivClassName
{
background-color: #E6A0EC;
}
.BgClassName
{
background-color: #E6A0EC;
}
</style>
border-color css
<style>
span { border-color: #E6A0EC; }
span { border-color: rgb(230,160,236); }
td.TdClassName
{
border-color: #E6A0EC;
}
.TagClassName
{
border-color: #E6A0EC;
}
</style>