Shades of Mauve #EEA2FA
Tints of Mauve #EEA2FA
RGB
CMYK
RGB Variations
Color information
#EEA2FA (or 0xEEA2FA) is known color: Mauve. HEX triplet: EE, A2 and FA. RGB value is (238,162,250). Sum of RGB (Red+Green+Blue) = 238+162+250=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 162 (63.67% from 255 or 24.92% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEA2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2FA is #115D05. Grayscale: #C2C2C2. Windows color (decimal): -1137926 or 16425710. OLE color: 16425710.
HSL color Cylindrical-coordinate representation of color #EEA2FA: hue angle of 291.82º 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 #EEA2FA is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 162 | 250 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.02 |
| HSL | 291.82º | 0.9% | 0.81% | - |
| HSV(B) | 291.82º | 0.35% | 0.98% | - |
| XYZ | 65.44 | 50.92 | 96.82 | - |
| YUV | 194.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 250 | 0.05 | 0.35 | 0 | 0.02 | 291.82 | 0.9 | 0.81 |
| Hex | EE | A2 | FA | 5 | 23 | 0 | 2 | 124 | 5A | 51 |
| Octal | 356 | 242 | 372 | 5 | 43 | 0 | 2 | 444 | 132 | 121 |
| Binary | 11101110 | 10100010 | 11111010 | 101 | 100011 | 0 | 10 | 100100100 | 1011010 | 1010001 |
Color Harmonies of #EEA2FA
Complementary color
Monochromatic Colors of #EEA2FA
Black with #EEA2FA
Text Example
Text Example
White with #EEA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2FA; }
p { color: rgb(238,162,250); }
H1.HeaderClassName
{
color: #EEA2FA;
}
.AnyTagClassName
{
color: #EEA2FA;
}
</style>
background-color css
<style>
a { background-color: #EEA2FA; }
a { background-color: rgb(238,162,250); }
div.DivClassName
{
background-color: #EEA2FA;
}
.BgClassName
{
background-color: #EEA2FA;
}
</style>
border-color css
<style>
span { border-color: #EEA2FA; }
span { border-color: rgb(238,162,250); }
td.TdClassName
{
border-color: #EEA2FA;
}
.TagClassName
{
border-color: #EEA2FA;
}
</style>