Shades of Mauve #EEA6FA
Tints of Mauve #EEA6FA
RGB
CMYK
RGB Variations
Color information
#EEA6FA (or 0xEEA6FA) is known color: Mauve. HEX triplet: EE, A6 and FA. RGB value is (238,166,250). Sum of RGB (Red+Green+Blue) = 238+166+250=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEA6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA6FA is #115905. Grayscale: #C4C4C4. Windows color (decimal): -1136902 or 16426734. OLE color: 16426734.
HSL color Cylindrical-coordinate representation of color #EEA6FA: hue angle of 291.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEA6FA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 166 | 250 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.02 |
| HSL | 291.43º | 0.89% | 0.82% | - |
| HSV(B) | 291.43º | 0.34% | 0.98% | - |
| XYZ | 66.15 | 52.35 | 97.06 | - |
| YUV | 197.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 250 | 0.05 | 0.34 | 0 | 0.02 | 291.43 | 0.89 | 0.82 |
| Hex | EE | A6 | FA | 5 | 22 | 0 | 2 | 123 | 59 | 52 |
| Octal | 356 | 246 | 372 | 5 | 42 | 0 | 2 | 443 | 131 | 122 |
| Binary | 11101110 | 10100110 | 11111010 | 101 | 100010 | 0 | 10 | 100100011 | 1011001 | 1010010 |
Color Harmonies of #EEA6FA
Complementary color
Monochromatic Colors of #EEA6FA
Black with #EEA6FA
Text Example
Text Example
White with #EEA6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6FA; }
p { color: rgb(238,166,250); }
H1.HeaderClassName
{
color: #EEA6FA;
}
.AnyTagClassName
{
color: #EEA6FA;
}
</style>
background-color css
<style>
a { background-color: #EEA6FA; }
a { background-color: rgb(238,166,250); }
div.DivClassName
{
background-color: #EEA6FA;
}
.BgClassName
{
background-color: #EEA6FA;
}
</style>
border-color css
<style>
span { border-color: #EEA6FA; }
span { border-color: rgb(238,166,250); }
td.TdClassName
{
border-color: #EEA6FA;
}
.TagClassName
{
border-color: #EEA6FA;
}
</style>