Shades of Mauve #E6A6FC
Tints of Mauve #E6A6FC
RGB
CMYK
RGB Variations
Color information
#E6A6FC (or 0xE6A6FC) is known color: Mauve. HEX triplet: E6, A6 and FC. RGB value is (230,166,252). Sum of RGB (Red+Green+Blue) = 230+166+252=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 166 (65.23% from 255 or 25.62% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6A6FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A6FC is #195903. Grayscale: #C2C2C2. Windows color (decimal): -1661188 or 16557798. OLE color: 16557798.
HSL color Cylindrical-coordinate representation of color #E6A6FC: hue angle of 284.65º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6A6FC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 166 | 252 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.01 |
| HSL | 284.65º | 0.93% | 0.82% | - |
| HSV(B) | 284.65º | 0.34% | 0.99% | - |
| XYZ | 63.84 | 51.12 | 98.6 | - |
| YUV | 194.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 252 | 0.09 | 0.34 | 0 | 0.01 | 284.65 | 0.93 | 0.82 |
| Hex | E6 | A6 | FC | 9 | 22 | 0 | 1 | 11D | 5D | 52 |
| Octal | 346 | 246 | 374 | 11 | 42 | 0 | 1 | 435 | 135 | 122 |
| Binary | 11100110 | 10100110 | 11111100 | 1001 | 100010 | 0 | 1 | 100011101 | 1011101 | 1010010 |
Color Harmonies of #E6A6FC
Complementary color
Monochromatic Colors of #E6A6FC
Black with #E6A6FC
Text Example
Text Example
White with #E6A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A6FC; }
p { color: rgb(230,166,252); }
H1.HeaderClassName
{
color: #E6A6FC;
}
.AnyTagClassName
{
color: #E6A6FC;
}
</style>
background-color css
<style>
a { background-color: #E6A6FC; }
a { background-color: rgb(230,166,252); }
div.DivClassName
{
background-color: #E6A6FC;
}
.BgClassName
{
background-color: #E6A6FC;
}
</style>
border-color css
<style>
span { border-color: #E6A6FC; }
span { border-color: rgb(230,166,252); }
td.TdClassName
{
border-color: #E6A6FC;
}
.TagClassName
{
border-color: #E6A6FC;
}
</style>