Shades of Mauve #E0C1FE
Tints of Mauve #E0C1FE
RGB
CMYK
RGB Variations
Color information
#E0C1FE (or 0xE0C1FE) is known color: Mauve. HEX triplet: E0, C1 and FE. RGB value is (224,193,254). Sum of RGB (Red+Green+Blue) = 224+193+254=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 193 (75.78% from 255 or 28.76% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0C1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C1FE is #1F3E01. Grayscale: #D1D1D1. Windows color (decimal): -2047490 or 16695776. OLE color: 16695776.
HSL color Cylindrical-coordinate representation of color #E0C1FE: hue angle of 270.49º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0C1FE is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 193 | 254 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.00 |
| HSL | 270.49º | 0.97% | 0.88% | - |
| HSV(B) | 270.49º | 0.24% | 1% | - |
| XYZ | 67.7 | 61.14 | 102 | - |
| YUV | 209.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 254 | 0.12 | 0.24 | 0 | 0.00 | 270.49 | 0.97 | 0.88 |
| Hex | E0 | C1 | FE | C | 18 | 0 | 0 | 10E | 61 | 58 |
| Octal | 340 | 301 | 376 | 14 | 30 | 0 | 0 | 416 | 141 | 130 |
| Binary | 11100000 | 11000001 | 11111110 | 1100 | 11000 | 0 | 0 | 100001110 | 1100001 | 1011000 |
Color Harmonies of #E0C1FE
Complementary color
Monochromatic Colors of #E0C1FE
Black with #E0C1FE
Text Example
Text Example
White with #E0C1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C1FE; }
p { color: rgb(224,193,254); }
H1.HeaderClassName
{
color: #E0C1FE;
}
.AnyTagClassName
{
color: #E0C1FE;
}
</style>
background-color css
<style>
a { background-color: #E0C1FE; }
a { background-color: rgb(224,193,254); }
div.DivClassName
{
background-color: #E0C1FE;
}
.BgClassName
{
background-color: #E0C1FE;
}
</style>
border-color css
<style>
span { border-color: #E0C1FE; }
span { border-color: rgb(224,193,254); }
td.TdClassName
{
border-color: #E0C1FE;
}
.TagClassName
{
border-color: #E0C1FE;
}
</style>