Shades of Mauve #E1C1F9
Tints of Mauve #E1C1F9
RGB
CMYK
RGB Variations
Color information
#E1C1F9 (or 0xE1C1F9) is known color: Mauve. HEX triplet: E1, C1 and F9. RGB value is (225,193,249). Sum of RGB (Red+Green+Blue) = 225+193+249=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #E1C1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C1F9 is #1E3E06. Grayscale: #D0D0D0. Windows color (decimal): -1981959 or 16368097. OLE color: 16368097.
HSL color Cylindrical-coordinate representation of color #E1C1F9: hue angle of 274.29º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1C1F9 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 193 | 249 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.02 |
| HSL | 274.29º | 0.82% | 0.87% | - |
| HSV(B) | 274.29º | 0.22% | 0.98% | - |
| XYZ | 67.22 | 60.99 | 97.85 | - |
| YUV | 208.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 249 | 0.10 | 0.22 | 0 | 0.02 | 274.29 | 0.82 | 0.87 |
| Hex | E1 | C1 | F9 | A | 16 | 0 | 2 | 112 | 52 | 57 |
| Octal | 341 | 301 | 371 | 12 | 26 | 0 | 2 | 422 | 122 | 127 |
| Binary | 11100001 | 11000001 | 11111001 | 1010 | 10110 | 0 | 10 | 100010010 | 1010010 | 1010111 |
Color Harmonies of #E1C1F9
Complementary color
Monochromatic Colors of #E1C1F9
Black with #E1C1F9
Text Example
Text Example
White with #E1C1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1F9; }
p { color: rgb(225,193,249); }
H1.HeaderClassName
{
color: #E1C1F9;
}
.AnyTagClassName
{
color: #E1C1F9;
}
</style>
background-color css
<style>
a { background-color: #E1C1F9; }
a { background-color: rgb(225,193,249); }
div.DivClassName
{
background-color: #E1C1F9;
}
.BgClassName
{
background-color: #E1C1F9;
}
</style>
border-color css
<style>
span { border-color: #E1C1F9; }
span { border-color: rgb(225,193,249); }
td.TdClassName
{
border-color: #E1C1F9;
}
.TagClassName
{
border-color: #E1C1F9;
}
</style>