Shades of Mauve #E2C6F9
Tints of Mauve #E2C6F9
RGB
CMYK
RGB Variations
Color information
#E2C6F9 (or 0xE2C6F9) is known color: Mauve. HEX triplet: E2, C6 and F9. RGB value is (226,198,249). Sum of RGB (Red+Green+Blue) = 226+198+249=673 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.58% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2C6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C6F9 is #1D3906. Grayscale: #D4D4D4. Windows color (decimal): -1915143 or 16369378. OLE color: 16369378.
HSL color Cylindrical-coordinate representation of color #E2C6F9: hue angle of 272.94º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2C6F9 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 198 | 249 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.02 |
| HSL | 272.94º | 0.81% | 0.88% | - |
| HSV(B) | 272.94º | 0.2% | 0.98% | - |
| XYZ | 68.66 | 63.4 | 98.24 | - |
| YUV | 212.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 249 | 0.09 | 0.20 | 0 | 0.02 | 272.94 | 0.81 | 0.88 |
| Hex | E2 | C6 | F9 | 9 | 14 | 0 | 2 | 111 | 51 | 58 |
| Octal | 342 | 306 | 371 | 11 | 24 | 0 | 2 | 421 | 121 | 130 |
| Binary | 11100010 | 11000110 | 11111001 | 1001 | 10100 | 0 | 10 | 100010001 | 1010001 | 1011000 |
Color Harmonies of #E2C6F9
Complementary color
Monochromatic Colors of #E2C6F9
Black with #E2C6F9
Text Example
Text Example
White with #E2C6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C6F9; }
p { color: rgb(226,198,249); }
H1.HeaderClassName
{
color: #E2C6F9;
}
.AnyTagClassName
{
color: #E2C6F9;
}
</style>
background-color css
<style>
a { background-color: #E2C6F9; }
a { background-color: rgb(226,198,249); }
div.DivClassName
{
background-color: #E2C6F9;
}
.BgClassName
{
background-color: #E2C6F9;
}
</style>
border-color css
<style>
span { border-color: #E2C6F9; }
span { border-color: rgb(226,198,249); }
td.TdClassName
{
border-color: #E2C6F9;
}
.TagClassName
{
border-color: #E2C6F9;
}
</style>