Shades of Mauve #E7C2FE
Tints of Mauve #E7C2FE
RGB
CMYK
RGB Variations
Color information
#E7C2FE (or 0xE7C2FE) is known color: Mauve. HEX triplet: E7, C2 and FE. RGB value is (231,194,254). Sum of RGB (Red+Green+Blue) = 231+194+254=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 194 (76.17% from 255 or 28.57% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C2FE is #183D01. Grayscale: #D3D3D3. Windows color (decimal): -1588482 or 16696039. OLE color: 16696039.
HSL color Cylindrical-coordinate representation of color #E7C2FE: hue angle of 277º 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 #E7C2FE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 194 | 254 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.00 |
| HSL | 277º | 0.97% | 0.88% | - |
| HSV(B) | 277º | 0.24% | 1% | - |
| XYZ | 70.14 | 62.73 | 102.18 | - |
| YUV | 211.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 254 | 0.09 | 0.24 | 0 | 0.00 | 277 | 0.97 | 0.88 |
| Hex | E7 | C2 | FE | 9 | 18 | 0 | 0 | 115 | 61 | 58 |
| Octal | 347 | 302 | 376 | 11 | 30 | 0 | 0 | 425 | 141 | 130 |
| Binary | 11100111 | 11000010 | 11111110 | 1001 | 11000 | 0 | 0 | 100010101 | 1100001 | 1011000 |
Color Harmonies of #E7C2FE
Complementary color
Monochromatic Colors of #E7C2FE
Black with #E7C2FE
Text Example
Text Example
White with #E7C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C2FE; }
p { color: rgb(231,194,254); }
H1.HeaderClassName
{
color: #E7C2FE;
}
.AnyTagClassName
{
color: #E7C2FE;
}
</style>
background-color css
<style>
a { background-color: #E7C2FE; }
a { background-color: rgb(231,194,254); }
div.DivClassName
{
background-color: #E7C2FE;
}
.BgClassName
{
background-color: #E7C2FE;
}
</style>
border-color css
<style>
span { border-color: #E7C2FE; }
span { border-color: rgb(231,194,254); }
td.TdClassName
{
border-color: #E7C2FE;
}
.TagClassName
{
border-color: #E7C2FE;
}
</style>