Shades of Mauve #E1C3FA
Tints of Mauve #E1C3FA
RGB
CMYK
RGB Variations
Color information
#E1C3FA (or 0xE1C3FA) is known color: Mauve. HEX triplet: E1, C3 and FA. RGB value is (225,195,250). Sum of RGB (Red+Green+Blue) = 225+195+250=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1C3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C3FA is #1E3C05. Grayscale: #D2D2D2. Windows color (decimal): -1981446 or 16434145. OLE color: 16434145.
HSL color Cylindrical-coordinate representation of color #E1C3FA: hue angle of 272.73º degrees, saturation: 0.85, 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 #E1C3FA is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 195 | 250 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.02 |
| HSL | 272.73º | 0.85% | 0.87% | - |
| HSV(B) | 272.73º | 0.22% | 0.98% | - |
| XYZ | 67.82 | 61.94 | 98.82 | - |
| YUV | 210.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 250 | 0.10 | 0.22 | 0 | 0.02 | 272.73 | 0.85 | 0.87 |
| Hex | E1 | C3 | FA | A | 16 | 0 | 2 | 111 | 55 | 57 |
| Octal | 341 | 303 | 372 | 12 | 26 | 0 | 2 | 421 | 125 | 127 |
| Binary | 11100001 | 11000011 | 11111010 | 1010 | 10110 | 0 | 10 | 100010001 | 1010101 | 1010111 |
Color Harmonies of #E1C3FA
Complementary color
Monochromatic Colors of #E1C3FA
Black with #E1C3FA
Text Example
Text Example
White with #E1C3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C3FA; }
p { color: rgb(225,195,250); }
H1.HeaderClassName
{
color: #E1C3FA;
}
.AnyTagClassName
{
color: #E1C3FA;
}
</style>
background-color css
<style>
a { background-color: #E1C3FA; }
a { background-color: rgb(225,195,250); }
div.DivClassName
{
background-color: #E1C3FA;
}
.BgClassName
{
background-color: #E1C3FA;
}
</style>
border-color css
<style>
span { border-color: #E1C3FA; }
span { border-color: rgb(225,195,250); }
td.TdClassName
{
border-color: #E1C3FA;
}
.TagClassName
{
border-color: #E1C3FA;
}
</style>