Shades of Mauve #E0C0FF
Tints of Mauve #E0C0FF
RGB
CMYK
RGB Variations
Color information
#E0C0FF (or 0xE0C0FF) is known color: Mauve. HEX triplet: E0, C0 and FF. RGB value is (224,192,255). Sum of RGB (Red+Green+Blue) = 224+192+255=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0C0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C0FF is #1F3F00. Grayscale: #D0D0D0. Windows color (decimal): -2047745 or 16761056. OLE color: 16761056.
HSL color Cylindrical-coordinate representation of color #E0C0FF: hue angle of 270.48º 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 #E0C0FF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 192 | 255 | - |
| CMYK | 0.12 | 0.25 | 0 | 0 |
| HSL | 270.48º | 1% | 0.88% | - |
| HSV(B) | 270.48º | 0.25% | 1% | - |
| XYZ | 67.64 | 60.77 | 102.77 | - |
| YUV | 208.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 255 | 0.12 | 0.25 | 0 | 0 | 270.48 | 1 | 0.88 |
| Hex | E0 | C0 | FF | C | 19 | 0 | 0 | 10E | 64 | 58 |
| Octal | 340 | 300 | 377 | 14 | 31 | 0 | 0 | 416 | 144 | 130 |
| Binary | 11100000 | 11000000 | 11111111 | 1100 | 11001 | 0 | 0 | 100001110 | 1100100 | 1011000 |
Color Harmonies of #E0C0FF
Complementary color
Monochromatic Colors of #E0C0FF
Black with #E0C0FF
Text Example
Text Example
White with #E0C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C0FF; }
p { color: rgb(224,192,255); }
H1.HeaderClassName
{
color: #E0C0FF;
}
.AnyTagClassName
{
color: #E0C0FF;
}
</style>
background-color css
<style>
a { background-color: #E0C0FF; }
a { background-color: rgb(224,192,255); }
div.DivClassName
{
background-color: #E0C0FF;
}
.BgClassName
{
background-color: #E0C0FF;
}
</style>
border-color css
<style>
span { border-color: #E0C0FF; }
span { border-color: rgb(224,192,255); }
td.TdClassName
{
border-color: #E0C0FF;
}
.TagClassName
{
border-color: #E0C0FF;
}
</style>