Shades of Mauve #E1AFF4
Tints of Mauve #E1AFF4
RGB
CMYK
RGB Variations
Color information
#E1AFF4 (or 0xE1AFF4) is known color: Mauve. HEX triplet: E1, AF and F4. RGB value is (225,175,244). Sum of RGB (Red+Green+Blue) = 225+175+244=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1AFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFF4 is #1E500B. Grayscale: #C5C5C5. Windows color (decimal): -1986572 or 16035809. OLE color: 16035809.
HSL color Cylindrical-coordinate representation of color #E1AFF4: hue angle of 283.48º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1AFF4 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 175 | 244 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.04 |
| HSL | 283.48º | 0.76% | 0.82% | - |
| HSV(B) | 283.48º | 0.28% | 0.96% | - |
| XYZ | 62.71 | 53.2 | 92.55 | - |
| YUV | 197.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 244 | 0.08 | 0.28 | 0 | 0.04 | 283.48 | 0.76 | 0.82 |
| Hex | E1 | AF | F4 | 8 | 1C | 0 | 4 | 11B | 4C | 52 |
| Octal | 341 | 257 | 364 | 10 | 34 | 0 | 4 | 433 | 114 | 122 |
| Binary | 11100001 | 10101111 | 11110100 | 1000 | 11100 | 0 | 100 | 100011011 | 1001100 | 1010010 |
Color Harmonies of #E1AFF4
Complementary color
Monochromatic Colors of #E1AFF4
Black with #E1AFF4
Text Example
Text Example
White with #E1AFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFF4; }
p { color: rgb(225,175,244); }
H1.HeaderClassName
{
color: #E1AFF4;
}
.AnyTagClassName
{
color: #E1AFF4;
}
</style>
background-color css
<style>
a { background-color: #E1AFF4; }
a { background-color: rgb(225,175,244); }
div.DivClassName
{
background-color: #E1AFF4;
}
.BgClassName
{
background-color: #E1AFF4;
}
</style>
border-color css
<style>
span { border-color: #E1AFF4; }
span { border-color: rgb(225,175,244); }
td.TdClassName
{
border-color: #E1AFF4;
}
.TagClassName
{
border-color: #E1AFF4;
}
</style>