Shades of Mauve #E6AAF2
Tints of Mauve #E6AAF2
RGB
CMYK
RGB Variations
Color information
#E6AAF2 (or 0xE6AAF2) is known color: Mauve. HEX triplet: E6, AA and F2. RGB value is (230,170,242). Sum of RGB (Red+Green+Blue) = 230+170+242=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAF2 is #19550D. Grayscale: #C3C3C3. Windows color (decimal): -1660174 or 15903462. OLE color: 15903462.
HSL color Cylindrical-coordinate representation of color #E6AAF2: hue angle of 290º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6AAF2 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 170 | 242 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.05 |
| HSL | 290º | 0.73% | 0.81% | - |
| HSV(B) | 290º | 0.3% | 0.95% | - |
| XYZ | 63.03 | 51.98 | 90.72 | - |
| YUV | 196.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 242 | 0.05 | 0.30 | 0 | 0.05 | 290 | 0.73 | 0.81 |
| Hex | E6 | AA | F2 | 5 | 1E | 0 | 5 | 122 | 49 | 51 |
| Octal | 346 | 252 | 362 | 5 | 36 | 0 | 5 | 442 | 111 | 121 |
| Binary | 11100110 | 10101010 | 11110010 | 101 | 11110 | 0 | 101 | 100100010 | 1001001 | 1010001 |
Color Harmonies of #E6AAF2
Complementary color
Monochromatic Colors of #E6AAF2
Black with #E6AAF2
Text Example
Text Example
White with #E6AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AAF2; }
p { color: rgb(230,170,242); }
H1.HeaderClassName
{
color: #E6AAF2;
}
.AnyTagClassName
{
color: #E6AAF2;
}
</style>
background-color css
<style>
a { background-color: #E6AAF2; }
a { background-color: rgb(230,170,242); }
div.DivClassName
{
background-color: #E6AAF2;
}
.BgClassName
{
background-color: #E6AAF2;
}
</style>
border-color css
<style>
span { border-color: #E6AAF2; }
span { border-color: rgb(230,170,242); }
td.TdClassName
{
border-color: #E6AAF2;
}
.TagClassName
{
border-color: #E6AAF2;
}
</style>