Shades of Mauve #E6A6FB
Tints of Mauve #E6A6FB
RGB
CMYK
RGB Variations
Color information
#E6A6FB (or 0xE6A6FB) is known color: Mauve. HEX triplet: E6, A6 and FB. RGB value is (230,166,251). Sum of RGB (Red+Green+Blue) = 230+166+251=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 166 (65.23% from 255 or 25.66% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6A6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A6FB is #195904. Grayscale: #C2C2C2. Windows color (decimal): -1661189 or 16492262. OLE color: 16492262.
HSL color Cylindrical-coordinate representation of color #E6A6FB: hue angle of 285.18º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6A6FB is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 166 | 251 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.02 |
| HSL | 285.18º | 0.91% | 0.82% | - |
| HSV(B) | 285.18º | 0.34% | 0.98% | - |
| XYZ | 63.68 | 51.06 | 97.77 | - |
| YUV | 194.83 | 159.7 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 166 | 251 | 0.08 | 0.34 | 0 | 0.02 | 285.18 | 0.91 | 0.82 |
| Hex | E6 | A6 | FB | 8 | 22 | 0 | 2 | 11D | 5B | 52 |
| Octal | 346 | 246 | 373 | 10 | 42 | 0 | 2 | 435 | 133 | 122 |
| Binary | 11100110 | 10100110 | 11111011 | 1000 | 100010 | 0 | 10 | 100011101 | 1011011 | 1010010 |
Color Harmonies of #E6A6FB
Complementary color
Monochromatic Colors of #E6A6FB
Black with #E6A6FB
Text Example
Text Example
White with #E6A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A6FB; }
p { color: rgb(230,166,251); }
H1.HeaderClassName
{
color: #E6A6FB;
}
.AnyTagClassName
{
color: #E6A6FB;
}
</style>
background-color css
<style>
a { background-color: #E6A6FB; }
a { background-color: rgb(230,166,251); }
div.DivClassName
{
background-color: #E6A6FB;
}
.BgClassName
{
background-color: #E6A6FB;
}
</style>
border-color css
<style>
span { border-color: #E6A6FB; }
span { border-color: rgb(230,166,251); }
td.TdClassName
{
border-color: #E6A6FB;
}
.TagClassName
{
border-color: #E6A6FB;
}
</style>