Shades of Mauve #E5AFF6
Tints of Mauve #E5AFF6
RGB
CMYK
RGB Variations
Color information
#E5AFF6 (or 0xE5AFF6) is known color: Mauve. HEX triplet: E5, AF and F6. RGB value is (229,175,246). Sum of RGB (Red+Green+Blue) = 229+175+246=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFF6 is #1A5009. Grayscale: #C7C7C7. Windows color (decimal): -1724426 or 16166885. OLE color: 16166885.
HSL color Cylindrical-coordinate representation of color #E5AFF6: hue angle of 285.63º 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 #E5AFF6 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 175 | 246 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.04 |
| HSL | 285.63º | 0.8% | 0.83% | - |
| HSV(B) | 285.63º | 0.29% | 0.96% | - |
| XYZ | 64.28 | 53.97 | 94.22 | - |
| YUV | 199.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 246 | 0.07 | 0.29 | 0 | 0.04 | 285.63 | 0.8 | 0.83 |
| Hex | E5 | AF | F6 | 7 | 1D | 0 | 4 | 11E | 50 | 53 |
| Octal | 345 | 257 | 366 | 7 | 35 | 0 | 4 | 436 | 120 | 123 |
| Binary | 11100101 | 10101111 | 11110110 | 111 | 11101 | 0 | 100 | 100011110 | 1010000 | 1010011 |
Color Harmonies of #E5AFF6
Complementary color
Monochromatic Colors of #E5AFF6
Black with #E5AFF6
Text Example
Text Example
White with #E5AFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFF6; }
p { color: rgb(229,175,246); }
H1.HeaderClassName
{
color: #E5AFF6;
}
.AnyTagClassName
{
color: #E5AFF6;
}
</style>
background-color css
<style>
a { background-color: #E5AFF6; }
a { background-color: rgb(229,175,246); }
div.DivClassName
{
background-color: #E5AFF6;
}
.BgClassName
{
background-color: #E5AFF6;
}
</style>
border-color css
<style>
span { border-color: #E5AFF6; }
span { border-color: rgb(229,175,246); }
td.TdClassName
{
border-color: #E5AFF6;
}
.TagClassName
{
border-color: #E5AFF6;
}
</style>