Shades of Mauve #E3C2F7
Tints of Mauve #E3C2F7
RGB
CMYK
RGB Variations
Color information
#E3C2F7 (or 0xE3C2F7) is known color: Mauve. HEX triplet: E3, C2 and F7. RGB value is (227,194,247). Sum of RGB (Red+Green+Blue) = 227+194+247=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #E3C2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3C2F7 is #1C3D08. Grayscale: #D1D1D1. Windows color (decimal): -1850633 or 16237283. OLE color: 16237283.
HSL color Cylindrical-coordinate representation of color #E3C2F7: hue angle of 277.36º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E3C2F7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 227 | 194 | 247 | - |
CMYK | 0.08 | 0.21 | 0 | 0.03 |
HSL | 277.36º | 0.77% | 0.86% | - |
HSV(B) | 277.36º | 0.21% | 0.97% | - |
XYZ | 67.76 | 61.63 | 96.32 | - |
YUV | 209.91 | 148.93 | 140.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 194 | 247 | 0.08 | 0.21 | 0 | 0.03 | 277.36 | 0.77 | 0.86 |
Hex | E3 | C2 | F7 | 8 | 15 | 0 | 3 | 115 | 4D | 56 |
Octal | 343 | 302 | 367 | 10 | 25 | 0 | 3 | 425 | 115 | 126 |
Binary | 11100011 | 11000010 | 11110111 | 1000 | 10101 | 0 | 11 | 100010101 | 1001101 | 1010110 |
Color Harmonies of #E3C2F7
Complementary color
Monochromatic Colors of #E3C2F7
Black with #E3C2F7
Text Example
Text Example
White with #E3C2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C2F7; }
p { color: rgb(227,194,247); }
H1.HeaderClassName
{
color: #E3C2F7;
}
.AnyTagClassName
{
color: #E3C2F7;
}
</style>
background-color css
<style>
a { background-color: #E3C2F7; }
a { background-color: rgb(227,194,247); }
div.DivClassName
{
background-color: #E3C2F7;
}
.BgClassName
{
background-color: #E3C2F7;
}
</style>
border-color css
<style>
span { border-color: #E3C2F7; }
span { border-color: rgb(227,194,247); }
td.TdClassName
{
border-color: #E3C2F7;
}
.TagClassName
{
border-color: #E3C2F7;
}
</style>