Shades of Mauve #E7C2FF
Tints of Mauve #E7C2FF
RGB
CMYK
RGB Variations
Color information
#E7C2FF (or 0xE7C2FF) is known color: Mauve. HEX triplet: E7, C2 and FF. RGB value is (231,194,255). Sum of RGB (Red+Green+Blue) = 231+194+255=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7C2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C2FF is #183D00. Grayscale: #D3D3D3. Windows color (decimal): -1588481 or 16761575. OLE color: 16761575.
HSL color Cylindrical-coordinate representation of color #E7C2FF: hue angle of 276.39º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7C2FF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 194 | 255 | - |
| CMYK | 0.09 | 0.24 | 0 | 0 |
| HSL | 276.39º | 1% | 0.88% | - |
| HSV(B) | 276.39º | 0.24% | 1% | - |
| XYZ | 70.3 | 62.79 | 103.02 | - |
| YUV | 212.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 255 | 0.09 | 0.24 | 0 | 0 | 276.39 | 1 | 0.88 |
| Hex | E7 | C2 | FF | 9 | 18 | 0 | 0 | 114 | 64 | 58 |
| Octal | 347 | 302 | 377 | 11 | 30 | 0 | 0 | 424 | 144 | 130 |
| Binary | 11100111 | 11000010 | 11111111 | 1001 | 11000 | 0 | 0 | 100010100 | 1100100 | 1011000 |
Color Harmonies of #E7C2FF
Complementary color
Monochromatic Colors of #E7C2FF
Black with #E7C2FF
Text Example
Text Example
White with #E7C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C2FF; }
p { color: rgb(231,194,255); }
H1.HeaderClassName
{
color: #E7C2FF;
}
.AnyTagClassName
{
color: #E7C2FF;
}
</style>
background-color css
<style>
a { background-color: #E7C2FF; }
a { background-color: rgb(231,194,255); }
div.DivClassName
{
background-color: #E7C2FF;
}
.BgClassName
{
background-color: #E7C2FF;
}
</style>
border-color css
<style>
span { border-color: #E7C2FF; }
span { border-color: rgb(231,194,255); }
td.TdClassName
{
border-color: #E7C2FF;
}
.TagClassName
{
border-color: #E7C2FF;
}
</style>