Shades of Mauve #E6A9FE
Tints of Mauve #E6A9FE
RGB
CMYK
RGB Variations
Color information
#E6A9FE (or 0xE6A9FE) is known color: Mauve. HEX triplet: E6, A9 and FE. RGB value is (230,169,254). Sum of RGB (Red+Green+Blue) = 230+169+254=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A9FE is #195601. Grayscale: #C4C4C4. Windows color (decimal): -1660418 or 16689638. OLE color: 16689638.
HSL color Cylindrical-coordinate representation of color #E6A9FE: hue angle of 283.06º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6A9FE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 169 | 254 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.00 |
| HSL | 283.06º | 0.98% | 0.83% | - |
| HSV(B) | 283.06º | 0.33% | 1% | - |
| XYZ | 64.71 | 52.35 | 100.46 | - |
| YUV | 196.93 | 160.21 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 254 | 0.09 | 0.33 | 0 | 0.00 | 283.06 | 0.98 | 0.83 |
| Hex | E6 | A9 | FE | 9 | 21 | 0 | 0 | 11B | 62 | 53 |
| Octal | 346 | 251 | 376 | 11 | 41 | 0 | 0 | 433 | 142 | 123 |
| Binary | 11100110 | 10101001 | 11111110 | 1001 | 100001 | 0 | 0 | 100011011 | 1100010 | 1010011 |
Color Harmonies of #E6A9FE
Complementary color
Monochromatic Colors of #E6A9FE
Black with #E6A9FE
Text Example
Text Example
White with #E6A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A9FE; }
p { color: rgb(230,169,254); }
H1.HeaderClassName
{
color: #E6A9FE;
}
.AnyTagClassName
{
color: #E6A9FE;
}
</style>
background-color css
<style>
a { background-color: #E6A9FE; }
a { background-color: rgb(230,169,254); }
div.DivClassName
{
background-color: #E6A9FE;
}
.BgClassName
{
background-color: #E6A9FE;
}
</style>
border-color css
<style>
span { border-color: #E6A9FE; }
span { border-color: rgb(230,169,254); }
td.TdClassName
{
border-color: #E6A9FE;
}
.TagClassName
{
border-color: #E6A9FE;
}
</style>