Shades of Mauve #E1A3FF
Tints of Mauve #E1A3FF
RGB
CMYK
RGB Variations
Color information
#E1A3FF (or 0xE1A3FF) is known color: Mauve. HEX triplet: E1, A3 and FF. RGB value is (225,163,255). Sum of RGB (Red+Green+Blue) = 225+163+255=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 163 (64.06% from 255 or 25.35% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A3FF is #1E5C00. Grayscale: #BFBFBF. Windows color (decimal): -1989633 or 16753633. OLE color: 16753633.
HSL color Cylindrical-coordinate representation of color #E1A3FF: hue angle of 280.43º 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 #E1A3FF is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 163 | 255 | - |
| CMYK | 0.12 | 0.36 | 0 | 0 |
| HSL | 280.43º | 1% | 0.82% | - |
| HSV(B) | 280.43º | 0.36% | 1% | - |
| XYZ | 62.2 | 49.42 | 100.87 | - |
| YUV | 192.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 255 | 0.12 | 0.36 | 0 | 0 | 280.43 | 1 | 0.82 |
| Hex | E1 | A3 | FF | C | 24 | 0 | 0 | 118 | 64 | 52 |
| Octal | 341 | 243 | 377 | 14 | 44 | 0 | 0 | 430 | 144 | 122 |
| Binary | 11100001 | 10100011 | 11111111 | 1100 | 100100 | 0 | 0 | 100011000 | 1100100 | 1010010 |
Color Harmonies of #E1A3FF
Complementary color
Monochromatic Colors of #E1A3FF
Black with #E1A3FF
Text Example
Text Example
White with #E1A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A3FF; }
p { color: rgb(225,163,255); }
H1.HeaderClassName
{
color: #E1A3FF;
}
.AnyTagClassName
{
color: #E1A3FF;
}
</style>
background-color css
<style>
a { background-color: #E1A3FF; }
a { background-color: rgb(225,163,255); }
div.DivClassName
{
background-color: #E1A3FF;
}
.BgClassName
{
background-color: #E1A3FF;
}
</style>
border-color css
<style>
span { border-color: #E1A3FF; }
span { border-color: rgb(225,163,255); }
td.TdClassName
{
border-color: #E1A3FF;
}
.TagClassName
{
border-color: #E1A3FF;
}
</style>