Shades of Mauve #E2C2F7
Tints of Mauve #E2C2F7
RGB
CMYK
RGB Variations
Color information
#E2C2F7 (or 0xE2C2F7) is known color: Mauve. HEX triplet: E2, C2 and F7. RGB value is (226,194,247). Sum of RGB (Red+Green+Blue) = 226+194+247=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2C2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C2F7 is #1D3D08. Grayscale: #D1D1D1. Windows color (decimal): -1916169 or 16237282. OLE color: 16237282.
HSL color Cylindrical-coordinate representation of color #E2C2F7: hue angle of 276.23º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2C2F7 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 226 | 194 | 247 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.03 |
| HSL | 276.23º | 0.77% | 0.86% | - |
| HSV(B) | 276.23º | 0.21% | 0.97% | - |
| XYZ | 67.44 | 61.47 | 96.31 | - |
| YUV | 209.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 247 | 0.09 | 0.21 | 0 | 0.03 | 276.23 | 0.77 | 0.86 |
| Hex | E2 | C2 | F7 | 9 | 15 | 0 | 3 | 114 | 4D | 56 |
| Octal | 342 | 302 | 367 | 11 | 25 | 0 | 3 | 424 | 115 | 126 |
| Binary | 11100010 | 11000010 | 11110111 | 1001 | 10101 | 0 | 11 | 100010100 | 1001101 | 1010110 |
Color Harmonies of #E2C2F7
Complementary color
Monochromatic Colors of #E2C2F7
Black with #E2C2F7
Text Example
Text Example
White with #E2C2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C2F7; }
p { color: rgb(226,194,247); }
H1.HeaderClassName
{
color: #E2C2F7;
}
.AnyTagClassName
{
color: #E2C2F7;
}
</style>
background-color css
<style>
a { background-color: #E2C2F7; }
a { background-color: rgb(226,194,247); }
div.DivClassName
{
background-color: #E2C2F7;
}
.BgClassName
{
background-color: #E2C2F7;
}
</style>
border-color css
<style>
span { border-color: #E2C2F7; }
span { border-color: rgb(226,194,247); }
td.TdClassName
{
border-color: #E2C2F7;
}
.TagClassName
{
border-color: #E2C2F7;
}
</style>