Shades of Mauve #E29EFC
Tints of Mauve #E29EFC
RGB
CMYK
RGB Variations
Color information
#E29EFC (or 0xE29EFC) is known color: Mauve. HEX triplet: E2, 9E and FC. RGB value is (226,158,252). Sum of RGB (Red+Green+Blue) = 226+158+252=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #E29EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EFC is #1D6103. Grayscale: #BCBCBC. Windows color (decimal): -1925380 or 16555746. OLE color: 16555746.
HSL color Cylindrical-coordinate representation of color #E29EFC: hue angle of 283.4º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E29EFC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 158 | 252 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.01 |
| HSL | 283.4º | 0.94% | 0.8% | - |
| HSV(B) | 283.4º | 0.37% | 0.99% | - |
| XYZ | 61.16 | 47.65 | 98.07 | - |
| YUV | 189.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 252 | 0.10 | 0.37 | 0 | 0.01 | 283.4 | 0.94 | 0.8 |
| Hex | E2 | 9E | FC | A | 25 | 0 | 1 | 11B | 5E | 50 |
| Octal | 342 | 236 | 374 | 12 | 45 | 0 | 1 | 433 | 136 | 120 |
| Binary | 11100010 | 10011110 | 11111100 | 1010 | 100101 | 0 | 1 | 100011011 | 1011110 | 1010000 |
Color Harmonies of #E29EFC
Complementary color
Monochromatic Colors of #E29EFC
Black with #E29EFC
Text Example
Text Example
White with #E29EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EFC; }
p { color: rgb(226,158,252); }
H1.HeaderClassName
{
color: #E29EFC;
}
.AnyTagClassName
{
color: #E29EFC;
}
</style>
background-color css
<style>
a { background-color: #E29EFC; }
a { background-color: rgb(226,158,252); }
div.DivClassName
{
background-color: #E29EFC;
}
.BgClassName
{
background-color: #E29EFC;
}
</style>
border-color css
<style>
span { border-color: #E29EFC; }
span { border-color: rgb(226,158,252); }
td.TdClassName
{
border-color: #E29EFC;
}
.TagClassName
{
border-color: #E29EFC;
}
</style>