Shades of Mauve #E1C0FB
Tints of Mauve #E1C0FB
RGB
CMYK
RGB Variations
Color information
#E1C0FB (or 0xE1C0FB) is known color: Mauve. HEX triplet: E1, C0 and FB. RGB value is (225,192,251). Sum of RGB (Red+Green+Blue) = 225+192+251=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C0FB is #1E3F04. Grayscale: #D0D0D0. Windows color (decimal): -1982213 or 16498913. OLE color: 16498913.
HSL color Cylindrical-coordinate representation of color #E1C0FB: hue angle of 273.56º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1C0FB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 192 | 251 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.02 |
| HSL | 273.56º | 0.88% | 0.87% | - |
| HSV(B) | 273.56º | 0.24% | 0.98% | - |
| XYZ | 67.31 | 60.67 | 99.43 | - |
| YUV | 208.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 251 | 0.10 | 0.24 | 0 | 0.02 | 273.56 | 0.88 | 0.87 |
| Hex | E1 | C0 | FB | A | 18 | 0 | 2 | 112 | 58 | 57 |
| Octal | 341 | 300 | 373 | 12 | 30 | 0 | 2 | 422 | 130 | 127 |
| Binary | 11100001 | 11000000 | 11111011 | 1010 | 11000 | 0 | 10 | 100010010 | 1011000 | 1010111 |
Color Harmonies of #E1C0FB
Complementary color
Monochromatic Colors of #E1C0FB
Black with #E1C0FB
Text Example
Text Example
White with #E1C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C0FB; }
p { color: rgb(225,192,251); }
H1.HeaderClassName
{
color: #E1C0FB;
}
.AnyTagClassName
{
color: #E1C0FB;
}
</style>
background-color css
<style>
a { background-color: #E1C0FB; }
a { background-color: rgb(225,192,251); }
div.DivClassName
{
background-color: #E1C0FB;
}
.BgClassName
{
background-color: #E1C0FB;
}
</style>
border-color css
<style>
span { border-color: #E1C0FB; }
span { border-color: rgb(225,192,251); }
td.TdClassName
{
border-color: #E1C0FB;
}
.TagClassName
{
border-color: #E1C0FB;
}
</style>