Shades of Mauve #E29CFC
Tints of Mauve #E29CFC
RGB
CMYK
RGB Variations
Color information
#E29CFC (or 0xE29CFC) is known color: Mauve. HEX triplet: E2, 9C and FC. RGB value is (226,156,252). Sum of RGB (Red+Green+Blue) = 226+156+252=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #E29CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29CFC is #1D6303. Grayscale: #BBBBBB. Windows color (decimal): -1925892 or 16555234. OLE color: 16555234.
HSL color Cylindrical-coordinate representation of color #E29CFC: hue angle of 283.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29CFC is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 156 | 252 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.01 |
| HSL | 283.75º | 0.94% | 0.8% | - |
| HSV(B) | 283.75º | 0.38% | 0.99% | - |
| XYZ | 60.82 | 46.97 | 97.96 | - |
| YUV | 187.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 252 | 0.10 | 0.38 | 0 | 0.01 | 283.75 | 0.94 | 0.8 |
| Hex | E2 | 9C | FC | A | 26 | 0 | 1 | 11C | 5E | 50 |
| Octal | 342 | 234 | 374 | 12 | 46 | 0 | 1 | 434 | 136 | 120 |
| Binary | 11100010 | 10011100 | 11111100 | 1010 | 100110 | 0 | 1 | 100011100 | 1011110 | 1010000 |
Color Harmonies of #E29CFC
Complementary color
Monochromatic Colors of #E29CFC
Black with #E29CFC
Text Example
Text Example
White with #E29CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CFC; }
p { color: rgb(226,156,252); }
H1.HeaderClassName
{
color: #E29CFC;
}
.AnyTagClassName
{
color: #E29CFC;
}
</style>
background-color css
<style>
a { background-color: #E29CFC; }
a { background-color: rgb(226,156,252); }
div.DivClassName
{
background-color: #E29CFC;
}
.BgClassName
{
background-color: #E29CFC;
}
</style>
border-color css
<style>
span { border-color: #E29CFC; }
span { border-color: rgb(226,156,252); }
td.TdClassName
{
border-color: #E29CFC;
}
.TagClassName
{
border-color: #E29CFC;
}
</style>