Shades of Mauve #EAAAF8
Tints of Mauve #EAAAF8
RGB
CMYK
RGB Variations
Color information
#EAAAF8 (or 0xEAAAF8) is known color: Mauve. HEX triplet: EA, AA and F8. RGB value is (234,170,248). Sum of RGB (Red+Green+Blue) = 234+170+248=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAAAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF8 is #155507. Grayscale: #C5C5C5. Windows color (decimal): -1398024 or 16296682. OLE color: 16296682.
HSL color Cylindrical-coordinate representation of color #EAAAF8: hue angle of 289.23º degrees, saturation: 0.85, 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 #EAAAF8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 170 | 248 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.03 |
| HSL | 289.23º | 0.85% | 0.82% | - |
| HSV(B) | 289.23º | 0.31% | 0.97% | - |
| XYZ | 65.25 | 53.02 | 95.6 | - |
| YUV | 198.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 248 | 0.06 | 0.31 | 0 | 0.03 | 289.23 | 0.85 | 0.82 |
| Hex | EA | AA | F8 | 6 | 1F | 0 | 3 | 121 | 55 | 52 |
| Octal | 352 | 252 | 370 | 6 | 37 | 0 | 3 | 441 | 125 | 122 |
| Binary | 11101010 | 10101010 | 11111000 | 110 | 11111 | 0 | 11 | 100100001 | 1010101 | 1010010 |
Color Harmonies of #EAAAF8
Complementary color
Monochromatic Colors of #EAAAF8
Black with #EAAAF8
Text Example
Text Example
White with #EAAAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAF8; }
p { color: rgb(234,170,248); }
H1.HeaderClassName
{
color: #EAAAF8;
}
.AnyTagClassName
{
color: #EAAAF8;
}
</style>
background-color css
<style>
a { background-color: #EAAAF8; }
a { background-color: rgb(234,170,248); }
div.DivClassName
{
background-color: #EAAAF8;
}
.BgClassName
{
background-color: #EAAAF8;
}
</style>
border-color css
<style>
span { border-color: #EAAAF8; }
span { border-color: rgb(234,170,248); }
td.TdClassName
{
border-color: #EAAAF8;
}
.TagClassName
{
border-color: #EAAAF8;
}
</style>