Shades of Mauve #E5AEF1
Tints of Mauve #E5AEF1
RGB
CMYK
RGB Variations
Color information
#E5AEF1 (or 0xE5AEF1) is known color: Mauve. HEX triplet: E5, AE and F1. RGB value is (229,174,241). Sum of RGB (Red+Green+Blue) = 229+174+241=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEF1 is #1A510E. Grayscale: #C5C5C5. Windows color (decimal): -1724687 or 15838949. OLE color: 15838949.
HSL color Cylindrical-coordinate representation of color #E5AEF1: hue angle of 289.25º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5AEF1 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 174 | 241 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.05 |
| HSL | 289.25º | 0.71% | 0.81% | - |
| HSV(B) | 289.25º | 0.28% | 0.95% | - |
| XYZ | 63.33 | 53.28 | 90.17 | - |
| YUV | 198.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 241 | 0.05 | 0.28 | 0 | 0.05 | 289.25 | 0.71 | 0.81 |
| Hex | E5 | AE | F1 | 5 | 1C | 0 | 5 | 121 | 47 | 51 |
| Octal | 345 | 256 | 361 | 5 | 34 | 0 | 5 | 441 | 107 | 121 |
| Binary | 11100101 | 10101110 | 11110001 | 101 | 11100 | 0 | 101 | 100100001 | 1000111 | 1010001 |
Color Harmonies of #E5AEF1
Complementary color
Monochromatic Colors of #E5AEF1
Black with #E5AEF1
Text Example
Text Example
White with #E5AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEF1; }
p { color: rgb(229,174,241); }
H1.HeaderClassName
{
color: #E5AEF1;
}
.AnyTagClassName
{
color: #E5AEF1;
}
</style>
background-color css
<style>
a { background-color: #E5AEF1; }
a { background-color: rgb(229,174,241); }
div.DivClassName
{
background-color: #E5AEF1;
}
.BgClassName
{
background-color: #E5AEF1;
}
</style>
border-color css
<style>
span { border-color: #E5AEF1; }
span { border-color: rgb(229,174,241); }
td.TdClassName
{
border-color: #E5AEF1;
}
.TagClassName
{
border-color: #E5AEF1;
}
</style>