Shades of Mauve #E8AEF7
Tints of Mauve #E8AEF7
RGB
CMYK
RGB Variations
Color information
#E8AEF7 (or 0xE8AEF7) is known color: Mauve. HEX triplet: E8, AE and F7. RGB value is (232,174,247). Sum of RGB (Red+Green+Blue) = 232+174+247=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #E8AEF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEF7 is #175108. Grayscale: #C7C7C7. Windows color (decimal): -1528073 or 16232168. OLE color: 16232168.
HSL color Cylindrical-coordinate representation of color #E8AEF7: hue angle of 287.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8AEF7 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 174 | 247 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.03 |
| HSL | 287.67º | 0.82% | 0.83% | - |
| HSV(B) | 287.67º | 0.3% | 0.97% | - |
| XYZ | 65.2 | 54.14 | 95.01 | - |
| YUV | 199.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 247 | 0.06 | 0.30 | 0 | 0.03 | 287.67 | 0.82 | 0.83 |
| Hex | E8 | AE | F7 | 6 | 1E | 0 | 3 | 120 | 52 | 53 |
| Octal | 350 | 256 | 367 | 6 | 36 | 0 | 3 | 440 | 122 | 123 |
| Binary | 11101000 | 10101110 | 11110111 | 110 | 11110 | 0 | 11 | 100100000 | 1010010 | 1010011 |
Color Harmonies of #E8AEF7
Complementary color
Monochromatic Colors of #E8AEF7
Black with #E8AEF7
Text Example
Text Example
White with #E8AEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AEF7; }
p { color: rgb(232,174,247); }
H1.HeaderClassName
{
color: #E8AEF7;
}
.AnyTagClassName
{
color: #E8AEF7;
}
</style>
background-color css
<style>
a { background-color: #E8AEF7; }
a { background-color: rgb(232,174,247); }
div.DivClassName
{
background-color: #E8AEF7;
}
.BgClassName
{
background-color: #E8AEF7;
}
</style>
border-color css
<style>
span { border-color: #E8AEF7; }
span { border-color: rgb(232,174,247); }
td.TdClassName
{
border-color: #E8AEF7;
}
.TagClassName
{
border-color: #E8AEF7;
}
</style>