Shades of Plum #E7A1EC
Tints of Plum #E7A1EC
RGB
CMYK
RGB Variations
Color information
#E7A1EC (or 0xE7A1EC) is known color: Plum. HEX triplet: E7, A1 and EC. RGB value is (231,161,236). Sum of RGB (Red+Green+Blue) = 231+161+236=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7A1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A1EC is #185E13. Grayscale: #BEBEBE. Windows color (decimal): -1596948 or 15507943. OLE color: 15507943.
HSL color Cylindrical-coordinate representation of color #E7A1EC: hue angle of 296º 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 #E7A1EC is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 161 | 236 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.07 |
| HSL | 296º | 0.66% | 0.78% | - |
| HSV(B) | 296º | 0.32% | 0.93% | - |
| XYZ | 60.84 | 48.53 | 85.52 | - |
| YUV | 190.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 236 | 0.02 | 0.32 | 0 | 0.07 | 296 | 0.66 | 0.78 |
| Hex | E7 | A1 | EC | 2 | 20 | 0 | 7 | 128 | 42 | 4E |
| Octal | 347 | 241 | 354 | 2 | 40 | 0 | 7 | 450 | 102 | 116 |
| Binary | 11100111 | 10100001 | 11101100 | 10 | 100000 | 0 | 111 | 100101000 | 1000010 | 1001110 |
Color Harmonies of #E7A1EC
Complementary color
Monochromatic Colors of #E7A1EC
Black with #E7A1EC
Text Example
Text Example
White with #E7A1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A1EC; }
p { color: rgb(231,161,236); }
H1.HeaderClassName
{
color: #E7A1EC;
}
.AnyTagClassName
{
color: #E7A1EC;
}
</style>
background-color css
<style>
a { background-color: #E7A1EC; }
a { background-color: rgb(231,161,236); }
div.DivClassName
{
background-color: #E7A1EC;
}
.BgClassName
{
background-color: #E7A1EC;
}
</style>
border-color css
<style>
span { border-color: #E7A1EC; }
span { border-color: rgb(231,161,236); }
td.TdClassName
{
border-color: #E7A1EC;
}
.TagClassName
{
border-color: #E7A1EC;
}
</style>