Shades of Mauve #E1AFFA
Tints of Mauve #E1AFFA
RGB
CMYK
RGB Variations
Color information
#E1AFFA (or 0xE1AFFA) is known color: Mauve. HEX triplet: E1, AF and FA. RGB value is (225,175,250). Sum of RGB (Red+Green+Blue) = 225+175+250=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFFA is #1E5005. Grayscale: #C6C6C6. Windows color (decimal): -1986566 or 16429025. OLE color: 16429025.
HSL color Cylindrical-coordinate representation of color #E1AFFA: hue angle of 280º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1AFFA is Cyan = 0.10, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 175 | 250 | - |
| CMYK | 0.10 | 0.3 | 0 | 0.02 |
| HSL | 280º | 0.88% | 0.83% | - |
| HSV(B) | 280º | 0.3% | 0.98% | - |
| XYZ | 63.64 | 53.57 | 97.43 | - |
| YUV | 198.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 250 | 0.10 | 0.3 | 0 | 0.02 | 280 | 0.88 | 0.83 |
| Hex | E1 | AF | FA | A | 1E | 0 | 2 | 118 | 58 | 53 |
| Octal | 341 | 257 | 372 | 12 | 36 | 0 | 2 | 430 | 130 | 123 |
| Binary | 11100001 | 10101111 | 11111010 | 1010 | 11110 | 0 | 10 | 100011000 | 1011000 | 1010011 |
Color Harmonies of #E1AFFA
Complementary color
Monochromatic Colors of #E1AFFA
Black with #E1AFFA
Text Example
Text Example
White with #E1AFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFFA; }
p { color: rgb(225,175,250); }
H1.HeaderClassName
{
color: #E1AFFA;
}
.AnyTagClassName
{
color: #E1AFFA;
}
</style>
background-color css
<style>
a { background-color: #E1AFFA; }
a { background-color: rgb(225,175,250); }
div.DivClassName
{
background-color: #E1AFFA;
}
.BgClassName
{
background-color: #E1AFFA;
}
</style>
border-color css
<style>
span { border-color: #E1AFFA; }
span { border-color: rgb(225,175,250); }
td.TdClassName
{
border-color: #E1AFFA;
}
.TagClassName
{
border-color: #E1AFFA;
}
</style>