Shades of Mauve #E1C1F2
Tints of Mauve #E1C1F2
RGB
CMYK
RGB Variations
Color information
#E1C1F2 (or 0xE1C1F2) is known color: Mauve. HEX triplet: E1, C1 and F2. RGB value is (225,193,242). Sum of RGB (Red+Green+Blue) = 225+193+242=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1C1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C1F2 is #1E3E0D. Grayscale: #CFCFCF. Windows color (decimal): -1981966 or 15909345. OLE color: 15909345.
HSL color Cylindrical-coordinate representation of color #E1C1F2: hue angle of 279.18º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1C1F2 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 193 | 242 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.05 |
| HSL | 279.18º | 0.65% | 0.85% | - |
| HSV(B) | 279.18º | 0.2% | 0.95% | - |
| XYZ | 66.15 | 60.56 | 92.21 | - |
| YUV | 208.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 242 | 0.07 | 0.20 | 0 | 0.05 | 279.18 | 0.65 | 0.85 |
| Hex | E1 | C1 | F2 | 7 | 14 | 0 | 5 | 117 | 41 | 55 |
| Octal | 341 | 301 | 362 | 7 | 24 | 0 | 5 | 427 | 101 | 125 |
| Binary | 11100001 | 11000001 | 11110010 | 111 | 10100 | 0 | 101 | 100010111 | 1000001 | 1010101 |
Color Harmonies of #E1C1F2
Complementary color
Monochromatic Colors of #E1C1F2
Black with #E1C1F2
Text Example
Text Example
White with #E1C1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1F2; }
p { color: rgb(225,193,242); }
H1.HeaderClassName
{
color: #E1C1F2;
}
.AnyTagClassName
{
color: #E1C1F2;
}
</style>
background-color css
<style>
a { background-color: #E1C1F2; }
a { background-color: rgb(225,193,242); }
div.DivClassName
{
background-color: #E1C1F2;
}
.BgClassName
{
background-color: #E1C1F2;
}
</style>
border-color css
<style>
span { border-color: #E1C1F2; }
span { border-color: rgb(225,193,242); }
td.TdClassName
{
border-color: #E1C1F2;
}
.TagClassName
{
border-color: #E1C1F2;
}
</style>