Shades of Mauve #EAA3F6
Tints of Mauve #EAA3F6
RGB
CMYK
RGB Variations
Color information
#EAA3F6 (or 0xEAA3F6) is known color: Mauve. HEX triplet: EA, A3 and F6. RGB value is (234,163,246). Sum of RGB (Red+Green+Blue) = 234+163+246=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 163 (64.06% from 255 or 25.35% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAA3F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA3F6 is #155C09. Grayscale: #C1C1C1. Windows color (decimal): -1399818 or 16163818. OLE color: 16163818.
HSL color Cylindrical-coordinate representation of color #EAA3F6: hue angle of 291.33º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAA3F6 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 163 | 246 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.04 |
| HSL | 291.33º | 0.82% | 0.8% | - |
| HSV(B) | 291.33º | 0.34% | 0.96% | - |
| XYZ | 63.66 | 50.34 | 93.55 | - |
| YUV | 193.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 246 | 0.05 | 0.34 | 0 | 0.04 | 291.33 | 0.82 | 0.8 |
| Hex | EA | A3 | F6 | 5 | 22 | 0 | 4 | 123 | 52 | 50 |
| Octal | 352 | 243 | 366 | 5 | 42 | 0 | 4 | 443 | 122 | 120 |
| Binary | 11101010 | 10100011 | 11110110 | 101 | 100010 | 0 | 100 | 100100011 | 1010010 | 1010000 |
Color Harmonies of #EAA3F6
Complementary color
Monochromatic Colors of #EAA3F6
Black with #EAA3F6
Text Example
Text Example
White with #EAA3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA3F6; }
p { color: rgb(234,163,246); }
H1.HeaderClassName
{
color: #EAA3F6;
}
.AnyTagClassName
{
color: #EAA3F6;
}
</style>
background-color css
<style>
a { background-color: #EAA3F6; }
a { background-color: rgb(234,163,246); }
div.DivClassName
{
background-color: #EAA3F6;
}
.BgClassName
{
background-color: #EAA3F6;
}
</style>
border-color css
<style>
span { border-color: #EAA3F6; }
span { border-color: rgb(234,163,246); }
td.TdClassName
{
border-color: #EAA3F6;
}
.TagClassName
{
border-color: #EAA3F6;
}
</style>