Shades of Mauve #EAAAF4
Tints of Mauve #EAAAF4
RGB
CMYK
RGB Variations
Color information
#EAAAF4 (or 0xEAAAF4) is known color: Mauve. HEX triplet: EA, AA and F4. RGB value is (234,170,244). Sum of RGB (Red+Green+Blue) = 234+170+244=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF4 is #15550B. Grayscale: #C5C5C5. Windows color (decimal): -1398028 or 16034538. OLE color: 16034538.
HSL color Cylindrical-coordinate representation of color #EAAAF4: hue angle of 291.89º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAAAF4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 170 | 244 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.04 |
| HSL | 291.89º | 0.77% | 0.81% | - |
| HSV(B) | 291.89º | 0.3% | 0.96% | - |
| XYZ | 64.64 | 52.77 | 92.37 | - |
| YUV | 197.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 244 | 0.04 | 0.30 | 0 | 0.04 | 291.89 | 0.77 | 0.81 |
| Hex | EA | AA | F4 | 4 | 1E | 0 | 4 | 124 | 4D | 51 |
| Octal | 352 | 252 | 364 | 4 | 36 | 0 | 4 | 444 | 115 | 121 |
| Binary | 11101010 | 10101010 | 11110100 | 100 | 11110 | 0 | 100 | 100100100 | 1001101 | 1010001 |
Color Harmonies of #EAAAF4
Complementary color
Monochromatic Colors of #EAAAF4
Black with #EAAAF4
Text Example
Text Example
White with #EAAAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAF4; }
p { color: rgb(234,170,244); }
H1.HeaderClassName
{
color: #EAAAF4;
}
.AnyTagClassName
{
color: #EAAAF4;
}
</style>
background-color css
<style>
a { background-color: #EAAAF4; }
a { background-color: rgb(234,170,244); }
div.DivClassName
{
background-color: #EAAAF4;
}
.BgClassName
{
background-color: #EAAAF4;
}
</style>
border-color css
<style>
span { border-color: #EAAAF4; }
span { border-color: rgb(234,170,244); }
td.TdClassName
{
border-color: #EAAAF4;
}
.TagClassName
{
border-color: #EAAAF4;
}
</style>