Shades of Mauve #E1A4FE
Tints of Mauve #E1A4FE
RGB
CMYK
RGB Variations
Color information
#E1A4FE (or 0xE1A4FE) is known color: Mauve. HEX triplet: E1, A4 and FE. RGB value is (225,164,254). Sum of RGB (Red+Green+Blue) = 225+164+254=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 164 (64.45% from 255 or 25.51% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4FE is #1E5B01. Grayscale: #C0C0C0. Windows color (decimal): -1989378 or 16688353. OLE color: 16688353.
HSL color Cylindrical-coordinate representation of color #E1A4FE: hue angle of 280.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1A4FE is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 164 | 254 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.00 |
| HSL | 280.67º | 0.98% | 0.82% | - |
| HSV(B) | 280.67º | 0.35% | 1% | - |
| XYZ | 62.22 | 49.71 | 100.08 | - |
| YUV | 192.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 254 | 0.11 | 0.35 | 0 | 0.00 | 280.67 | 0.98 | 0.82 |
| Hex | E1 | A4 | FE | B | 23 | 0 | 0 | 119 | 62 | 52 |
| Octal | 341 | 244 | 376 | 13 | 43 | 0 | 0 | 431 | 142 | 122 |
| Binary | 11100001 | 10100100 | 11111110 | 1011 | 100011 | 0 | 0 | 100011001 | 1100010 | 1010010 |
Color Harmonies of #E1A4FE
Complementary color
Monochromatic Colors of #E1A4FE
Black with #E1A4FE
Text Example
Text Example
White with #E1A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A4FE; }
p { color: rgb(225,164,254); }
H1.HeaderClassName
{
color: #E1A4FE;
}
.AnyTagClassName
{
color: #E1A4FE;
}
</style>
background-color css
<style>
a { background-color: #E1A4FE; }
a { background-color: rgb(225,164,254); }
div.DivClassName
{
background-color: #E1A4FE;
}
.BgClassName
{
background-color: #E1A4FE;
}
</style>
border-color css
<style>
span { border-color: #E1A4FE; }
span { border-color: rgb(225,164,254); }
td.TdClassName
{
border-color: #E1A4FE;
}
.TagClassName
{
border-color: #E1A4FE;
}
</style>