Shades of Mauve #E1AFEC
Tints of Mauve #E1AFEC
RGB
CMYK
RGB Variations
Color information
#E1AFEC (or 0xE1AFEC) is known color: Mauve. HEX triplet: E1, AF and EC. RGB value is (225,175,236). Sum of RGB (Red+Green+Blue) = 225+175+236=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFEC is #1E5013. Grayscale: #C4C4C4. Windows color (decimal): -1986580 or 15511521. OLE color: 15511521.
HSL color Cylindrical-coordinate representation of color #E1AFEC: hue angle of 289.18º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1AFEC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 175 | 236 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.07 |
| HSL | 289.18º | 0.62% | 0.81% | - |
| HSV(B) | 289.18º | 0.26% | 0.93% | - |
| XYZ | 61.52 | 52.72 | 86.29 | - |
| YUV | 196.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 236 | 0.05 | 0.26 | 0 | 0.07 | 289.18 | 0.62 | 0.81 |
| Hex | E1 | AF | EC | 5 | 1A | 0 | 7 | 121 | 3E | 51 |
| Octal | 341 | 257 | 354 | 5 | 32 | 0 | 7 | 441 | 76 | 121 |
| Binary | 11100001 | 10101111 | 11101100 | 101 | 11010 | 0 | 111 | 100100001 | 111110 | 1010001 |
Color Harmonies of #E1AFEC
Complementary color
Monochromatic Colors of #E1AFEC
Black with #E1AFEC
Text Example
Text Example
White with #E1AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFEC; }
p { color: rgb(225,175,236); }
H1.HeaderClassName
{
color: #E1AFEC;
}
.AnyTagClassName
{
color: #E1AFEC;
}
</style>
background-color css
<style>
a { background-color: #E1AFEC; }
a { background-color: rgb(225,175,236); }
div.DivClassName
{
background-color: #E1AFEC;
}
.BgClassName
{
background-color: #E1AFEC;
}
</style>
border-color css
<style>
span { border-color: #E1AFEC; }
span { border-color: rgb(225,175,236); }
td.TdClassName
{
border-color: #E1AFEC;
}
.TagClassName
{
border-color: #E1AFEC;
}
</style>