Shades of Mauve #E6C0F9
Tints of Mauve #E6C0F9
RGB
CMYK
RGB Variations
Color information
#E6C0F9 (or 0xE6C0F9) is known color: Mauve. HEX triplet: E6, C0 and F9. RGB value is (230,192,249). Sum of RGB (Red+Green+Blue) = 230+192+249=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6C0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C0F9 is #193F06. Grayscale: #D1D1D1. Windows color (decimal): -1654535 or 16367846. OLE color: 16367846.
HSL color Cylindrical-coordinate representation of color #E6C0F9: hue angle of 280º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6C0F9 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 192 | 249 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.02 |
| HSL | 280º | 0.83% | 0.86% | - |
| HSV(B) | 280º | 0.23% | 0.98% | - |
| XYZ | 68.58 | 61.36 | 97.85 | - |
| YUV | 209.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 249 | 0.08 | 0.23 | 0 | 0.02 | 280 | 0.83 | 0.86 |
| Hex | E6 | C0 | F9 | 8 | 17 | 0 | 2 | 118 | 53 | 56 |
| Octal | 346 | 300 | 371 | 10 | 27 | 0 | 2 | 430 | 123 | 126 |
| Binary | 11100110 | 11000000 | 11111001 | 1000 | 10111 | 0 | 10 | 100011000 | 1010011 | 1010110 |
Color Harmonies of #E6C0F9
Complementary color
Monochromatic Colors of #E6C0F9
Black with #E6C0F9
Text Example
Text Example
White with #E6C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C0F9; }
p { color: rgb(230,192,249); }
H1.HeaderClassName
{
color: #E6C0F9;
}
.AnyTagClassName
{
color: #E6C0F9;
}
</style>
background-color css
<style>
a { background-color: #E6C0F9; }
a { background-color: rgb(230,192,249); }
div.DivClassName
{
background-color: #E6C0F9;
}
.BgClassName
{
background-color: #E6C0F9;
}
</style>
border-color css
<style>
span { border-color: #E6C0F9; }
span { border-color: rgb(230,192,249); }
td.TdClassName
{
border-color: #E6C0F9;
}
.TagClassName
{
border-color: #E6C0F9;
}
</style>