Shades of Mauve #E0C1F7
Tints of Mauve #E0C1F7
RGB
CMYK
RGB Variations
Color information
#E0C1F7 (or 0xE0C1F7) is known color: Mauve. HEX triplet: E0, C1 and F7. RGB value is (224,193,247). Sum of RGB (Red+Green+Blue) = 224+193+247=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0C1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C1F7 is #1F3E08. Grayscale: #D0D0D0. Windows color (decimal): -2047497 or 16237024. OLE color: 16237024.
HSL color Cylindrical-coordinate representation of color #E0C1F7: hue angle of 274.44º 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 #E0C1F7 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 193 | 247 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.03 |
| HSL | 274.44º | 0.77% | 0.86% | - |
| HSV(B) | 274.44º | 0.22% | 0.97% | - |
| XYZ | 66.6 | 60.7 | 96.2 | - |
| YUV | 208.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 247 | 0.09 | 0.22 | 0 | 0.03 | 274.44 | 0.77 | 0.86 |
| Hex | E0 | C1 | F7 | 9 | 16 | 0 | 3 | 112 | 4D | 56 |
| Octal | 340 | 301 | 367 | 11 | 26 | 0 | 3 | 422 | 115 | 126 |
| Binary | 11100000 | 11000001 | 11110111 | 1001 | 10110 | 0 | 11 | 100010010 | 1001101 | 1010110 |
Color Harmonies of #E0C1F7
Complementary color
Monochromatic Colors of #E0C1F7
Black with #E0C1F7
Text Example
Text Example
White with #E0C1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C1F7; }
p { color: rgb(224,193,247); }
H1.HeaderClassName
{
color: #E0C1F7;
}
.AnyTagClassName
{
color: #E0C1F7;
}
</style>
background-color css
<style>
a { background-color: #E0C1F7; }
a { background-color: rgb(224,193,247); }
div.DivClassName
{
background-color: #E0C1F7;
}
.BgClassName
{
background-color: #E0C1F7;
}
</style>
border-color css
<style>
span { border-color: #E0C1F7; }
span { border-color: rgb(224,193,247); }
td.TdClassName
{
border-color: #E0C1F7;
}
.TagClassName
{
border-color: #E0C1F7;
}
</style>