Shades of Mauve #E8AEF2
Tints of Mauve #E8AEF2
RGB
CMYK
RGB Variations
Color information
#E8AEF2 (or 0xE8AEF2) is known color: Mauve. HEX triplet: E8, AE and F2. RGB value is (232,174,242). Sum of RGB (Red+Green+Blue) = 232+174+242=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8AEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEF2 is #17510D. Grayscale: #C6C6C6. Windows color (decimal): -1528078 or 15904488. OLE color: 15904488.
HSL color Cylindrical-coordinate representation of color #E8AEF2: hue angle of 291.18º 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 #E8AEF2 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 174 | 242 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.05 |
| HSL | 291.18º | 0.72% | 0.82% | - |
| HSV(B) | 291.18º | 0.28% | 0.95% | - |
| XYZ | 64.44 | 53.84 | 91 | - |
| YUV | 199.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 242 | 0.04 | 0.28 | 0 | 0.05 | 291.18 | 0.72 | 0.82 |
| Hex | E8 | AE | F2 | 4 | 1C | 0 | 5 | 123 | 48 | 52 |
| Octal | 350 | 256 | 362 | 4 | 34 | 0 | 5 | 443 | 110 | 122 |
| Binary | 11101000 | 10101110 | 11110010 | 100 | 11100 | 0 | 101 | 100100011 | 1001000 | 1010010 |
Color Harmonies of #E8AEF2
Complementary color
Monochromatic Colors of #E8AEF2
Black with #E8AEF2
Text Example
Text Example
White with #E8AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AEF2; }
p { color: rgb(232,174,242); }
H1.HeaderClassName
{
color: #E8AEF2;
}
.AnyTagClassName
{
color: #E8AEF2;
}
</style>
background-color css
<style>
a { background-color: #E8AEF2; }
a { background-color: rgb(232,174,242); }
div.DivClassName
{
background-color: #E8AEF2;
}
.BgClassName
{
background-color: #E8AEF2;
}
</style>
border-color css
<style>
span { border-color: #E8AEF2; }
span { border-color: rgb(232,174,242); }
td.TdClassName
{
border-color: #E8AEF2;
}
.TagClassName
{
border-color: #E8AEF2;
}
</style>