Shades of Mauve #E2C5FA
Tints of Mauve #E2C5FA
RGB
CMYK
RGB Variations
Color information
#E2C5FA (or 0xE2C5FA) is known color: Mauve. HEX triplet: E2, C5 and FA. RGB value is (226,197,250). Sum of RGB (Red+Green+Blue) = 226+197+250=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 197 (77.34% from 255 or 29.27% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5FA is #1D3A05. Grayscale: #D3D3D3. Windows color (decimal): -1915398 or 16434658. OLE color: 16434658.
HSL color Cylindrical-coordinate representation of color #E2C5FA: hue angle of 272.83º 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 #E2C5FA is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 197 | 250 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.02 |
| HSL | 272.83º | 0.84% | 0.88% | - |
| HSV(B) | 272.83º | 0.21% | 0.98% | - |
| XYZ | 68.59 | 63 | 98.99 | - |
| YUV | 211.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 250 | 0.10 | 0.21 | 0 | 0.02 | 272.83 | 0.84 | 0.88 |
| Hex | E2 | C5 | FA | A | 15 | 0 | 2 | 111 | 54 | 58 |
| Octal | 342 | 305 | 372 | 12 | 25 | 0 | 2 | 421 | 124 | 130 |
| Binary | 11100010 | 11000101 | 11111010 | 1010 | 10101 | 0 | 10 | 100010001 | 1010100 | 1011000 |
Color Harmonies of #E2C5FA
Complementary color
Monochromatic Colors of #E2C5FA
Black with #E2C5FA
Text Example
Text Example
White with #E2C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C5FA; }
p { color: rgb(226,197,250); }
H1.HeaderClassName
{
color: #E2C5FA;
}
.AnyTagClassName
{
color: #E2C5FA;
}
</style>
background-color css
<style>
a { background-color: #E2C5FA; }
a { background-color: rgb(226,197,250); }
div.DivClassName
{
background-color: #E2C5FA;
}
.BgClassName
{
background-color: #E2C5FA;
}
</style>
border-color css
<style>
span { border-color: #E2C5FA; }
span { border-color: rgb(226,197,250); }
td.TdClassName
{
border-color: #E2C5FA;
}
.TagClassName
{
border-color: #E2C5FA;
}
</style>