Shades of Mauve #EAAAF9
Tints of Mauve #EAAAF9
RGB
CMYK
RGB Variations
Color information
#EAAAF9 (or 0xEAAAF9) is known color: Mauve. HEX triplet: EA, AA and F9. RGB value is (234,170,249). Sum of RGB (Red+Green+Blue) = 234+170+249=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF9 is #155506. Grayscale: #C5C5C5. Windows color (decimal): -1398023 or 16362218. OLE color: 16362218.
HSL color Cylindrical-coordinate representation of color #EAAAF9: hue angle of 288.61º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAAAF9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 170 | 249 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.02 |
| HSL | 288.61º | 0.87% | 0.82% | - |
| HSV(B) | 288.61º | 0.32% | 0.98% | - |
| XYZ | 65.41 | 53.08 | 96.42 | - |
| YUV | 198.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 249 | 0.06 | 0.32 | 0 | 0.02 | 288.61 | 0.87 | 0.82 |
| Hex | EA | AA | F9 | 6 | 20 | 0 | 2 | 121 | 57 | 52 |
| Octal | 352 | 252 | 371 | 6 | 40 | 0 | 2 | 441 | 127 | 122 |
| Binary | 11101010 | 10101010 | 11111001 | 110 | 100000 | 0 | 10 | 100100001 | 1010111 | 1010010 |
Color Harmonies of #EAAAF9
Complementary color
Monochromatic Colors of #EAAAF9
Black with #EAAAF9
Text Example
Text Example
White with #EAAAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAF9; }
p { color: rgb(234,170,249); }
H1.HeaderClassName
{
color: #EAAAF9;
}
.AnyTagClassName
{
color: #EAAAF9;
}
</style>
background-color css
<style>
a { background-color: #EAAAF9; }
a { background-color: rgb(234,170,249); }
div.DivClassName
{
background-color: #EAAAF9;
}
.BgClassName
{
background-color: #EAAAF9;
}
</style>
border-color css
<style>
span { border-color: #EAAAF9; }
span { border-color: rgb(234,170,249); }
td.TdClassName
{
border-color: #EAAAF9;
}
.TagClassName
{
border-color: #EAAAF9;
}
</style>