Shades of Mauve #E2AEFF
Tints of Mauve #E2AEFF
RGB
CMYK
RGB Variations
Color information
#E2AEFF (or 0xE2AEFF) is known color: Mauve. HEX triplet: E2, AE and FF. RGB value is (226,174,255). Sum of RGB (Red+Green+Blue) = 226+174+255=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEFF is #1D5100. Grayscale: #C6C6C6. Windows color (decimal): -1921281 or 16756450. OLE color: 16756450.
HSL color Cylindrical-coordinate representation of color #E2AEFF: hue angle of 278.52º 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 #E2AEFF is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 174 | 255 | - |
| CMYK | 0.11 | 0.32 | 0 | 0 |
| HSL | 278.52º | 1% | 0.84% | - |
| HSV(B) | 278.52º | 0.32% | 1% | - |
| XYZ | 64.55 | 53.66 | 101.56 | - |
| YUV | 198.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 255 | 0.11 | 0.32 | 0 | 0 | 278.52 | 1 | 0.84 |
| Hex | E2 | AE | FF | B | 20 | 0 | 0 | 117 | 64 | 54 |
| Octal | 342 | 256 | 377 | 13 | 40 | 0 | 0 | 427 | 144 | 124 |
| Binary | 11100010 | 10101110 | 11111111 | 1011 | 100000 | 0 | 0 | 100010111 | 1100100 | 1010100 |
Color Harmonies of #E2AEFF
Complementary color
Monochromatic Colors of #E2AEFF
Black with #E2AEFF
Text Example
Text Example
White with #E2AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEFF; }
p { color: rgb(226,174,255); }
H1.HeaderClassName
{
color: #E2AEFF;
}
.AnyTagClassName
{
color: #E2AEFF;
}
</style>
background-color css
<style>
a { background-color: #E2AEFF; }
a { background-color: rgb(226,174,255); }
div.DivClassName
{
background-color: #E2AEFF;
}
.BgClassName
{
background-color: #E2AEFF;
}
</style>
border-color css
<style>
span { border-color: #E2AEFF; }
span { border-color: rgb(226,174,255); }
td.TdClassName
{
border-color: #E2AEFF;
}
.TagClassName
{
border-color: #E2AEFF;
}
</style>