Shades of Mauve #EE9FFA
Tints of Mauve #EE9FFA
RGB
CMYK
RGB Variations
Color information
#EE9FFA (or 0xEE9FFA) is known color: Mauve. HEX triplet: EE, 9F and FA. RGB value is (238,159,250). Sum of RGB (Red+Green+Blue) = 238+159+250=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 159 (62.5% from 255 or 24.57% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE9FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FFA is #116005. Grayscale: #C0C0C0. Windows color (decimal): -1138694 or 16424942. OLE color: 16424942.
HSL color Cylindrical-coordinate representation of color #EE9FFA: hue angle of 292.09º 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 #EE9FFA is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 159 | 250 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.02 |
| HSL | 292.09º | 0.9% | 0.8% | - |
| HSV(B) | 292.09º | 0.36% | 0.98% | - |
| XYZ | 64.91 | 49.88 | 96.65 | - |
| YUV | 193 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 250 | 0.05 | 0.36 | 0 | 0.02 | 292.09 | 0.9 | 0.8 |
| Hex | EE | 9F | FA | 5 | 24 | 0 | 2 | 124 | 5A | 50 |
| Octal | 356 | 237 | 372 | 5 | 44 | 0 | 2 | 444 | 132 | 120 |
| Binary | 11101110 | 10011111 | 11111010 | 101 | 100100 | 0 | 10 | 100100100 | 1011010 | 1010000 |
Color Harmonies of #EE9FFA
Complementary color
Monochromatic Colors of #EE9FFA
Black with #EE9FFA
Text Example
Text Example
White with #EE9FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FFA; }
p { color: rgb(238,159,250); }
H1.HeaderClassName
{
color: #EE9FFA;
}
.AnyTagClassName
{
color: #EE9FFA;
}
</style>
background-color css
<style>
a { background-color: #EE9FFA; }
a { background-color: rgb(238,159,250); }
div.DivClassName
{
background-color: #EE9FFA;
}
.BgClassName
{
background-color: #EE9FFA;
}
</style>
border-color css
<style>
span { border-color: #EE9FFA; }
span { border-color: rgb(238,159,250); }
td.TdClassName
{
border-color: #EE9FFA;
}
.TagClassName
{
border-color: #EE9FFA;
}
</style>