Shades of Mauve #EAA6F5
Tints of Mauve #EAA6F5
RGB
CMYK
RGB Variations
Color information
#EAA6F5 (or 0xEAA6F5) is known color: Mauve. HEX triplet: EA, A6 and F5. RGB value is (234,166,245). Sum of RGB (Red+Green+Blue) = 234+166+245=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 166 (65.23% from 255 or 25.74% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAA6F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA6F5 is #15590A. Grayscale: #C3C3C3. Windows color (decimal): -1399051 or 16099050. OLE color: 16099050.
HSL color Cylindrical-coordinate representation of color #EAA6F5: hue angle of 291.65º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA6F5 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 166 | 245 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.04 |
| HSL | 291.65º | 0.8% | 0.81% | - |
| HSV(B) | 291.65º | 0.32% | 0.96% | - |
| XYZ | 64.05 | 51.36 | 92.92 | - |
| YUV | 195.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 245 | 0.04 | 0.32 | 0 | 0.04 | 291.65 | 0.8 | 0.81 |
| Hex | EA | A6 | F5 | 4 | 20 | 0 | 4 | 124 | 50 | 51 |
| Octal | 352 | 246 | 365 | 4 | 40 | 0 | 4 | 444 | 120 | 121 |
| Binary | 11101010 | 10100110 | 11110101 | 100 | 100000 | 0 | 100 | 100100100 | 1010000 | 1010001 |
Color Harmonies of #EAA6F5
Complementary color
Monochromatic Colors of #EAA6F5
Black with #EAA6F5
Text Example
Text Example
White with #EAA6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA6F5; }
p { color: rgb(234,166,245); }
H1.HeaderClassName
{
color: #EAA6F5;
}
.AnyTagClassName
{
color: #EAA6F5;
}
</style>
background-color css
<style>
a { background-color: #EAA6F5; }
a { background-color: rgb(234,166,245); }
div.DivClassName
{
background-color: #EAA6F5;
}
.BgClassName
{
background-color: #EAA6F5;
}
</style>
border-color css
<style>
span { border-color: #EAA6F5; }
span { border-color: rgb(234,166,245); }
td.TdClassName
{
border-color: #EAA6F5;
}
.TagClassName
{
border-color: #EAA6F5;
}
</style>