Shades of Mauve #E1C1FA
Tints of Mauve #E1C1FA
RGB
CMYK
RGB Variations
Color information
#E1C1FA (or 0xE1C1FA) is known color: Mauve. HEX triplet: E1, C1 and FA. RGB value is (225,193,250). Sum of RGB (Red+Green+Blue) = 225+193+250=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1C1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C1FA is #1E3E05. Grayscale: #D0D0D0. Windows color (decimal): -1981958 or 16433633. OLE color: 16433633.
HSL color Cylindrical-coordinate representation of color #E1C1FA: hue angle of 273.68º 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 #E1C1FA is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 193 | 250 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.02 |
| HSL | 273.68º | 0.85% | 0.87% | - |
| HSV(B) | 273.68º | 0.23% | 0.98% | - |
| XYZ | 67.38 | 61.05 | 98.68 | - |
| YUV | 209.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 250 | 0.10 | 0.23 | 0 | 0.02 | 273.68 | 0.85 | 0.87 |
| Hex | E1 | C1 | FA | A | 17 | 0 | 2 | 112 | 55 | 57 |
| Octal | 341 | 301 | 372 | 12 | 27 | 0 | 2 | 422 | 125 | 127 |
| Binary | 11100001 | 11000001 | 11111010 | 1010 | 10111 | 0 | 10 | 100010010 | 1010101 | 1010111 |
Color Harmonies of #E1C1FA
Complementary color
Monochromatic Colors of #E1C1FA
Black with #E1C1FA
Text Example
Text Example
White with #E1C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1FA; }
p { color: rgb(225,193,250); }
H1.HeaderClassName
{
color: #E1C1FA;
}
.AnyTagClassName
{
color: #E1C1FA;
}
</style>
background-color css
<style>
a { background-color: #E1C1FA; }
a { background-color: rgb(225,193,250); }
div.DivClassName
{
background-color: #E1C1FA;
}
.BgClassName
{
background-color: #E1C1FA;
}
</style>
border-color css
<style>
span { border-color: #E1C1FA; }
span { border-color: rgb(225,193,250); }
td.TdClassName
{
border-color: #E1C1FA;
}
.TagClassName
{
border-color: #E1C1FA;
}
</style>