Shades of Mauve #E1C0FA
Tints of Mauve #E1C0FA
RGB
CMYK
RGB Variations
Color information
#E1C0FA (or 0xE1C0FA) is known color: Mauve. HEX triplet: E1, C0 and FA. RGB value is (225,192,250). Sum of RGB (Red+Green+Blue) = 225+192+250=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1C0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C0FA is #1E3F05. Grayscale: #D0D0D0. Windows color (decimal): -1982214 or 16433377. OLE color: 16433377.
HSL color Cylindrical-coordinate representation of color #E1C0FA: hue angle of 274.14º 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 #E1C0FA is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 192 | 250 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.02 |
| HSL | 274.14º | 0.85% | 0.87% | - |
| HSV(B) | 274.14º | 0.23% | 0.98% | - |
| XYZ | 67.16 | 60.61 | 98.6 | - |
| YUV | 208.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 250 | 0.10 | 0.23 | 0 | 0.02 | 274.14 | 0.85 | 0.87 |
| Hex | E1 | C0 | FA | A | 17 | 0 | 2 | 112 | 55 | 57 |
| Octal | 341 | 300 | 372 | 12 | 27 | 0 | 2 | 422 | 125 | 127 |
| Binary | 11100001 | 11000000 | 11111010 | 1010 | 10111 | 0 | 10 | 100010010 | 1010101 | 1010111 |
Color Harmonies of #E1C0FA
Complementary color
Monochromatic Colors of #E1C0FA
Black with #E1C0FA
Text Example
Text Example
White with #E1C0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0FA; }
p { color: rgb(225,192,250); }
H1.HeaderClassName
{
color: #E1C0FA;
}
.AnyTagClassName
{
color: #E1C0FA;
}
</style>
background-color css
<style>
a { background-color: #E1C0FA; }
a { background-color: rgb(225,192,250); }
div.DivClassName
{
background-color: #E1C0FA;
}
.BgClassName
{
background-color: #E1C0FA;
}
</style>
border-color css
<style>
span { border-color: #E1C0FA; }
span { border-color: rgb(225,192,250); }
td.TdClassName
{
border-color: #E1C0FA;
}
.TagClassName
{
border-color: #E1C0FA;
}
</style>