Shades of Mauve #E4A6FF
Tints of Mauve #E4A6FF
RGB
CMYK
RGB Variations
Color information
#E4A6FF (or 0xE4A6FF) is known color: Mauve. HEX triplet: E4, A6 and FF. RGB value is (228,166,255). Sum of RGB (Red+Green+Blue) = 228+166+255=649 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.13% from 649); Green value is 166 (65.23% from 255 or 25.58% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4A6FF is #1B5900. Grayscale: #C2C2C2. Windows color (decimal): -1792257 or 16754404. OLE color: 16754404.
HSL color Cylindrical-coordinate representation of color #E4A6FF: hue angle of 281.8º 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 #E4A6FF is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 166 | 255 | - |
| CMYK | 0.11 | 0.35 | 0 | 0 |
| HSL | 281.8º | 1% | 0.83% | - |
| HSV(B) | 281.8º | 0.35% | 1% | - |
| XYZ | 63.68 | 50.99 | 101.09 | - |
| YUV | 194.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 166 | 255 | 0.11 | 0.35 | 0 | 0 | 281.8 | 1 | 0.83 |
| Hex | E4 | A6 | FF | B | 23 | 0 | 0 | 11A | 64 | 53 |
| Octal | 344 | 246 | 377 | 13 | 43 | 0 | 0 | 432 | 144 | 123 |
| Binary | 11100100 | 10100110 | 11111111 | 1011 | 100011 | 0 | 0 | 100011010 | 1100100 | 1010011 |
Color Harmonies of #E4A6FF
Complementary color
Monochromatic Colors of #E4A6FF
Black with #E4A6FF
Text Example
Text Example
White with #E4A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A6FF; }
p { color: rgb(228,166,255); }
H1.HeaderClassName
{
color: #E4A6FF;
}
.AnyTagClassName
{
color: #E4A6FF;
}
</style>
background-color css
<style>
a { background-color: #E4A6FF; }
a { background-color: rgb(228,166,255); }
div.DivClassName
{
background-color: #E4A6FF;
}
.BgClassName
{
background-color: #E4A6FF;
}
</style>
border-color css
<style>
span { border-color: #E4A6FF; }
span { border-color: rgb(228,166,255); }
td.TdClassName
{
border-color: #E4A6FF;
}
.TagClassName
{
border-color: #E4A6FF;
}
</style>