Shades of Mauve #E5AEF0
Tints of Mauve #E5AEF0
RGB
CMYK
RGB Variations
Color information
#E5AEF0 (or 0xE5AEF0) is known color: Mauve. HEX triplet: E5, AE and F0. RGB value is (229,174,240). Sum of RGB (Red+Green+Blue) = 229+174+240=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEF0 is #1A510F. Grayscale: #C5C5C5. Windows color (decimal): -1724688 or 15773413. OLE color: 15773413.
HSL color Cylindrical-coordinate representation of color #E5AEF0: hue angle of 290º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5AEF0 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 174 | 240 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.06 |
| HSL | 290º | 0.69% | 0.81% | - |
| HSV(B) | 290º | 0.28% | 0.94% | - |
| XYZ | 63.18 | 53.22 | 89.38 | - |
| YUV | 197.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 240 | 0.05 | 0.28 | 0 | 0.06 | 290 | 0.69 | 0.81 |
| Hex | E5 | AE | F0 | 5 | 1C | 0 | 6 | 122 | 45 | 51 |
| Octal | 345 | 256 | 360 | 5 | 34 | 0 | 6 | 442 | 105 | 121 |
| Binary | 11100101 | 10101110 | 11110000 | 101 | 11100 | 0 | 110 | 100100010 | 1000101 | 1010001 |
Color Harmonies of #E5AEF0
Complementary color
Monochromatic Colors of #E5AEF0
Black with #E5AEF0
Text Example
Text Example
White with #E5AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEF0; }
p { color: rgb(229,174,240); }
H1.HeaderClassName
{
color: #E5AEF0;
}
.AnyTagClassName
{
color: #E5AEF0;
}
</style>
background-color css
<style>
a { background-color: #E5AEF0; }
a { background-color: rgb(229,174,240); }
div.DivClassName
{
background-color: #E5AEF0;
}
.BgClassName
{
background-color: #E5AEF0;
}
</style>
border-color css
<style>
span { border-color: #E5AEF0; }
span { border-color: rgb(229,174,240); }
td.TdClassName
{
border-color: #E5AEF0;
}
.TagClassName
{
border-color: #E5AEF0;
}
</style>