Shades of Mauve #EAAAF3
Tints of Mauve #EAAAF3
RGB
CMYK
RGB Variations
Color information
#EAAAF3 (or 0xEAAAF3) is known color: Mauve. HEX triplet: EA, AA and F3. RGB value is (234,170,243). Sum of RGB (Red+Green+Blue) = 234+170+243=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAAAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF3 is #15550C. Grayscale: #C5C5C5. Windows color (decimal): -1398029 or 15969002. OLE color: 15969002.
HSL color Cylindrical-coordinate representation of color #EAAAF3: hue angle of 292.6º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAAAF3 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 170 | 243 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.05 |
| HSL | 292.6º | 0.75% | 0.81% | - |
| HSV(B) | 292.6º | 0.3% | 0.95% | - |
| XYZ | 64.48 | 52.71 | 91.57 | - |
| YUV | 197.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 243 | 0.04 | 0.30 | 0 | 0.05 | 292.6 | 0.75 | 0.81 |
| Hex | EA | AA | F3 | 4 | 1E | 0 | 5 | 125 | 4B | 51 |
| Octal | 352 | 252 | 363 | 4 | 36 | 0 | 5 | 445 | 113 | 121 |
| Binary | 11101010 | 10101010 | 11110011 | 100 | 11110 | 0 | 101 | 100100101 | 1001011 | 1010001 |
Color Harmonies of #EAAAF3
Complementary color
Monochromatic Colors of #EAAAF3
Black with #EAAAF3
Text Example
Text Example
White with #EAAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAF3; }
p { color: rgb(234,170,243); }
H1.HeaderClassName
{
color: #EAAAF3;
}
.AnyTagClassName
{
color: #EAAAF3;
}
</style>
background-color css
<style>
a { background-color: #EAAAF3; }
a { background-color: rgb(234,170,243); }
div.DivClassName
{
background-color: #EAAAF3;
}
.BgClassName
{
background-color: #EAAAF3;
}
</style>
border-color css
<style>
span { border-color: #EAAAF3; }
span { border-color: rgb(234,170,243); }
td.TdClassName
{
border-color: #EAAAF3;
}
.TagClassName
{
border-color: #EAAAF3;
}
</style>