Shades of Mauve #E29CFE
Tints of Mauve #E29CFE
RGB
CMYK
RGB Variations
Color information
#E29CFE (or 0xE29CFE) is known color: Mauve. HEX triplet: E2, 9C and FE. RGB value is (226,156,254). Sum of RGB (Red+Green+Blue) = 226+156+254=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 156 (61.33% from 255 or 24.53% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #E29CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CFE is #1D6301. Grayscale: #BBBBBB. Windows color (decimal): -1925890 or 16686306. OLE color: 16686306.
HSL color Cylindrical-coordinate representation of color #E29CFE: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E29CFE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 156 | 254 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.00 |
| HSL | 282.86º | 0.98% | 0.8% | - |
| HSV(B) | 282.86º | 0.39% | 1% | - |
| XYZ | 61.14 | 47.1 | 99.63 | - |
| YUV | 188.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 254 | 0.11 | 0.39 | 0 | 0.00 | 282.86 | 0.98 | 0.8 |
| Hex | E2 | 9C | FE | B | 27 | 0 | 0 | 11B | 62 | 50 |
| Octal | 342 | 234 | 376 | 13 | 47 | 0 | 0 | 433 | 142 | 120 |
| Binary | 11100010 | 10011100 | 11111110 | 1011 | 100111 | 0 | 0 | 100011011 | 1100010 | 1010000 |
Color Harmonies of #E29CFE
Complementary color
Monochromatic Colors of #E29CFE
Black with #E29CFE
Text Example
Text Example
White with #E29CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CFE; }
p { color: rgb(226,156,254); }
H1.HeaderClassName
{
color: #E29CFE;
}
.AnyTagClassName
{
color: #E29CFE;
}
</style>
background-color css
<style>
a { background-color: #E29CFE; }
a { background-color: rgb(226,156,254); }
div.DivClassName
{
background-color: #E29CFE;
}
.BgClassName
{
background-color: #E29CFE;
}
</style>
border-color css
<style>
span { border-color: #E29CFE; }
span { border-color: rgb(226,156,254); }
td.TdClassName
{
border-color: #E29CFE;
}
.TagClassName
{
border-color: #E29CFE;
}
</style>