Shades of Mauve #E6AEF1
Tints of Mauve #E6AEF1
RGB
CMYK
RGB Variations
Color information
#E6AEF1 (or 0xE6AEF1) is known color: Mauve. HEX triplet: E6, AE and F1. RGB value is (230,174,241). Sum of RGB (Red+Green+Blue) = 230+174+241=645 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.66% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6AEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEF1 is #19510E. Grayscale: #C6C6C6. Windows color (decimal): -1659151 or 15838950. OLE color: 15838950.
HSL color Cylindrical-coordinate representation of color #E6AEF1: hue angle of 290.15º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6AEF1 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 174 | 241 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.05 |
| HSL | 290.15º | 0.71% | 0.81% | - |
| HSV(B) | 290.15º | 0.28% | 0.95% | - |
| XYZ | 63.65 | 53.45 | 90.18 | - |
| YUV | 198.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 241 | 0.05 | 0.28 | 0 | 0.05 | 290.15 | 0.71 | 0.81 |
| Hex | E6 | AE | F1 | 5 | 1C | 0 | 5 | 122 | 47 | 51 |
| Octal | 346 | 256 | 361 | 5 | 34 | 0 | 5 | 442 | 107 | 121 |
| Binary | 11100110 | 10101110 | 11110001 | 101 | 11100 | 0 | 101 | 100100010 | 1000111 | 1010001 |
Color Harmonies of #E6AEF1
Complementary color
Monochromatic Colors of #E6AEF1
Black with #E6AEF1
Text Example
Text Example
White with #E6AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEF1; }
p { color: rgb(230,174,241); }
H1.HeaderClassName
{
color: #E6AEF1;
}
.AnyTagClassName
{
color: #E6AEF1;
}
</style>
background-color css
<style>
a { background-color: #E6AEF1; }
a { background-color: rgb(230,174,241); }
div.DivClassName
{
background-color: #E6AEF1;
}
.BgClassName
{
background-color: #E6AEF1;
}
</style>
border-color css
<style>
span { border-color: #E6AEF1; }
span { border-color: rgb(230,174,241); }
td.TdClassName
{
border-color: #E6AEF1;
}
.TagClassName
{
border-color: #E6AEF1;
}
</style>