Shades of Mauve #E2C1FE
Tints of Mauve #E2C1FE
RGB
CMYK
RGB Variations
Color information
#E2C1FE (or 0xE2C1FE) is known color: Mauve. HEX triplet: E2, C1 and FE. RGB value is (226,193,254). Sum of RGB (Red+Green+Blue) = 226+193+254=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2C1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C1FE is #1D3E01. Grayscale: #D1D1D1. Windows color (decimal): -1916418 or 16695778. OLE color: 16695778.
HSL color Cylindrical-coordinate representation of color #E2C1FE: hue angle of 272.46º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2C1FE is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 193 | 254 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.00 |
| HSL | 272.46º | 0.97% | 0.88% | - |
| HSV(B) | 272.46º | 0.24% | 1% | - |
| XYZ | 68.32 | 61.46 | 102.03 | - |
| YUV | 209.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 254 | 0.11 | 0.24 | 0 | 0.00 | 272.46 | 0.97 | 0.88 |
| Hex | E2 | C1 | FE | B | 18 | 0 | 0 | 110 | 61 | 58 |
| Octal | 342 | 301 | 376 | 13 | 30 | 0 | 0 | 420 | 141 | 130 |
| Binary | 11100010 | 11000001 | 11111110 | 1011 | 11000 | 0 | 0 | 100010000 | 1100001 | 1011000 |
Color Harmonies of #E2C1FE
Complementary color
Monochromatic Colors of #E2C1FE
Black with #E2C1FE
Text Example
Text Example
White with #E2C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C1FE; }
p { color: rgb(226,193,254); }
H1.HeaderClassName
{
color: #E2C1FE;
}
.AnyTagClassName
{
color: #E2C1FE;
}
</style>
background-color css
<style>
a { background-color: #E2C1FE; }
a { background-color: rgb(226,193,254); }
div.DivClassName
{
background-color: #E2C1FE;
}
.BgClassName
{
background-color: #E2C1FE;
}
</style>
border-color css
<style>
span { border-color: #E2C1FE; }
span { border-color: rgb(226,193,254); }
td.TdClassName
{
border-color: #E2C1FE;
}
.TagClassName
{
border-color: #E2C1FE;
}
</style>