Shades of Mauve #E1AEF3
Tints of Mauve #E1AEF3
RGB
CMYK
RGB Variations
Color information
#E1AEF3 (or 0xE1AEF3) is known color: Mauve. HEX triplet: E1, AE and F3. RGB value is (225,174,243). Sum of RGB (Red+Green+Blue) = 225+174+243=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #E1AEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEF3 is #1E510C. Grayscale: #C4C4C4. Windows color (decimal): -1986829 or 15970017. OLE color: 15970017.
HSL color Cylindrical-coordinate representation of color #E1AEF3: hue angle of 284.35º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1AEF3 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 174 | 243 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.05 |
| HSL | 284.35º | 0.74% | 0.82% | - |
| HSV(B) | 284.35º | 0.28% | 0.95% | - |
| XYZ | 62.37 | 52.75 | 91.69 | - |
| YUV | 197.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 243 | 0.07 | 0.28 | 0 | 0.05 | 284.35 | 0.74 | 0.82 |
| Hex | E1 | AE | F3 | 7 | 1C | 0 | 5 | 11C | 4A | 52 |
| Octal | 341 | 256 | 363 | 7 | 34 | 0 | 5 | 434 | 112 | 122 |
| Binary | 11100001 | 10101110 | 11110011 | 111 | 11100 | 0 | 101 | 100011100 | 1001010 | 1010010 |
Color Harmonies of #E1AEF3
Complementary color
Monochromatic Colors of #E1AEF3
Black with #E1AEF3
Text Example
Text Example
White with #E1AEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AEF3; }
p { color: rgb(225,174,243); }
H1.HeaderClassName
{
color: #E1AEF3;
}
.AnyTagClassName
{
color: #E1AEF3;
}
</style>
background-color css
<style>
a { background-color: #E1AEF3; }
a { background-color: rgb(225,174,243); }
div.DivClassName
{
background-color: #E1AEF3;
}
.BgClassName
{
background-color: #E1AEF3;
}
</style>
border-color css
<style>
span { border-color: #E1AEF3; }
span { border-color: rgb(225,174,243); }
td.TdClassName
{
border-color: #E1AEF3;
}
.TagClassName
{
border-color: #E1AEF3;
}
</style>