Shades of Mauve #EAA1FA
Tints of Mauve #EAA1FA
RGB
CMYK
RGB Variations
Color information
#EAA1FA (or 0xEAA1FA) is known color: Mauve. HEX triplet: EA, A1 and FA. RGB value is (234,161,250). Sum of RGB (Red+Green+Blue) = 234+161+250=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 161 (63.28% from 255 or 24.96% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAA1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1FA is #155E05. Grayscale: #C0C0C0. Windows color (decimal): -1400326 or 16425450. OLE color: 16425450.
HSL color Cylindrical-coordinate representation of color #EAA1FA: hue angle of 289.21º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAA1FA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 161 | 250 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.02 |
| HSL | 289.21º | 0.9% | 0.81% | - |
| HSV(B) | 289.21º | 0.36% | 0.98% | - |
| XYZ | 63.93 | 49.88 | 96.7 | - |
| YUV | 192.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 250 | 0.06 | 0.36 | 0 | 0.02 | 289.21 | 0.9 | 0.81 |
| Hex | EA | A1 | FA | 6 | 24 | 0 | 2 | 121 | 5A | 51 |
| Octal | 352 | 241 | 372 | 6 | 44 | 0 | 2 | 441 | 132 | 121 |
| Binary | 11101010 | 10100001 | 11111010 | 110 | 100100 | 0 | 10 | 100100001 | 1011010 | 1010001 |
Color Harmonies of #EAA1FA
Complementary color
Monochromatic Colors of #EAA1FA
Black with #EAA1FA
Text Example
Text Example
White with #EAA1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1FA; }
p { color: rgb(234,161,250); }
H1.HeaderClassName
{
color: #EAA1FA;
}
.AnyTagClassName
{
color: #EAA1FA;
}
</style>
background-color css
<style>
a { background-color: #EAA1FA; }
a { background-color: rgb(234,161,250); }
div.DivClassName
{
background-color: #EAA1FA;
}
.BgClassName
{
background-color: #EAA1FA;
}
</style>
border-color css
<style>
span { border-color: #EAA1FA; }
span { border-color: rgb(234,161,250); }
td.TdClassName
{
border-color: #EAA1FA;
}
.TagClassName
{
border-color: #EAA1FA;
}
</style>