Shades of Mauve #E6AEFF
Tints of Mauve #E6AEFF
RGB
CMYK
RGB Variations
Color information
#E6AEFF (or 0xE6AEFF) is known color: Mauve. HEX triplet: E6, AE and FF. RGB value is (230,174,255). Sum of RGB (Red+Green+Blue) = 230+174+255=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEFF is #195100. Grayscale: #C7C7C7. Windows color (decimal): -1659137 or 16756454. OLE color: 16756454.
HSL color Cylindrical-coordinate representation of color #E6AEFF: hue angle of 281.48º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6AEFF is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 174 | 255 | - |
| CMYK | 0.10 | 0.32 | 0 | 0 |
| HSL | 281.48º | 1% | 0.84% | - |
| HSV(B) | 281.48º | 0.32% | 1% | - |
| XYZ | 65.82 | 54.32 | 101.62 | - |
| YUV | 199.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 255 | 0.10 | 0.32 | 0 | 0 | 281.48 | 1 | 0.84 |
| Hex | E6 | AE | FF | A | 20 | 0 | 0 | 119 | 64 | 54 |
| Octal | 346 | 256 | 377 | 12 | 40 | 0 | 0 | 431 | 144 | 124 |
| Binary | 11100110 | 10101110 | 11111111 | 1010 | 100000 | 0 | 0 | 100011001 | 1100100 | 1010100 |
Color Harmonies of #E6AEFF
Complementary color
Monochromatic Colors of #E6AEFF
Black with #E6AEFF
Text Example
Text Example
White with #E6AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEFF; }
p { color: rgb(230,174,255); }
H1.HeaderClassName
{
color: #E6AEFF;
}
.AnyTagClassName
{
color: #E6AEFF;
}
</style>
background-color css
<style>
a { background-color: #E6AEFF; }
a { background-color: rgb(230,174,255); }
div.DivClassName
{
background-color: #E6AEFF;
}
.BgClassName
{
background-color: #E6AEFF;
}
</style>
border-color css
<style>
span { border-color: #E6AEFF; }
span { border-color: rgb(230,174,255); }
td.TdClassName
{
border-color: #E6AEFF;
}
.TagClassName
{
border-color: #E6AEFF;
}
</style>