Shades of Mauve #EAA1FF
Tints of Mauve #EAA1FF
RGB
CMYK
RGB Variations
Color information
#EAA1FF (or 0xEAA1FF) is known color: Mauve. HEX triplet: EA, A1 and FF. RGB value is (234,161,255). Sum of RGB (Red+Green+Blue) = 234+161+255=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAA1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1FF is #155E00. Grayscale: #C1C1C1. Windows color (decimal): -1400321 or 16753130. OLE color: 16753130.
HSL color Cylindrical-coordinate representation of color #EAA1FF: hue angle of 286.6º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAA1FF is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 161 | 255 | - |
| CMYK | 0.08 | 0.37 | 0 | 0 |
| HSL | 286.6º | 1% | 0.82% | - |
| HSV(B) | 286.6º | 0.37% | 1% | - |
| XYZ | 64.73 | 50.2 | 100.89 | - |
| YUV | 193.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 255 | 0.08 | 0.37 | 0 | 0 | 286.6 | 1 | 0.82 |
| Hex | EA | A1 | FF | 8 | 25 | 0 | 0 | 11F | 64 | 52 |
| Octal | 352 | 241 | 377 | 10 | 45 | 0 | 0 | 437 | 144 | 122 |
| Binary | 11101010 | 10100001 | 11111111 | 1000 | 100101 | 0 | 0 | 100011111 | 1100100 | 1010010 |
Color Harmonies of #EAA1FF
Complementary color
Monochromatic Colors of #EAA1FF
Black with #EAA1FF
Text Example
Text Example
White with #EAA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1FF; }
p { color: rgb(234,161,255); }
H1.HeaderClassName
{
color: #EAA1FF;
}
.AnyTagClassName
{
color: #EAA1FF;
}
</style>
background-color css
<style>
a { background-color: #EAA1FF; }
a { background-color: rgb(234,161,255); }
div.DivClassName
{
background-color: #EAA1FF;
}
.BgClassName
{
background-color: #EAA1FF;
}
</style>
border-color css
<style>
span { border-color: #EAA1FF; }
span { border-color: rgb(234,161,255); }
td.TdClassName
{
border-color: #EAA1FF;
}
.TagClassName
{
border-color: #EAA1FF;
}
</style>