Shades of Mauve #EEA0FA
Tints of Mauve #EEA0FA
RGB
CMYK
RGB Variations
Color information
#EEA0FA (or 0xEEA0FA) is known color: Mauve. HEX triplet: EE, A0 and FA. RGB value is (238,160,250). Sum of RGB (Red+Green+Blue) = 238+160+250=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 160 (62.89% from 255 or 24.69% 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 #EEA0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0FA is #115F05. Grayscale: #C1C1C1. Windows color (decimal): -1138438 or 16425198. OLE color: 16425198.
HSL color Cylindrical-coordinate representation of color #EEA0FA: hue angle of 292º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA0FA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 160 | 250 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.02 |
| HSL | 292º | 0.9% | 0.8% | - |
| HSV(B) | 292º | 0.36% | 0.98% | - |
| XYZ | 65.09 | 50.22 | 96.71 | - |
| YUV | 193.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 250 | 0.05 | 0.36 | 0 | 0.02 | 292 | 0.9 | 0.8 |
| Hex | EE | A0 | FA | 5 | 24 | 0 | 2 | 124 | 5A | 50 |
| Octal | 356 | 240 | 372 | 5 | 44 | 0 | 2 | 444 | 132 | 120 |
| Binary | 11101110 | 10100000 | 11111010 | 101 | 100100 | 0 | 10 | 100100100 | 1011010 | 1010000 |
Color Harmonies of #EEA0FA
Complementary color
Monochromatic Colors of #EEA0FA
Black with #EEA0FA
Text Example
Text Example
White with #EEA0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0FA; }
p { color: rgb(238,160,250); }
H1.HeaderClassName
{
color: #EEA0FA;
}
.AnyTagClassName
{
color: #EEA0FA;
}
</style>
background-color css
<style>
a { background-color: #EEA0FA; }
a { background-color: rgb(238,160,250); }
div.DivClassName
{
background-color: #EEA0FA;
}
.BgClassName
{
background-color: #EEA0FA;
}
</style>
border-color css
<style>
span { border-color: #EEA0FA; }
span { border-color: rgb(238,160,250); }
td.TdClassName
{
border-color: #EEA0FA;
}
.TagClassName
{
border-color: #EEA0FA;
}
</style>