Shades of Mauve #E5A6FF
Tints of Mauve #E5A6FF
RGB
CMYK
RGB Variations
Color information
#E5A6FF (or 0xE5A6FF) is known color: Mauve. HEX triplet: E5, A6 and FF. RGB value is (229,166,255). Sum of RGB (Red+Green+Blue) = 229+166+255=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 166 (65.23% from 255 or 25.54% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A6FF is #1A5900. Grayscale: #C2C2C2. Windows color (decimal): -1726721 or 16754405. OLE color: 16754405.
HSL color Cylindrical-coordinate representation of color #E5A6FF: hue angle of 282.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5A6FF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 166 | 255 | - |
| CMYK | 0.10 | 0.35 | 0 | 0 |
| HSL | 282.47º | 1% | 0.83% | - |
| HSV(B) | 282.47º | 0.35% | 1% | - |
| XYZ | 64 | 51.15 | 101.11 | - |
| YUV | 194.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 255 | 0.10 | 0.35 | 0 | 0 | 282.47 | 1 | 0.83 |
| Hex | E5 | A6 | FF | A | 23 | 0 | 0 | 11A | 64 | 53 |
| Octal | 345 | 246 | 377 | 12 | 43 | 0 | 0 | 432 | 144 | 123 |
| Binary | 11100101 | 10100110 | 11111111 | 1010 | 100011 | 0 | 0 | 100011010 | 1100100 | 1010011 |
Color Harmonies of #E5A6FF
Complementary color
Monochromatic Colors of #E5A6FF
Black with #E5A6FF
Text Example
Text Example
White with #E5A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A6FF; }
p { color: rgb(229,166,255); }
H1.HeaderClassName
{
color: #E5A6FF;
}
.AnyTagClassName
{
color: #E5A6FF;
}
</style>
background-color css
<style>
a { background-color: #E5A6FF; }
a { background-color: rgb(229,166,255); }
div.DivClassName
{
background-color: #E5A6FF;
}
.BgClassName
{
background-color: #E5A6FF;
}
</style>
border-color css
<style>
span { border-color: #E5A6FF; }
span { border-color: rgb(229,166,255); }
td.TdClassName
{
border-color: #E5A6FF;
}
.TagClassName
{
border-color: #E5A6FF;
}
</style>