Shades of Mauve #E8AFF6
Tints of Mauve #E8AFF6
RGB
CMYK
RGB Variations
Color information
#E8AFF6 (or 0xE8AFF6) is known color: Mauve. HEX triplet: E8, AF and F6. RGB value is (232,175,246). Sum of RGB (Red+Green+Blue) = 232+175+246=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8AFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFF6 is #175009. Grayscale: #C7C7C7. Windows color (decimal): -1527818 or 16166888. OLE color: 16166888.
HSL color Cylindrical-coordinate representation of color #E8AFF6: hue angle of 288.17º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8AFF6 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 232 | 175 | 246 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.04 |
| HSL | 288.17º | 0.8% | 0.83% | - |
| HSV(B) | 288.17º | 0.29% | 0.96% | - |
| XYZ | 65.24 | 54.47 | 94.26 | - |
| YUV | 200.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 246 | 0.06 | 0.29 | 0 | 0.04 | 288.17 | 0.8 | 0.83 |
| Hex | E8 | AF | F6 | 6 | 1D | 0 | 4 | 120 | 50 | 53 |
| Octal | 350 | 257 | 366 | 6 | 35 | 0 | 4 | 440 | 120 | 123 |
| Binary | 11101000 | 10101111 | 11110110 | 110 | 11101 | 0 | 100 | 100100000 | 1010000 | 1010011 |
Color Harmonies of #E8AFF6
Complementary color
Monochromatic Colors of #E8AFF6
Black with #E8AFF6
Text Example
Text Example
White with #E8AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFF6; }
p { color: rgb(232,175,246); }
H1.HeaderClassName
{
color: #E8AFF6;
}
.AnyTagClassName
{
color: #E8AFF6;
}
</style>
background-color css
<style>
a { background-color: #E8AFF6; }
a { background-color: rgb(232,175,246); }
div.DivClassName
{
background-color: #E8AFF6;
}
.BgClassName
{
background-color: #E8AFF6;
}
</style>
border-color css
<style>
span { border-color: #E8AFF6; }
span { border-color: rgb(232,175,246); }
td.TdClassName
{
border-color: #E8AFF6;
}
.TagClassName
{
border-color: #E8AFF6;
}
</style>