Shades of Mauve #E3C0F7
Tints of Mauve #E3C0F7
RGB
CMYK
RGB Variations
Color information
#E3C0F7 (or 0xE3C0F7) is known color: Mauve. HEX triplet: E3, C0 and F7. RGB value is (227,192,247). Sum of RGB (Red+Green+Blue) = 227+192+247=666 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.08% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #E3C0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C0F7 is #1C3F08. Grayscale: #D0D0D0. Windows color (decimal): -1851145 or 16236771. OLE color: 16236771.
HSL color Cylindrical-coordinate representation of color #E3C0F7: hue angle of 278.18º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3C0F7 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 192 | 247 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.03 |
| HSL | 278.18º | 0.77% | 0.86% | - |
| HSV(B) | 278.18º | 0.22% | 0.97% | - |
| XYZ | 67.32 | 60.75 | 96.17 | - |
| YUV | 208.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 247 | 0.08 | 0.22 | 0 | 0.03 | 278.18 | 0.77 | 0.86 |
| Hex | E3 | C0 | F7 | 8 | 16 | 0 | 3 | 116 | 4D | 56 |
| Octal | 343 | 300 | 367 | 10 | 26 | 0 | 3 | 426 | 115 | 126 |
| Binary | 11100011 | 11000000 | 11110111 | 1000 | 10110 | 0 | 11 | 100010110 | 1001101 | 1010110 |
Color Harmonies of #E3C0F7
Complementary color
Monochromatic Colors of #E3C0F7
Black with #E3C0F7
Text Example
Text Example
White with #E3C0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C0F7; }
p { color: rgb(227,192,247); }
H1.HeaderClassName
{
color: #E3C0F7;
}
.AnyTagClassName
{
color: #E3C0F7;
}
</style>
background-color css
<style>
a { background-color: #E3C0F7; }
a { background-color: rgb(227,192,247); }
div.DivClassName
{
background-color: #E3C0F7;
}
.BgClassName
{
background-color: #E3C0F7;
}
</style>
border-color css
<style>
span { border-color: #E3C0F7; }
span { border-color: rgb(227,192,247); }
td.TdClassName
{
border-color: #E3C0F7;
}
.TagClassName
{
border-color: #E3C0F7;
}
</style>