Shades of Mauve #E9A5FA
Tints of Mauve #E9A5FA
RGB
CMYK
RGB Variations
Color information
#E9A5FA (or 0xE9A5FA) is known color: Mauve. HEX triplet: E9, A5 and FA. RGB value is (233,165,250). Sum of RGB (Red+Green+Blue) = 233+165+250=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 165 (64.84% from 255 or 25.46% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9A5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A5FA is #165A05. Grayscale: #C2C2C2. Windows color (decimal): -1464838 or 16426473. OLE color: 16426473.
HSL color Cylindrical-coordinate representation of color #E9A5FA: hue angle of 288º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9A5FA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 165 | 250 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.02 |
| HSL | 288º | 0.89% | 0.81% | - |
| HSV(B) | 288º | 0.34% | 0.98% | - |
| XYZ | 64.31 | 51.14 | 96.92 | - |
| YUV | 195.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 250 | 0.07 | 0.34 | 0 | 0.02 | 288 | 0.89 | 0.81 |
| Hex | E9 | A5 | FA | 7 | 22 | 0 | 2 | 120 | 59 | 51 |
| Octal | 351 | 245 | 372 | 7 | 42 | 0 | 2 | 440 | 131 | 121 |
| Binary | 11101001 | 10100101 | 11111010 | 111 | 100010 | 0 | 10 | 100100000 | 1011001 | 1010001 |
Color Harmonies of #E9A5FA
Complementary color
Monochromatic Colors of #E9A5FA
Black with #E9A5FA
Text Example
Text Example
White with #E9A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A5FA; }
p { color: rgb(233,165,250); }
H1.HeaderClassName
{
color: #E9A5FA;
}
.AnyTagClassName
{
color: #E9A5FA;
}
</style>
background-color css
<style>
a { background-color: #E9A5FA; }
a { background-color: rgb(233,165,250); }
div.DivClassName
{
background-color: #E9A5FA;
}
.BgClassName
{
background-color: #E9A5FA;
}
</style>
border-color css
<style>
span { border-color: #E9A5FA; }
span { border-color: rgb(233,165,250); }
td.TdClassName
{
border-color: #E9A5FA;
}
.TagClassName
{
border-color: #E9A5FA;
}
</style>