Shades of Mauve #E6AEF0
Tints of Mauve #E6AEF0
RGB
CMYK
RGB Variations
Color information
#E6AEF0 (or 0xE6AEF0) is known color: Mauve. HEX triplet: E6, AE and F0. RGB value is (230,174,240). Sum of RGB (Red+Green+Blue) = 230+174+240=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6AEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEF0 is #19510F. Grayscale: #C6C6C6. Windows color (decimal): -1659152 or 15773414. OLE color: 15773414.
HSL color Cylindrical-coordinate representation of color #E6AEF0: hue angle of 290.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6AEF0 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 174 | 240 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.06 |
| HSL | 290.91º | 0.69% | 0.81% | - |
| HSV(B) | 290.91º | 0.28% | 0.94% | - |
| XYZ | 63.5 | 53.39 | 89.4 | - |
| YUV | 198.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 240 | 0.04 | 0.28 | 0 | 0.06 | 290.91 | 0.69 | 0.81 |
| Hex | E6 | AE | F0 | 4 | 1C | 0 | 6 | 123 | 45 | 51 |
| Octal | 346 | 256 | 360 | 4 | 34 | 0 | 6 | 443 | 105 | 121 |
| Binary | 11100110 | 10101110 | 11110000 | 100 | 11100 | 0 | 110 | 100100011 | 1000101 | 1010001 |
Color Harmonies of #E6AEF0
Complementary color
Monochromatic Colors of #E6AEF0
Black with #E6AEF0
Text Example
Text Example
White with #E6AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEF0; }
p { color: rgb(230,174,240); }
H1.HeaderClassName
{
color: #E6AEF0;
}
.AnyTagClassName
{
color: #E6AEF0;
}
</style>
background-color css
<style>
a { background-color: #E6AEF0; }
a { background-color: rgb(230,174,240); }
div.DivClassName
{
background-color: #E6AEF0;
}
.BgClassName
{
background-color: #E6AEF0;
}
</style>
border-color css
<style>
span { border-color: #E6AEF0; }
span { border-color: rgb(230,174,240); }
td.TdClassName
{
border-color: #E6AEF0;
}
.TagClassName
{
border-color: #E6AEF0;
}
</style>