Shades of Mauve #E7C0FF
Tints of Mauve #E7C0FF
RGB
CMYK
RGB Variations
Color information
#E7C0FF (or 0xE7C0FF) is known color: Mauve. HEX triplet: E7, C0 and FF. RGB value is (231,192,255). Sum of RGB (Red+Green+Blue) = 231+192+255=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 192 (75.39% from 255 or 28.32% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7C0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C0FF is #183F00. Grayscale: #D2D2D2. Windows color (decimal): -1588993 or 16761063. OLE color: 16761063.
HSL color Cylindrical-coordinate representation of color #E7C0FF: hue angle of 277.14º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7C0FF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 192 | 255 | - |
| CMYK | 0.09 | 0.25 | 0 | 0 |
| HSL | 277.14º | 1% | 0.88% | - |
| HSV(B) | 277.14º | 0.25% | 1% | - |
| XYZ | 69.85 | 61.91 | 102.88 | - |
| YUV | 210.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 255 | 0.09 | 0.25 | 0 | 0 | 277.14 | 1 | 0.88 |
| Hex | E7 | C0 | FF | 9 | 19 | 0 | 0 | 115 | 64 | 58 |
| Octal | 347 | 300 | 377 | 11 | 31 | 0 | 0 | 425 | 144 | 130 |
| Binary | 11100111 | 11000000 | 11111111 | 1001 | 11001 | 0 | 0 | 100010101 | 1100100 | 1011000 |
Color Harmonies of #E7C0FF
Complementary color
Monochromatic Colors of #E7C0FF
Black with #E7C0FF
Text Example
Text Example
White with #E7C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0FF; }
p { color: rgb(231,192,255); }
H1.HeaderClassName
{
color: #E7C0FF;
}
.AnyTagClassName
{
color: #E7C0FF;
}
</style>
background-color css
<style>
a { background-color: #E7C0FF; }
a { background-color: rgb(231,192,255); }
div.DivClassName
{
background-color: #E7C0FF;
}
.BgClassName
{
background-color: #E7C0FF;
}
</style>
border-color css
<style>
span { border-color: #E7C0FF; }
span { border-color: rgb(231,192,255); }
td.TdClassName
{
border-color: #E7C0FF;
}
.TagClassName
{
border-color: #E7C0FF;
}
</style>