Shades of Mauve #E29FFB
Tints of Mauve #E29FFB
RGB
CMYK
RGB Variations
Color information
#E29FFB (or 0xE29FFB) is known color: Mauve. HEX triplet: E2, 9F and FB. RGB value is (226,159,251). Sum of RGB (Red+Green+Blue) = 226+159+251=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #E29FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FFB is #1D6004. Grayscale: #BDBDBD. Windows color (decimal): -1925125 or 16490466. OLE color: 16490466.
HSL color Cylindrical-coordinate representation of color #E29FFB: hue angle of 283.7º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E29FFB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 159 | 251 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.02 |
| HSL | 283.7º | 0.92% | 0.8% | - |
| HSV(B) | 283.7º | 0.37% | 0.98% | - |
| XYZ | 61.17 | 47.93 | 97.29 | - |
| YUV | 189.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 251 | 0.10 | 0.37 | 0 | 0.02 | 283.7 | 0.92 | 0.8 |
| Hex | E2 | 9F | FB | A | 25 | 0 | 2 | 11C | 5C | 50 |
| Octal | 342 | 237 | 373 | 12 | 45 | 0 | 2 | 434 | 134 | 120 |
| Binary | 11100010 | 10011111 | 11111011 | 1010 | 100101 | 0 | 10 | 100011100 | 1011100 | 1010000 |
Color Harmonies of #E29FFB
Complementary color
Monochromatic Colors of #E29FFB
Black with #E29FFB
Text Example
Text Example
White with #E29FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FFB; }
p { color: rgb(226,159,251); }
H1.HeaderClassName
{
color: #E29FFB;
}
.AnyTagClassName
{
color: #E29FFB;
}
</style>
background-color css
<style>
a { background-color: #E29FFB; }
a { background-color: rgb(226,159,251); }
div.DivClassName
{
background-color: #E29FFB;
}
.BgClassName
{
background-color: #E29FFB;
}
</style>
border-color css
<style>
span { border-color: #E29FFB; }
span { border-color: rgb(226,159,251); }
td.TdClassName
{
border-color: #E29FFB;
}
.TagClassName
{
border-color: #E29FFB;
}
</style>