Shades of Plum #E6A1EC
Tints of Plum #E6A1EC
RGB
CMYK
RGB Variations
Color information
#E6A1EC (or 0xE6A1EC) is known color: Plum. HEX triplet: E6, A1 and EC. RGB value is (230,161,236). Sum of RGB (Red+Green+Blue) = 230+161+236=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6A1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A1EC is #195E13. Grayscale: #BDBDBD. Windows color (decimal): -1662484 or 15507942. OLE color: 15507942.
HSL color Cylindrical-coordinate representation of color #E6A1EC: hue angle of 295.2º degrees, saturation: 0.66, 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 #E6A1EC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 161 | 236 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.07 |
| HSL | 295.2º | 0.66% | 0.78% | - |
| HSV(B) | 295.2º | 0.32% | 0.93% | - |
| XYZ | 60.52 | 48.37 | 85.5 | - |
| YUV | 190.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 236 | 0.03 | 0.32 | 0 | 0.07 | 295.2 | 0.66 | 0.78 |
| Hex | E6 | A1 | EC | 3 | 20 | 0 | 7 | 127 | 42 | 4E |
| Octal | 346 | 241 | 354 | 3 | 40 | 0 | 7 | 447 | 102 | 116 |
| Binary | 11100110 | 10100001 | 11101100 | 11 | 100000 | 0 | 111 | 100100111 | 1000010 | 1001110 |
Color Harmonies of #E6A1EC
Complementary color
Monochromatic Colors of #E6A1EC
Black with #E6A1EC
Text Example
Text Example
White with #E6A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A1EC; }
p { color: rgb(230,161,236); }
H1.HeaderClassName
{
color: #E6A1EC;
}
.AnyTagClassName
{
color: #E6A1EC;
}
</style>
background-color css
<style>
a { background-color: #E6A1EC; }
a { background-color: rgb(230,161,236); }
div.DivClassName
{
background-color: #E6A1EC;
}
.BgClassName
{
background-color: #E6A1EC;
}
</style>
border-color css
<style>
span { border-color: #E6A1EC; }
span { border-color: rgb(230,161,236); }
td.TdClassName
{
border-color: #E6A1EC;
}
.TagClassName
{
border-color: #E6A1EC;
}
</style>