Shades of Mauve #E6AEFA
Tints of Mauve #E6AEFA
RGB
CMYK
RGB Variations
Color information
#E6AEFA (or 0xE6AEFA) is known color: Mauve. HEX triplet: E6, AE and FA. RGB value is (230,174,250). Sum of RGB (Red+Green+Blue) = 230+174+250=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6AEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEFA is #195105. Grayscale: #C7C7C7. Windows color (decimal): -1659142 or 16428774. OLE color: 16428774.
HSL color Cylindrical-coordinate representation of color #E6AEFA: hue angle of 284.21º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6AEFA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 174 | 250 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.02 |
| HSL | 284.21º | 0.88% | 0.83% | - |
| HSV(B) | 284.21º | 0.3% | 0.98% | - |
| XYZ | 65.02 | 54 | 97.44 | - |
| YUV | 199.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 250 | 0.08 | 0.30 | 0 | 0.02 | 284.21 | 0.88 | 0.83 |
| Hex | E6 | AE | FA | 8 | 1E | 0 | 2 | 11C | 58 | 53 |
| Octal | 346 | 256 | 372 | 10 | 36 | 0 | 2 | 434 | 130 | 123 |
| Binary | 11100110 | 10101110 | 11111010 | 1000 | 11110 | 0 | 10 | 100011100 | 1011000 | 1010011 |
Color Harmonies of #E6AEFA
Complementary color
Monochromatic Colors of #E6AEFA
Black with #E6AEFA
Text Example
Text Example
White with #E6AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AEFA; }
p { color: rgb(230,174,250); }
H1.HeaderClassName
{
color: #E6AEFA;
}
.AnyTagClassName
{
color: #E6AEFA;
}
</style>
background-color css
<style>
a { background-color: #E6AEFA; }
a { background-color: rgb(230,174,250); }
div.DivClassName
{
background-color: #E6AEFA;
}
.BgClassName
{
background-color: #E6AEFA;
}
</style>
border-color css
<style>
span { border-color: #E6AEFA; }
span { border-color: rgb(230,174,250); }
td.TdClassName
{
border-color: #E6AEFA;
}
.TagClassName
{
border-color: #E6AEFA;
}
</style>