Shades of Mauve #E2AEEF
Tints of Mauve #E2AEEF
RGB
CMYK
RGB Variations
Color information
#E2AEEF (or 0xE2AEEF) is known color: Mauve. HEX triplet: E2, AE and EF. RGB value is (226,174,239). Sum of RGB (Red+Green+Blue) = 226+174+239=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEEF is #1D5110. Grayscale: #C4C4C4. Windows color (decimal): -1921297 or 15707874. OLE color: 15707874.
HSL color Cylindrical-coordinate representation of color #E2AEEF: hue angle of 288º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2AEEF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 174 | 239 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.06 |
| HSL | 288º | 0.67% | 0.81% | - |
| HSV(B) | 288º | 0.27% | 0.94% | - |
| XYZ | 62.08 | 52.67 | 88.56 | - |
| YUV | 196.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 239 | 0.05 | 0.27 | 0 | 0.06 | 288 | 0.67 | 0.81 |
| Hex | E2 | AE | EF | 5 | 1B | 0 | 6 | 120 | 43 | 51 |
| Octal | 342 | 256 | 357 | 5 | 33 | 0 | 6 | 440 | 103 | 121 |
| Binary | 11100010 | 10101110 | 11101111 | 101 | 11011 | 0 | 110 | 100100000 | 1000011 | 1010001 |
Color Harmonies of #E2AEEF
Complementary color
Monochromatic Colors of #E2AEEF
Black with #E2AEEF
Text Example
Text Example
White with #E2AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEEF; }
p { color: rgb(226,174,239); }
H1.HeaderClassName
{
color: #E2AEEF;
}
.AnyTagClassName
{
color: #E2AEEF;
}
</style>
background-color css
<style>
a { background-color: #E2AEEF; }
a { background-color: rgb(226,174,239); }
div.DivClassName
{
background-color: #E2AEEF;
}
.BgClassName
{
background-color: #E2AEEF;
}
</style>
border-color css
<style>
span { border-color: #E2AEEF; }
span { border-color: rgb(226,174,239); }
td.TdClassName
{
border-color: #E2AEEF;
}
.TagClassName
{
border-color: #E2AEEF;
}
</style>