Shades of Mauve #EAAAFA
Tints of Mauve #EAAAFA
RGB
CMYK
RGB Variations
Color information
#EAAAFA (or 0xEAAAFA) is known color: Mauve. HEX triplet: EA, AA and FA. RGB value is (234,170,250). Sum of RGB (Red+Green+Blue) = 234+170+250=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFA is #155505. Grayscale: #C6C6C6. Windows color (decimal): -1398022 or 16427754. OLE color: 16427754.
HSL color Cylindrical-coordinate representation of color #EAAAFA: hue angle of 288º degrees, saturation: 0.89, 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 #EAAAFA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 170 | 250 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.02 |
| HSL | 288º | 0.89% | 0.82% | - |
| HSV(B) | 288º | 0.32% | 0.98% | - |
| XYZ | 65.56 | 53.14 | 97.24 | - |
| YUV | 198.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 250 | 0.06 | 0.32 | 0 | 0.02 | 288 | 0.89 | 0.82 |
| Hex | EA | AA | FA | 6 | 20 | 0 | 2 | 120 | 59 | 52 |
| Octal | 352 | 252 | 372 | 6 | 40 | 0 | 2 | 440 | 131 | 122 |
| Binary | 11101010 | 10101010 | 11111010 | 110 | 100000 | 0 | 10 | 100100000 | 1011001 | 1010010 |
Color Harmonies of #EAAAFA
Complementary color
Monochromatic Colors of #EAAAFA
Black with #EAAAFA
Text Example
Text Example
White with #EAAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAFA; }
p { color: rgb(234,170,250); }
H1.HeaderClassName
{
color: #EAAAFA;
}
.AnyTagClassName
{
color: #EAAAFA;
}
</style>
background-color css
<style>
a { background-color: #EAAAFA; }
a { background-color: rgb(234,170,250); }
div.DivClassName
{
background-color: #EAAAFA;
}
.BgClassName
{
background-color: #EAAAFA;
}
</style>
border-color css
<style>
span { border-color: #EAAAFA; }
span { border-color: rgb(234,170,250); }
td.TdClassName
{
border-color: #EAAAFA;
}
.TagClassName
{
border-color: #EAAAFA;
}
</style>