Shades of Mauve #E9A3F9
Tints of Mauve #E9A3F9
RGB
CMYK
RGB Variations
Color information
#E9A3F9 (or 0xE9A3F9) is known color: Mauve. HEX triplet: E9, A3 and F9. RGB value is (233,163,249). Sum of RGB (Red+Green+Blue) = 233+163+249=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 163 (64.06% from 255 or 25.27% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9A3F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A3F9 is #165C06. Grayscale: #C1C1C1. Windows color (decimal): -1465351 or 16360425. OLE color: 16360425.
HSL color Cylindrical-coordinate representation of color #E9A3F9: hue angle of 288.84º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E9A3F9 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 163 | 249 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.02 |
| HSL | 288.84º | 0.88% | 0.81% | - |
| HSV(B) | 288.84º | 0.35% | 0.98% | - |
| XYZ | 63.8 | 50.36 | 95.98 | - |
| YUV | 193.73 | 159.19 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 249 | 0.06 | 0.35 | 0 | 0.02 | 288.84 | 0.88 | 0.81 |
| Hex | E9 | A3 | F9 | 6 | 23 | 0 | 2 | 121 | 58 | 51 |
| Octal | 351 | 243 | 371 | 6 | 43 | 0 | 2 | 441 | 130 | 121 |
| Binary | 11101001 | 10100011 | 11111001 | 110 | 100011 | 0 | 10 | 100100001 | 1011000 | 1010001 |
Color Harmonies of #E9A3F9
Complementary color
Monochromatic Colors of #E9A3F9
Black with #E9A3F9
Text Example
Text Example
White with #E9A3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A3F9; }
p { color: rgb(233,163,249); }
H1.HeaderClassName
{
color: #E9A3F9;
}
.AnyTagClassName
{
color: #E9A3F9;
}
</style>
background-color css
<style>
a { background-color: #E9A3F9; }
a { background-color: rgb(233,163,249); }
div.DivClassName
{
background-color: #E9A3F9;
}
.BgClassName
{
background-color: #E9A3F9;
}
</style>
border-color css
<style>
span { border-color: #E9A3F9; }
span { border-color: rgb(233,163,249); }
td.TdClassName
{
border-color: #E9A3F9;
}
.TagClassName
{
border-color: #E9A3F9;
}
</style>