Shades of Mauve #E3AEF9
Tints of Mauve #E3AEF9
RGB
CMYK
RGB Variations
Color information
#E3AEF9 (or 0xE3AEF9) is known color: Mauve. HEX triplet: E3, AE and F9. RGB value is (227,174,249). Sum of RGB (Red+Green+Blue) = 227+174+249=650 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.92% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #E3AEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AEF9 is #1C5106. Grayscale: #C6C6C6. Windows color (decimal): -1855751 or 16363235. OLE color: 16363235.
HSL color Cylindrical-coordinate representation of color #E3AEF9: hue angle of 282.4º degrees, saturation: 0.86, 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 #E3AEF9 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 174 | 249 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.02 |
| HSL | 282.4º | 0.86% | 0.83% | - |
| HSV(B) | 282.4º | 0.3% | 0.98% | - |
| XYZ | 63.91 | 53.44 | 96.57 | - |
| YUV | 198.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 174 | 249 | 0.09 | 0.30 | 0 | 0.02 | 282.4 | 0.86 | 0.83 |
| Hex | E3 | AE | F9 | 9 | 1E | 0 | 2 | 11A | 56 | 53 |
| Octal | 343 | 256 | 371 | 11 | 36 | 0 | 2 | 432 | 126 | 123 |
| Binary | 11100011 | 10101110 | 11111001 | 1001 | 11110 | 0 | 10 | 100011010 | 1010110 | 1010011 |
Color Harmonies of #E3AEF9
Complementary color
Monochromatic Colors of #E3AEF9
Black with #E3AEF9
Text Example
Text Example
White with #E3AEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AEF9; }
p { color: rgb(227,174,249); }
H1.HeaderClassName
{
color: #E3AEF9;
}
.AnyTagClassName
{
color: #E3AEF9;
}
</style>
background-color css
<style>
a { background-color: #E3AEF9; }
a { background-color: rgb(227,174,249); }
div.DivClassName
{
background-color: #E3AEF9;
}
.BgClassName
{
background-color: #E3AEF9;
}
</style>
border-color css
<style>
span { border-color: #E3AEF9; }
span { border-color: rgb(227,174,249); }
td.TdClassName
{
border-color: #E3AEF9;
}
.TagClassName
{
border-color: #E3AEF9;
}
</style>