Shades of Mauve #E4C1FA
Tints of Mauve #E4C1FA
RGB
CMYK
RGB Variations
Color information
#E4C1FA (or 0xE4C1FA) is known color: Mauve. HEX triplet: E4, C1 and FA. RGB value is (228,193,250). Sum of RGB (Red+Green+Blue) = 228+193+250=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4C1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C1FA is #1B3E05. Grayscale: #D1D1D1. Windows color (decimal): -1785350 or 16433636. OLE color: 16433636.
HSL color Cylindrical-coordinate representation of color #E4C1FA: hue angle of 276.84º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4C1FA is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 193 | 250 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.02 |
| HSL | 276.84º | 0.85% | 0.87% | - |
| HSV(B) | 276.84º | 0.23% | 0.98% | - |
| XYZ | 68.32 | 61.54 | 98.72 | - |
| YUV | 209.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 193 | 250 | 0.09 | 0.23 | 0 | 0.02 | 276.84 | 0.85 | 0.87 |
| Hex | E4 | C1 | FA | 9 | 17 | 0 | 2 | 115 | 55 | 57 |
| Octal | 344 | 301 | 372 | 11 | 27 | 0 | 2 | 425 | 125 | 127 |
| Binary | 11100100 | 11000001 | 11111010 | 1001 | 10111 | 0 | 10 | 100010101 | 1010101 | 1010111 |
Color Harmonies of #E4C1FA
Complementary color
Monochromatic Colors of #E4C1FA
Black with #E4C1FA
Text Example
Text Example
White with #E4C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C1FA; }
p { color: rgb(228,193,250); }
H1.HeaderClassName
{
color: #E4C1FA;
}
.AnyTagClassName
{
color: #E4C1FA;
}
</style>
background-color css
<style>
a { background-color: #E4C1FA; }
a { background-color: rgb(228,193,250); }
div.DivClassName
{
background-color: #E4C1FA;
}
.BgClassName
{
background-color: #E4C1FA;
}
</style>
border-color css
<style>
span { border-color: #E4C1FA; }
span { border-color: rgb(228,193,250); }
td.TdClassName
{
border-color: #E4C1FA;
}
.TagClassName
{
border-color: #E4C1FA;
}
</style>