Shades of Mauve #E3AEFA
Tints of Mauve #E3AEFA
RGB
CMYK
RGB Variations
Color information
#E3AEFA (or 0xE3AEFA) is known color: Mauve. HEX triplet: E3, AE and FA. RGB value is (227,174,250). Sum of RGB (Red+Green+Blue) = 227+174+250=651 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.87% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AEFA is #1C5105. Grayscale: #C6C6C6. Windows color (decimal): -1855750 or 16428771. OLE color: 16428771.
HSL color Cylindrical-coordinate representation of color #E3AEFA: hue angle of 281.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3AEFA is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 174 | 250 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.02 |
| HSL | 281.84º | 0.88% | 0.83% | - |
| HSV(B) | 281.84º | 0.3% | 0.98% | - |
| XYZ | 64.07 | 53.51 | 97.39 | - |
| YUV | 198.51 | 157.06 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 174 | 250 | 0.09 | 0.30 | 0 | 0.02 | 281.84 | 0.88 | 0.83 |
| Hex | E3 | AE | FA | 9 | 1E | 0 | 2 | 11A | 58 | 53 |
| Octal | 343 | 256 | 372 | 11 | 36 | 0 | 2 | 432 | 130 | 123 |
| Binary | 11100011 | 10101110 | 11111010 | 1001 | 11110 | 0 | 10 | 100011010 | 1011000 | 1010011 |
Color Harmonies of #E3AEFA
Complementary color
Monochromatic Colors of #E3AEFA
Black with #E3AEFA
Text Example
Text Example
White with #E3AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AEFA; }
p { color: rgb(227,174,250); }
H1.HeaderClassName
{
color: #E3AEFA;
}
.AnyTagClassName
{
color: #E3AEFA;
}
</style>
background-color css
<style>
a { background-color: #E3AEFA; }
a { background-color: rgb(227,174,250); }
div.DivClassName
{
background-color: #E3AEFA;
}
.BgClassName
{
background-color: #E3AEFA;
}
</style>
border-color css
<style>
span { border-color: #E3AEFA; }
span { border-color: rgb(227,174,250); }
td.TdClassName
{
border-color: #E3AEFA;
}
.TagClassName
{
border-color: #E3AEFA;
}
</style>