Shades of Mauve #E6A1FE
Tints of Mauve #E6A1FE
RGB
CMYK
RGB Variations
Color information
#E6A1FE (or 0xE6A1FE) is known color: Mauve. HEX triplet: E6, A1 and FE. RGB value is (230,161,254). Sum of RGB (Red+Green+Blue) = 230+161+254=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 161 (63.28% from 255 or 24.96% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A1FE is #195E01. Grayscale: #BFBFBF. Windows color (decimal): -1662466 or 16687590. OLE color: 16687590.
HSL color Cylindrical-coordinate representation of color #E6A1FE: hue angle of 284.52º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6A1FE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 161 | 254 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.00 |
| HSL | 284.52º | 0.98% | 0.81% | - |
| HSV(B) | 284.52º | 0.37% | 1% | - |
| XYZ | 63.27 | 49.47 | 99.98 | - |
| YUV | 192.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 254 | 0.09 | 0.37 | 0 | 0.00 | 284.52 | 0.98 | 0.81 |
| Hex | E6 | A1 | FE | 9 | 25 | 0 | 0 | 11D | 62 | 51 |
| Octal | 346 | 241 | 376 | 11 | 45 | 0 | 0 | 435 | 142 | 121 |
| Binary | 11100110 | 10100001 | 11111110 | 1001 | 100101 | 0 | 0 | 100011101 | 1100010 | 1010001 |
Color Harmonies of #E6A1FE
Complementary color
Monochromatic Colors of #E6A1FE
Black with #E6A1FE
Text Example
Text Example
White with #E6A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A1FE; }
p { color: rgb(230,161,254); }
H1.HeaderClassName
{
color: #E6A1FE;
}
.AnyTagClassName
{
color: #E6A1FE;
}
</style>
background-color css
<style>
a { background-color: #E6A1FE; }
a { background-color: rgb(230,161,254); }
div.DivClassName
{
background-color: #E6A1FE;
}
.BgClassName
{
background-color: #E6A1FE;
}
</style>
border-color css
<style>
span { border-color: #E6A1FE; }
span { border-color: rgb(230,161,254); }
td.TdClassName
{
border-color: #E6A1FE;
}
.TagClassName
{
border-color: #E6A1FE;
}
</style>