Shades of Mauve #E3C5FA
Tints of Mauve #E3C5FA
RGB
CMYK
RGB Variations
Color information
#E3C5FA (or 0xE3C5FA) is known color: Mauve. HEX triplet: E3, C5 and FA. RGB value is (227,197,250). Sum of RGB (Red+Green+Blue) = 227+197+250=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #E3C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C5FA is #1C3A05. Grayscale: #D3D3D3. Windows color (decimal): -1849862 or 16434659. OLE color: 16434659.
HSL color Cylindrical-coordinate representation of color #E3C5FA: hue angle of 273.96º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E3C5FA is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 197 | 250 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.02 |
| HSL | 273.96º | 0.84% | 0.88% | - |
| HSV(B) | 273.96º | 0.21% | 0.98% | - |
| XYZ | 68.9 | 63.17 | 99 | - |
| YUV | 212.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 250 | 0.09 | 0.21 | 0 | 0.02 | 273.96 | 0.84 | 0.88 |
| Hex | E3 | C5 | FA | 9 | 15 | 0 | 2 | 112 | 54 | 58 |
| Octal | 343 | 305 | 372 | 11 | 25 | 0 | 2 | 422 | 124 | 130 |
| Binary | 11100011 | 11000101 | 11111010 | 1001 | 10101 | 0 | 10 | 100010010 | 1010100 | 1011000 |
Color Harmonies of #E3C5FA
Complementary color
Monochromatic Colors of #E3C5FA
Black with #E3C5FA
Text Example
Text Example
White with #E3C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C5FA; }
p { color: rgb(227,197,250); }
H1.HeaderClassName
{
color: #E3C5FA;
}
.AnyTagClassName
{
color: #E3C5FA;
}
</style>
background-color css
<style>
a { background-color: #E3C5FA; }
a { background-color: rgb(227,197,250); }
div.DivClassName
{
background-color: #E3C5FA;
}
.BgClassName
{
background-color: #E3C5FA;
}
</style>
border-color css
<style>
span { border-color: #E3C5FA; }
span { border-color: rgb(227,197,250); }
td.TdClassName
{
border-color: #E3C5FA;
}
.TagClassName
{
border-color: #E3C5FA;
}
</style>