Shades of Mauve #E29FFD
Tints of Mauve #E29FFD
RGB
CMYK
RGB Variations
Color information
#E29FFD (or 0xE29FFD) is known color: Mauve. HEX triplet: E2, 9F and FD. RGB value is (226,159,253). Sum of RGB (Red+Green+Blue) = 226+159+253=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #E29FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FFD is #1D6002. Grayscale: #BDBDBD. Windows color (decimal): -1925123 or 16621538. OLE color: 16621538.
HSL color Cylindrical-coordinate representation of color #E29FFD: hue angle of 282.77º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E29FFD is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 159 | 253 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.01 |
| HSL | 282.77º | 0.96% | 0.81% | - |
| HSV(B) | 282.77º | 0.37% | 0.99% | - |
| XYZ | 61.49 | 48.06 | 98.96 | - |
| YUV | 189.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 253 | 0.11 | 0.37 | 0 | 0.01 | 282.77 | 0.96 | 0.81 |
| Hex | E2 | 9F | FD | B | 25 | 0 | 1 | 11B | 60 | 51 |
| Octal | 342 | 237 | 375 | 13 | 45 | 0 | 1 | 433 | 140 | 121 |
| Binary | 11100010 | 10011111 | 11111101 | 1011 | 100101 | 0 | 1 | 100011011 | 1100000 | 1010001 |
Color Harmonies of #E29FFD
Complementary color
Monochromatic Colors of #E29FFD
Black with #E29FFD
Text Example
Text Example
White with #E29FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FFD; }
p { color: rgb(226,159,253); }
H1.HeaderClassName
{
color: #E29FFD;
}
.AnyTagClassName
{
color: #E29FFD;
}
</style>
background-color css
<style>
a { background-color: #E29FFD; }
a { background-color: rgb(226,159,253); }
div.DivClassName
{
background-color: #E29FFD;
}
.BgClassName
{
background-color: #E29FFD;
}
</style>
border-color css
<style>
span { border-color: #E29FFD; }
span { border-color: rgb(226,159,253); }
td.TdClassName
{
border-color: #E29FFD;
}
.TagClassName
{
border-color: #E29FFD;
}
</style>