Shades of Mauve #E0A2F1
Tints of Mauve #E0A2F1
RGB
CMYK
RGB Variations
Color information
#E0A2F1 (or 0xE0A2F1) is known color: Mauve. HEX triplet: E0, A2 and F1. RGB value is (224,162,241). Sum of RGB (Red+Green+Blue) = 224+162+241=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0A2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A2F1 is #1F5D0E. Grayscale: #BDBDBD. Windows color (decimal): -2055439 or 15835872. OLE color: 15835872.
HSL color Cylindrical-coordinate representation of color #E0A2F1: hue angle of 287.09º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A2F1 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 162 | 241 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.05 |
| HSL | 287.09º | 0.74% | 0.79% | - |
| HSV(B) | 287.09º | 0.33% | 0.95% | - |
| XYZ | 59.54 | 48.04 | 89.35 | - |
| YUV | 189.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 241 | 0.07 | 0.33 | 0 | 0.05 | 287.09 | 0.74 | 0.79 |
| Hex | E0 | A2 | F1 | 7 | 21 | 0 | 5 | 11F | 4A | 4F |
| Octal | 340 | 242 | 361 | 7 | 41 | 0 | 5 | 437 | 112 | 117 |
| Binary | 11100000 | 10100010 | 11110001 | 111 | 100001 | 0 | 101 | 100011111 | 1001010 | 1001111 |
Color Harmonies of #E0A2F1
Complementary color
Monochromatic Colors of #E0A2F1
Black with #E0A2F1
Text Example
Text Example
White with #E0A2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A2F1; }
p { color: rgb(224,162,241); }
H1.HeaderClassName
{
color: #E0A2F1;
}
.AnyTagClassName
{
color: #E0A2F1;
}
</style>
background-color css
<style>
a { background-color: #E0A2F1; }
a { background-color: rgb(224,162,241); }
div.DivClassName
{
background-color: #E0A2F1;
}
.BgClassName
{
background-color: #E0A2F1;
}
</style>
border-color css
<style>
span { border-color: #E0A2F1; }
span { border-color: rgb(224,162,241); }
td.TdClassName
{
border-color: #E0A2F1;
}
.TagClassName
{
border-color: #E0A2F1;
}
</style>