Shades of Mauve #E1A4FF
Tints of Mauve #E1A4FF
RGB
CMYK
RGB Variations
Color information
#E1A4FF (or 0xE1A4FF) is known color: Mauve. HEX triplet: E1, A4 and FF. RGB value is (225,164,255). Sum of RGB (Red+Green+Blue) = 225+164+255=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4FF is #1E5B00. Grayscale: #C0C0C0. Windows color (decimal): -1989377 or 16753889. OLE color: 16753889.
HSL color Cylindrical-coordinate representation of color #E1A4FF: hue angle of 280.22º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1A4FF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 164 | 255 | - |
| CMYK | 0.12 | 0.36 | 0 | 0 |
| HSL | 280.22º | 1% | 0.82% | - |
| HSV(B) | 280.22º | 0.36% | 1% | - |
| XYZ | 62.38 | 49.78 | 100.93 | - |
| YUV | 192.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 255 | 0.12 | 0.36 | 0 | 0 | 280.22 | 1 | 0.82 |
| Hex | E1 | A4 | FF | C | 24 | 0 | 0 | 118 | 64 | 52 |
| Octal | 341 | 244 | 377 | 14 | 44 | 0 | 0 | 430 | 144 | 122 |
| Binary | 11100001 | 10100100 | 11111111 | 1100 | 100100 | 0 | 0 | 100011000 | 1100100 | 1010010 |
Color Harmonies of #E1A4FF
Complementary color
Monochromatic Colors of #E1A4FF
Black with #E1A4FF
Text Example
Text Example
White with #E1A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A4FF; }
p { color: rgb(225,164,255); }
H1.HeaderClassName
{
color: #E1A4FF;
}
.AnyTagClassName
{
color: #E1A4FF;
}
</style>
background-color css
<style>
a { background-color: #E1A4FF; }
a { background-color: rgb(225,164,255); }
div.DivClassName
{
background-color: #E1A4FF;
}
.BgClassName
{
background-color: #E1A4FF;
}
</style>
border-color css
<style>
span { border-color: #E1A4FF; }
span { border-color: rgb(225,164,255); }
td.TdClassName
{
border-color: #E1A4FF;
}
.TagClassName
{
border-color: #E1A4FF;
}
</style>