Shades of Mauve #E29DF8
Tints of Mauve #E29DF8
RGB
CMYK
RGB Variations
Color information
#E29DF8 (or 0xE29DF8) is known color: Mauve. HEX triplet: E2, 9D and F8. RGB value is (226,157,248). Sum of RGB (Red+Green+Blue) = 226+157+248=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #E29DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29DF8 is #1D6207. Grayscale: #BBBBBB. Windows color (decimal): -1925640 or 16293346. OLE color: 16293346.
HSL color Cylindrical-coordinate representation of color #E29DF8: hue angle of 285.49º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E29DF8 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 157 | 248 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.03 |
| HSL | 285.49º | 0.87% | 0.79% | - |
| HSV(B) | 285.49º | 0.37% | 0.97% | - |
| XYZ | 60.36 | 47.06 | 94.71 | - |
| YUV | 188.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 248 | 0.09 | 0.37 | 0 | 0.03 | 285.49 | 0.87 | 0.79 |
| Hex | E2 | 9D | F8 | 9 | 25 | 0 | 3 | 11D | 57 | 4F |
| Octal | 342 | 235 | 370 | 11 | 45 | 0 | 3 | 435 | 127 | 117 |
| Binary | 11100010 | 10011101 | 11111000 | 1001 | 100101 | 0 | 11 | 100011101 | 1010111 | 1001111 |
Color Harmonies of #E29DF8
Complementary color
Monochromatic Colors of #E29DF8
Black with #E29DF8
Text Example
Text Example
White with #E29DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DF8; }
p { color: rgb(226,157,248); }
H1.HeaderClassName
{
color: #E29DF8;
}
.AnyTagClassName
{
color: #E29DF8;
}
</style>
background-color css
<style>
a { background-color: #E29DF8; }
a { background-color: rgb(226,157,248); }
div.DivClassName
{
background-color: #E29DF8;
}
.BgClassName
{
background-color: #E29DF8;
}
</style>
border-color css
<style>
span { border-color: #E29DF8; }
span { border-color: rgb(226,157,248); }
td.TdClassName
{
border-color: #E29DF8;
}
.TagClassName
{
border-color: #E29DF8;
}
</style>