Shades of Mauve #E9C0F9
Tints of Mauve #E9C0F9
RGB
CMYK
RGB Variations
Color information
#E9C0F9 (or 0xE9C0F9) is known color: Mauve. HEX triplet: E9, C0 and F9. RGB value is (233,192,249). Sum of RGB (Red+Green+Blue) = 233+192+249=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9C0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C0F9 is #163F06. Grayscale: #D2D2D2. Windows color (decimal): -1457927 or 16367849. OLE color: 16367849.
HSL color Cylindrical-coordinate representation of color #E9C0F9: hue angle of 283.16º 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 #E9C0F9 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 192 | 249 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.02 |
| HSL | 283.16º | 0.83% | 0.86% | - |
| HSV(B) | 283.16º | 0.23% | 0.98% | - |
| XYZ | 69.55 | 61.86 | 97.9 | - |
| YUV | 210.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 249 | 0.06 | 0.23 | 0 | 0.02 | 283.16 | 0.83 | 0.86 |
| Hex | E9 | C0 | F9 | 6 | 17 | 0 | 2 | 11B | 53 | 56 |
| Octal | 351 | 300 | 371 | 6 | 27 | 0 | 2 | 433 | 123 | 126 |
| Binary | 11101001 | 11000000 | 11111001 | 110 | 10111 | 0 | 10 | 100011011 | 1010011 | 1010110 |
Color Harmonies of #E9C0F9
Complementary color
Monochromatic Colors of #E9C0F9
Black with #E9C0F9
Text Example
Text Example
White with #E9C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0F9; }
p { color: rgb(233,192,249); }
H1.HeaderClassName
{
color: #E9C0F9;
}
.AnyTagClassName
{
color: #E9C0F9;
}
</style>
background-color css
<style>
a { background-color: #E9C0F9; }
a { background-color: rgb(233,192,249); }
div.DivClassName
{
background-color: #E9C0F9;
}
.BgClassName
{
background-color: #E9C0F9;
}
</style>
border-color css
<style>
span { border-color: #E9C0F9; }
span { border-color: rgb(233,192,249); }
td.TdClassName
{
border-color: #E9C0F9;
}
.TagClassName
{
border-color: #E9C0F9;
}
</style>