Shades of Mauve #E6AAFE
Tints of Mauve #E6AAFE
RGB
CMYK
RGB Variations
Color information
#E6AAFE (or 0xE6AAFE) is known color: Mauve. HEX triplet: E6, AA and FE. RGB value is (230,170,254). Sum of RGB (Red+Green+Blue) = 230+170+254=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAFE is #195501. Grayscale: #C5C5C5. Windows color (decimal): -1660162 or 16689894. OLE color: 16689894.
HSL color Cylindrical-coordinate representation of color #E6AAFE: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6AAFE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 170 | 254 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.00 |
| HSL | 282.86º | 0.98% | 0.83% | - |
| HSV(B) | 282.86º | 0.33% | 1% | - |
| XYZ | 64.9 | 52.73 | 100.52 | - |
| YUV | 197.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 254 | 0.09 | 0.33 | 0 | 0.00 | 282.86 | 0.98 | 0.83 |
| Hex | E6 | AA | FE | 9 | 21 | 0 | 0 | 11B | 62 | 53 |
| Octal | 346 | 252 | 376 | 11 | 41 | 0 | 0 | 433 | 142 | 123 |
| Binary | 11100110 | 10101010 | 11111110 | 1001 | 100001 | 0 | 0 | 100011011 | 1100010 | 1010011 |
Color Harmonies of #E6AAFE
Complementary color
Monochromatic Colors of #E6AAFE
Black with #E6AAFE
Text Example
Text Example
White with #E6AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AAFE; }
p { color: rgb(230,170,254); }
H1.HeaderClassName
{
color: #E6AAFE;
}
.AnyTagClassName
{
color: #E6AAFE;
}
</style>
background-color css
<style>
a { background-color: #E6AAFE; }
a { background-color: rgb(230,170,254); }
div.DivClassName
{
background-color: #E6AAFE;
}
.BgClassName
{
background-color: #E6AAFE;
}
</style>
border-color css
<style>
span { border-color: #E6AAFE; }
span { border-color: rgb(230,170,254); }
td.TdClassName
{
border-color: #E6AAFE;
}
.TagClassName
{
border-color: #E6AAFE;
}
</style>