Shades of Mauve #EAAAF7
Tints of Mauve #EAAAF7
RGB
CMYK
RGB Variations
Color information
#EAAAF7 (or 0xEAAAF7) is known color: Mauve. HEX triplet: EA, AA and F7. RGB value is (234,170,247). Sum of RGB (Red+Green+Blue) = 234+170+247=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAAAF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF7 is #155508. Grayscale: #C5C5C5. Windows color (decimal): -1398025 or 16231146. OLE color: 16231146.
HSL color Cylindrical-coordinate representation of color #EAAAF7: hue angle of 289.87º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAAAF7 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 170 | 247 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.03 |
| HSL | 289.87º | 0.83% | 0.82% | - |
| HSV(B) | 289.87º | 0.31% | 0.97% | - |
| XYZ | 65.09 | 52.96 | 94.79 | - |
| YUV | 197.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 247 | 0.05 | 0.31 | 0 | 0.03 | 289.87 | 0.83 | 0.82 |
| Hex | EA | AA | F7 | 5 | 1F | 0 | 3 | 122 | 53 | 52 |
| Octal | 352 | 252 | 367 | 5 | 37 | 0 | 3 | 442 | 123 | 122 |
| Binary | 11101010 | 10101010 | 11110111 | 101 | 11111 | 0 | 11 | 100100010 | 1010011 | 1010010 |
Color Harmonies of #EAAAF7
Complementary color
Monochromatic Colors of #EAAAF7
Black with #EAAAF7
Text Example
Text Example
White with #EAAAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAF7; }
p { color: rgb(234,170,247); }
H1.HeaderClassName
{
color: #EAAAF7;
}
.AnyTagClassName
{
color: #EAAAF7;
}
</style>
background-color css
<style>
a { background-color: #EAAAF7; }
a { background-color: rgb(234,170,247); }
div.DivClassName
{
background-color: #EAAAF7;
}
.BgClassName
{
background-color: #EAAAF7;
}
</style>
border-color css
<style>
span { border-color: #EAAAF7; }
span { border-color: rgb(234,170,247); }
td.TdClassName
{
border-color: #EAAAF7;
}
.TagClassName
{
border-color: #EAAAF7;
}
</style>