Shades of Mauve #E29DFE
Tints of Mauve #E29DFE
RGB
CMYK
RGB Variations
Color information
#E29DFE (or 0xE29DFE) is known color: Mauve. HEX triplet: E2, 9D and FE. RGB value is (226,157,254). Sum of RGB (Red+Green+Blue) = 226+157+254=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 157 (61.72% from 255 or 24.65% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #E29DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29DFE is #1D6201. Grayscale: #BCBCBC. Windows color (decimal): -1925634 or 16686562. OLE color: 16686562.
HSL color Cylindrical-coordinate representation of color #E29DFE: hue angle of 282.68º 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 #E29DFE is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 157 | 254 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.00 |
| HSL | 282.68º | 0.98% | 0.81% | - |
| HSV(B) | 282.68º | 0.38% | 1% | - |
| XYZ | 61.31 | 47.44 | 99.69 | - |
| YUV | 188.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 254 | 0.11 | 0.38 | 0 | 0.00 | 282.68 | 0.98 | 0.81 |
| Hex | E2 | 9D | FE | B | 26 | 0 | 0 | 11B | 62 | 51 |
| Octal | 342 | 235 | 376 | 13 | 46 | 0 | 0 | 433 | 142 | 121 |
| Binary | 11100010 | 10011101 | 11111110 | 1011 | 100110 | 0 | 0 | 100011011 | 1100010 | 1010001 |
Color Harmonies of #E29DFE
Complementary color
Monochromatic Colors of #E29DFE
Black with #E29DFE
Text Example
Text Example
White with #E29DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DFE; }
p { color: rgb(226,157,254); }
H1.HeaderClassName
{
color: #E29DFE;
}
.AnyTagClassName
{
color: #E29DFE;
}
</style>
background-color css
<style>
a { background-color: #E29DFE; }
a { background-color: rgb(226,157,254); }
div.DivClassName
{
background-color: #E29DFE;
}
.BgClassName
{
background-color: #E29DFE;
}
</style>
border-color css
<style>
span { border-color: #E29DFE; }
span { border-color: rgb(226,157,254); }
td.TdClassName
{
border-color: #E29DFE;
}
.TagClassName
{
border-color: #E29DFE;
}
</style>