Shades of Mauve #E5AEF2
Tints of Mauve #E5AEF2
RGB
CMYK
RGB Variations
Color information
#E5AEF2 (or 0xE5AEF2) is known color: Mauve. HEX triplet: E5, AE and F2. RGB value is (229,174,242). Sum of RGB (Red+Green+Blue) = 229+174+242=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEF2 is #1A510D. Grayscale: #C5C5C5. Windows color (decimal): -1724686 or 15904485. OLE color: 15904485.
HSL color Cylindrical-coordinate representation of color #E5AEF2: hue angle of 288.53º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5AEF2 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 174 | 242 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.05 |
| HSL | 288.53º | 0.72% | 0.82% | - |
| HSV(B) | 288.53º | 0.28% | 0.95% | - |
| XYZ | 63.48 | 53.34 | 90.95 | - |
| YUV | 198.2 | 152.72 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 242 | 0.05 | 0.28 | 0 | 0.05 | 288.53 | 0.72 | 0.82 |
| Hex | E5 | AE | F2 | 5 | 1C | 0 | 5 | 121 | 48 | 52 |
| Octal | 345 | 256 | 362 | 5 | 34 | 0 | 5 | 441 | 110 | 122 |
| Binary | 11100101 | 10101110 | 11110010 | 101 | 11100 | 0 | 101 | 100100001 | 1001000 | 1010010 |
Color Harmonies of #E5AEF2
Complementary color
Monochromatic Colors of #E5AEF2
Black with #E5AEF2
Text Example
Text Example
White with #E5AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AEF2; }
p { color: rgb(229,174,242); }
H1.HeaderClassName
{
color: #E5AEF2;
}
.AnyTagClassName
{
color: #E5AEF2;
}
</style>
background-color css
<style>
a { background-color: #E5AEF2; }
a { background-color: rgb(229,174,242); }
div.DivClassName
{
background-color: #E5AEF2;
}
.BgClassName
{
background-color: #E5AEF2;
}
</style>
border-color css
<style>
span { border-color: #E5AEF2; }
span { border-color: rgb(229,174,242); }
td.TdClassName
{
border-color: #E5AEF2;
}
.TagClassName
{
border-color: #E5AEF2;
}
</style>