Shades of Mauve #E29EFF
Tints of Mauve #E29EFF
RGB
CMYK
RGB Variations
Color information
#E29EFF (or 0xE29EFF) is known color: Mauve. HEX triplet: E2, 9E and FF. RGB value is (226,158,255). Sum of RGB (Red+Green+Blue) = 226+158+255=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 158 (62.11% from 255 or 24.73% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #E29EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EFF is #1D6100. Grayscale: #BDBDBD. Windows color (decimal): -1925377 or 16752354. OLE color: 16752354.
HSL color Cylindrical-coordinate representation of color #E29EFF: hue angle of 282.06º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29EFF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 158 | 255 | - |
| CMYK | 0.11 | 0.38 | 0 | 0 |
| HSL | 282.06º | 1% | 0.81% | - |
| HSV(B) | 282.06º | 0.38% | 1% | - |
| XYZ | 61.64 | 47.84 | 100.59 | - |
| YUV | 189.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 255 | 0.11 | 0.38 | 0 | 0 | 282.06 | 1 | 0.81 |
| Hex | E2 | 9E | FF | B | 26 | 0 | 0 | 11A | 64 | 51 |
| Octal | 342 | 236 | 377 | 13 | 46 | 0 | 0 | 432 | 144 | 121 |
| Binary | 11100010 | 10011110 | 11111111 | 1011 | 100110 | 0 | 0 | 100011010 | 1100100 | 1010001 |
Color Harmonies of #E29EFF
Complementary color
Monochromatic Colors of #E29EFF
Black with #E29EFF
Text Example
Text Example
White with #E29EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EFF; }
p { color: rgb(226,158,255); }
H1.HeaderClassName
{
color: #E29EFF;
}
.AnyTagClassName
{
color: #E29EFF;
}
</style>
background-color css
<style>
a { background-color: #E29EFF; }
a { background-color: rgb(226,158,255); }
div.DivClassName
{
background-color: #E29EFF;
}
.BgClassName
{
background-color: #E29EFF;
}
</style>
border-color css
<style>
span { border-color: #E29EFF; }
span { border-color: rgb(226,158,255); }
td.TdClassName
{
border-color: #E29EFF;
}
.TagClassName
{
border-color: #E29EFF;
}
</style>