Shades of Mauve #E29DF7
Tints of Mauve #E29DF7
RGB
CMYK
RGB Variations
Color information
#E29DF7 (or 0xE29DF7) is known color: Mauve. HEX triplet: E2, 9D and F7. RGB value is (226,157,247). Sum of RGB (Red+Green+Blue) = 226+157+247=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #E29DF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29DF7 is #1D6208. Grayscale: #BBBBBB. Windows color (decimal): -1925641 or 16227810. OLE color: 16227810.
HSL color Cylindrical-coordinate representation of color #E29DF7: hue angle of 286º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E29DF7 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 157 | 247 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.03 |
| HSL | 286º | 0.85% | 0.79% | - |
| HSV(B) | 286º | 0.36% | 0.97% | - |
| XYZ | 60.21 | 47 | 93.89 | - |
| YUV | 187.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 247 | 0.09 | 0.36 | 0 | 0.03 | 286 | 0.85 | 0.79 |
| Hex | E2 | 9D | F7 | 9 | 24 | 0 | 3 | 11E | 55 | 4F |
| Octal | 342 | 235 | 367 | 11 | 44 | 0 | 3 | 436 | 125 | 117 |
| Binary | 11100010 | 10011101 | 11110111 | 1001 | 100100 | 0 | 11 | 100011110 | 1010101 | 1001111 |
Color Harmonies of #E29DF7
Complementary color
Monochromatic Colors of #E29DF7
Black with #E29DF7
Text Example
Text Example
White with #E29DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DF7; }
p { color: rgb(226,157,247); }
H1.HeaderClassName
{
color: #E29DF7;
}
.AnyTagClassName
{
color: #E29DF7;
}
</style>
background-color css
<style>
a { background-color: #E29DF7; }
a { background-color: rgb(226,157,247); }
div.DivClassName
{
background-color: #E29DF7;
}
.BgClassName
{
background-color: #E29DF7;
}
</style>
border-color css
<style>
span { border-color: #E29DF7; }
span { border-color: rgb(226,157,247); }
td.TdClassName
{
border-color: #E29DF7;
}
.TagClassName
{
border-color: #E29DF7;
}
</style>