Shades of Mauve #EAA1FE
Tints of Mauve #EAA1FE
RGB
CMYK
RGB Variations
Color information
#EAA1FE (or 0xEAA1FE) is known color: Mauve. HEX triplet: EA, A1 and FE. RGB value is (234,161,254). Sum of RGB (Red+Green+Blue) = 234+161+254=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA1FE is #155E01. Grayscale: #C1C1C1. Windows color (decimal): -1400322 or 16687594. OLE color: 16687594.
HSL color Cylindrical-coordinate representation of color #EAA1FE: hue angle of 287.1º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAA1FE is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 161 | 254 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.00 |
| HSL | 287.1º | 0.98% | 0.81% | - |
| HSV(B) | 287.1º | 0.37% | 1% | - |
| XYZ | 64.57 | 50.14 | 100.04 | - |
| YUV | 193.43 | 162.18 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 254 | 0.08 | 0.37 | 0 | 0.00 | 287.1 | 0.98 | 0.81 |
| Hex | EA | A1 | FE | 8 | 25 | 0 | 0 | 11F | 62 | 51 |
| Octal | 352 | 241 | 376 | 10 | 45 | 0 | 0 | 437 | 142 | 121 |
| Binary | 11101010 | 10100001 | 11111110 | 1000 | 100101 | 0 | 0 | 100011111 | 1100010 | 1010001 |
Color Harmonies of #EAA1FE
Complementary color
Monochromatic Colors of #EAA1FE
Black with #EAA1FE
Text Example
Text Example
White with #EAA1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA1FE; }
p { color: rgb(234,161,254); }
H1.HeaderClassName
{
color: #EAA1FE;
}
.AnyTagClassName
{
color: #EAA1FE;
}
</style>
background-color css
<style>
a { background-color: #EAA1FE; }
a { background-color: rgb(234,161,254); }
div.DivClassName
{
background-color: #EAA1FE;
}
.BgClassName
{
background-color: #EAA1FE;
}
</style>
border-color css
<style>
span { border-color: #EAA1FE; }
span { border-color: rgb(234,161,254); }
td.TdClassName
{
border-color: #EAA1FE;
}
.TagClassName
{
border-color: #EAA1FE;
}
</style>