Shades of Mauve #EAA8F7
Tints of Mauve #EAA8F7
RGB
CMYK
RGB Variations
Color information
#EAA8F7 (or 0xEAA8F7) is known color: Mauve. HEX triplet: EA, A8 and F7. RGB value is (234,168,247). Sum of RGB (Red+Green+Blue) = 234+168+247=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAA8F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8F7 is #155708. Grayscale: #C4C4C4. Windows color (decimal): -1398537 or 16230634. OLE color: 16230634.
HSL color Cylindrical-coordinate representation of color #EAA8F7: hue angle of 290.13º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA8F7 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 168 | 247 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.03 |
| HSL | 290.13º | 0.83% | 0.81% | - |
| HSV(B) | 290.13º | 0.32% | 0.97% | - |
| XYZ | 64.72 | 52.21 | 94.66 | - |
| YUV | 196.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 247 | 0.05 | 0.32 | 0 | 0.03 | 290.13 | 0.83 | 0.81 |
| Hex | EA | A8 | F7 | 5 | 20 | 0 | 3 | 122 | 53 | 51 |
| Octal | 352 | 250 | 367 | 5 | 40 | 0 | 3 | 442 | 123 | 121 |
| Binary | 11101010 | 10101000 | 11110111 | 101 | 100000 | 0 | 11 | 100100010 | 1010011 | 1010001 |
Color Harmonies of #EAA8F7
Complementary color
Monochromatic Colors of #EAA8F7
Black with #EAA8F7
Text Example
Text Example
White with #EAA8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8F7; }
p { color: rgb(234,168,247); }
H1.HeaderClassName
{
color: #EAA8F7;
}
.AnyTagClassName
{
color: #EAA8F7;
}
</style>
background-color css
<style>
a { background-color: #EAA8F7; }
a { background-color: rgb(234,168,247); }
div.DivClassName
{
background-color: #EAA8F7;
}
.BgClassName
{
background-color: #EAA8F7;
}
</style>
border-color css
<style>
span { border-color: #EAA8F7; }
span { border-color: rgb(234,168,247); }
td.TdClassName
{
border-color: #EAA8F7;
}
.TagClassName
{
border-color: #EAA8F7;
}
</style>