Shades of Mauve #E7C4FE
Tints of Mauve #E7C4FE
RGB
CMYK
RGB Variations
Color information
#E7C4FE (or 0xE7C4FE) is known color: Mauve. HEX triplet: E7, C4 and FE. RGB value is (231,196,254). Sum of RGB (Red+Green+Blue) = 231+196+254=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 196 (76.95% from 255 or 28.78% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7C4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C4FE is #183B01. Grayscale: #D4D4D4. Windows color (decimal): -1587970 or 16696551. OLE color: 16696551.
HSL color Cylindrical-coordinate representation of color #E7C4FE: hue angle of 276.21º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7C4FE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 196 | 254 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.00 |
| HSL | 276.21º | 0.97% | 0.88% | - |
| HSV(B) | 276.21º | 0.23% | 1% | - |
| XYZ | 70.58 | 63.62 | 102.33 | - |
| YUV | 213.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 254 | 0.09 | 0.23 | 0 | 0.00 | 276.21 | 0.97 | 0.88 |
| Hex | E7 | C4 | FE | 9 | 17 | 0 | 0 | 114 | 61 | 58 |
| Octal | 347 | 304 | 376 | 11 | 27 | 0 | 0 | 424 | 141 | 130 |
| Binary | 11100111 | 11000100 | 11111110 | 1001 | 10111 | 0 | 0 | 100010100 | 1100001 | 1011000 |
Color Harmonies of #E7C4FE
Complementary color
Monochromatic Colors of #E7C4FE
Black with #E7C4FE
Text Example
Text Example
White with #E7C4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C4FE; }
p { color: rgb(231,196,254); }
H1.HeaderClassName
{
color: #E7C4FE;
}
.AnyTagClassName
{
color: #E7C4FE;
}
</style>
background-color css
<style>
a { background-color: #E7C4FE; }
a { background-color: rgb(231,196,254); }
div.DivClassName
{
background-color: #E7C4FE;
}
.BgClassName
{
background-color: #E7C4FE;
}
</style>
border-color css
<style>
span { border-color: #E7C4FE; }
span { border-color: rgb(231,196,254); }
td.TdClassName
{
border-color: #E7C4FE;
}
.TagClassName
{
border-color: #E7C4FE;
}
</style>