Shades of Mauve #E1C0F2
Tints of Mauve #E1C0F2
RGB
CMYK
RGB Variations
Color information
#E1C0F2 (or 0xE1C0F2) is known color: Mauve. HEX triplet: E1, C0 and F2. RGB value is (225,192,242). Sum of RGB (Red+Green+Blue) = 225+192+242=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1C0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C0F2 is #1E3F0D. Grayscale: #CFCFCF. Windows color (decimal): -1982222 or 15909089. OLE color: 15909089.
HSL color Cylindrical-coordinate representation of color #E1C0F2: hue angle of 279.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1C0F2 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 192 | 242 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.05 |
| HSL | 279.6º | 0.66% | 0.85% | - |
| HSV(B) | 279.6º | 0.21% | 0.95% | - |
| XYZ | 65.93 | 60.12 | 92.13 | - |
| YUV | 207.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 242 | 0.07 | 0.21 | 0 | 0.05 | 279.6 | 0.66 | 0.85 |
| Hex | E1 | C0 | F2 | 7 | 15 | 0 | 5 | 118 | 42 | 55 |
| Octal | 341 | 300 | 362 | 7 | 25 | 0 | 5 | 430 | 102 | 125 |
| Binary | 11100001 | 11000000 | 11110010 | 111 | 10101 | 0 | 101 | 100011000 | 1000010 | 1010101 |
Color Harmonies of #E1C0F2
Complementary color
Monochromatic Colors of #E1C0F2
Black with #E1C0F2
Text Example
Text Example
White with #E1C0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0F2; }
p { color: rgb(225,192,242); }
H1.HeaderClassName
{
color: #E1C0F2;
}
.AnyTagClassName
{
color: #E1C0F2;
}
</style>
background-color css
<style>
a { background-color: #E1C0F2; }
a { background-color: rgb(225,192,242); }
div.DivClassName
{
background-color: #E1C0F2;
}
.BgClassName
{
background-color: #E1C0F2;
}
</style>
border-color css
<style>
span { border-color: #E1C0F2; }
span { border-color: rgb(225,192,242); }
td.TdClassName
{
border-color: #E1C0F2;
}
.TagClassName
{
border-color: #E1C0F2;
}
</style>