Shades of Mauve #E29EFE
Tints of Mauve #E29EFE
RGB
CMYK
RGB Variations
Color information
#E29EFE (or 0xE29EFE) is known color: Mauve. HEX triplet: E2, 9E and FE. RGB value is (226,158,254). Sum of RGB (Red+Green+Blue) = 226+158+254=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #E29EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EFE is #1D6101. Grayscale: #BCBCBC. Windows color (decimal): -1925378 or 16686818. OLE color: 16686818.
HSL color Cylindrical-coordinate representation of color #E29EFE: hue angle of 282.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29EFE is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 158 | 254 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.00 |
| HSL | 282.5º | 0.98% | 0.81% | - |
| HSV(B) | 282.5º | 0.38% | 1% | - |
| XYZ | 61.48 | 47.78 | 99.75 | - |
| YUV | 189.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 254 | 0.11 | 0.38 | 0 | 0.00 | 282.5 | 0.98 | 0.81 |
| Hex | E2 | 9E | FE | B | 26 | 0 | 0 | 11A | 62 | 51 |
| Octal | 342 | 236 | 376 | 13 | 46 | 0 | 0 | 432 | 142 | 121 |
| Binary | 11100010 | 10011110 | 11111110 | 1011 | 100110 | 0 | 0 | 100011010 | 1100010 | 1010001 |
Color Harmonies of #E29EFE
Complementary color
Monochromatic Colors of #E29EFE
Black with #E29EFE
Text Example
Text Example
White with #E29EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EFE; }
p { color: rgb(226,158,254); }
H1.HeaderClassName
{
color: #E29EFE;
}
.AnyTagClassName
{
color: #E29EFE;
}
</style>
background-color css
<style>
a { background-color: #E29EFE; }
a { background-color: rgb(226,158,254); }
div.DivClassName
{
background-color: #E29EFE;
}
.BgClassName
{
background-color: #E29EFE;
}
</style>
border-color css
<style>
span { border-color: #E29EFE; }
span { border-color: rgb(226,158,254); }
td.TdClassName
{
border-color: #E29EFE;
}
.TagClassName
{
border-color: #E29EFE;
}
</style>