Shades of Mauve #EEA7F6
Tints of Mauve #EEA7F6
RGB
CMYK
RGB Variations
Color information
#EEA7F6 (or 0xEEA7F6) is known color: Mauve. HEX triplet: EE, A7 and F6. RGB value is (238,167,246). Sum of RGB (Red+Green+Blue) = 238+167+246=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 167 (65.62% from 255 or 25.65% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEA7F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA7F6 is #115809. Grayscale: #C4C4C4. Windows color (decimal): -1136650 or 16164846. OLE color: 16164846.
HSL color Cylindrical-coordinate representation of color #EEA7F6: hue angle of 293.92º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA7F6 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 167 | 246 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.04 |
| HSL | 293.92º | 0.81% | 0.81% | - |
| HSV(B) | 293.92º | 0.32% | 0.96% | - |
| XYZ | 65.71 | 52.47 | 93.85 | - |
| YUV | 197.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 246 | 0.03 | 0.32 | 0 | 0.04 | 293.92 | 0.81 | 0.81 |
| Hex | EE | A7 | F6 | 3 | 20 | 0 | 4 | 126 | 51 | 51 |
| Octal | 356 | 247 | 366 | 3 | 40 | 0 | 4 | 446 | 121 | 121 |
| Binary | 11101110 | 10100111 | 11110110 | 11 | 100000 | 0 | 100 | 100100110 | 1010001 | 1010001 |
Color Harmonies of #EEA7F6
Complementary color
Monochromatic Colors of #EEA7F6
Black with #EEA7F6
Text Example
Text Example
White with #EEA7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA7F6; }
p { color: rgb(238,167,246); }
H1.HeaderClassName
{
color: #EEA7F6;
}
.AnyTagClassName
{
color: #EEA7F6;
}
</style>
background-color css
<style>
a { background-color: #EEA7F6; }
a { background-color: rgb(238,167,246); }
div.DivClassName
{
background-color: #EEA7F6;
}
.BgClassName
{
background-color: #EEA7F6;
}
</style>
border-color css
<style>
span { border-color: #EEA7F6; }
span { border-color: rgb(238,167,246); }
td.TdClassName
{
border-color: #EEA7F6;
}
.TagClassName
{
border-color: #EEA7F6;
}
</style>