Shades of Mauve #E29CFA
Tints of Mauve #E29CFA
RGB
CMYK
RGB Variations
Color information
#E29CFA (or 0xE29CFA) is known color: Mauve. HEX triplet: E2, 9C and FA. RGB value is (226,156,250). Sum of RGB (Red+Green+Blue) = 226+156+250=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #E29CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CFA is #1D6305. Grayscale: #BBBBBB. Windows color (decimal): -1925894 or 16424162. OLE color: 16424162.
HSL color Cylindrical-coordinate representation of color #E29CFA: hue angle of 284.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29CFA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 156 | 250 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.02 |
| HSL | 284.68º | 0.9% | 0.8% | - |
| HSV(B) | 284.68º | 0.38% | 0.98% | - |
| XYZ | 60.51 | 46.85 | 96.3 | - |
| YUV | 187.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 250 | 0.10 | 0.38 | 0 | 0.02 | 284.68 | 0.9 | 0.8 |
| Hex | E2 | 9C | FA | A | 26 | 0 | 2 | 11D | 5A | 50 |
| Octal | 342 | 234 | 372 | 12 | 46 | 0 | 2 | 435 | 132 | 120 |
| Binary | 11100010 | 10011100 | 11111010 | 1010 | 100110 | 0 | 10 | 100011101 | 1011010 | 1010000 |
Color Harmonies of #E29CFA
Complementary color
Monochromatic Colors of #E29CFA
Black with #E29CFA
Text Example
Text Example
White with #E29CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CFA; }
p { color: rgb(226,156,250); }
H1.HeaderClassName
{
color: #E29CFA;
}
.AnyTagClassName
{
color: #E29CFA;
}
</style>
background-color css
<style>
a { background-color: #E29CFA; }
a { background-color: rgb(226,156,250); }
div.DivClassName
{
background-color: #E29CFA;
}
.BgClassName
{
background-color: #E29CFA;
}
</style>
border-color css
<style>
span { border-color: #E29CFA; }
span { border-color: rgb(226,156,250); }
td.TdClassName
{
border-color: #E29CFA;
}
.TagClassName
{
border-color: #E29CFA;
}
</style>