Shades of Mauve #EAA2FA
Tints of Mauve #EAA2FA
RGB
CMYK
RGB Variations
Color information
#EAA2FA (or 0xEAA2FA) is known color: Mauve. HEX triplet: EA, A2 and FA. RGB value is (234,162,250). Sum of RGB (Red+Green+Blue) = 234+162+250=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 162 (63.67% from 255 or 25.08% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAA2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA2FA is #155D05. Grayscale: #C1C1C1. Windows color (decimal): -1400070 or 16425706. OLE color: 16425706.
HSL color Cylindrical-coordinate representation of color #EAA2FA: hue angle of 289.09º degrees, saturation: 0.9, 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 #EAA2FA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 162 | 250 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.02 |
| HSL | 289.09º | 0.9% | 0.81% | - |
| HSV(B) | 289.09º | 0.35% | 0.98% | - |
| XYZ | 64.11 | 50.24 | 96.76 | - |
| YUV | 193.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 250 | 0.06 | 0.35 | 0 | 0.02 | 289.09 | 0.9 | 0.81 |
| Hex | EA | A2 | FA | 6 | 23 | 0 | 2 | 121 | 5A | 51 |
| Octal | 352 | 242 | 372 | 6 | 43 | 0 | 2 | 441 | 132 | 121 |
| Binary | 11101010 | 10100010 | 11111010 | 110 | 100011 | 0 | 10 | 100100001 | 1011010 | 1010001 |
Color Harmonies of #EAA2FA
Complementary color
Monochromatic Colors of #EAA2FA
Black with #EAA2FA
Text Example
Text Example
White with #EAA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA2FA; }
p { color: rgb(234,162,250); }
H1.HeaderClassName
{
color: #EAA2FA;
}
.AnyTagClassName
{
color: #EAA2FA;
}
</style>
background-color css
<style>
a { background-color: #EAA2FA; }
a { background-color: rgb(234,162,250); }
div.DivClassName
{
background-color: #EAA2FA;
}
.BgClassName
{
background-color: #EAA2FA;
}
</style>
border-color css
<style>
span { border-color: #EAA2FA; }
span { border-color: rgb(234,162,250); }
td.TdClassName
{
border-color: #EAA2FA;
}
.TagClassName
{
border-color: #EAA2FA;
}
</style>