Shades of Mauve #E9C0F7
Tints of Mauve #E9C0F7
RGB
CMYK
RGB Variations
Color information
#E9C0F7 (or 0xE9C0F7) is known color: Mauve. HEX triplet: E9, C0 and F7. RGB value is (233,192,247). Sum of RGB (Red+Green+Blue) = 233+192+247=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #E9C0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C0F7 is #163F08. Grayscale: #D2D2D2. Windows color (decimal): -1457929 or 16236777. OLE color: 16236777.
HSL color Cylindrical-coordinate representation of color #E9C0F7: hue angle of 284.73º 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 #E9C0F7 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 192 | 247 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.03 |
| HSL | 284.73º | 0.77% | 0.86% | - |
| HSV(B) | 284.73º | 0.22% | 0.97% | - |
| XYZ | 69.24 | 61.74 | 96.26 | - |
| YUV | 210.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 247 | 0.06 | 0.22 | 0 | 0.03 | 284.73 | 0.77 | 0.86 |
| Hex | E9 | C0 | F7 | 6 | 16 | 0 | 3 | 11D | 4D | 56 |
| Octal | 351 | 300 | 367 | 6 | 26 | 0 | 3 | 435 | 115 | 126 |
| Binary | 11101001 | 11000000 | 11110111 | 110 | 10110 | 0 | 11 | 100011101 | 1001101 | 1010110 |
Color Harmonies of #E9C0F7
Complementary color
Monochromatic Colors of #E9C0F7
Black with #E9C0F7
Text Example
Text Example
White with #E9C0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C0F7; }
p { color: rgb(233,192,247); }
H1.HeaderClassName
{
color: #E9C0F7;
}
.AnyTagClassName
{
color: #E9C0F7;
}
</style>
background-color css
<style>
a { background-color: #E9C0F7; }
a { background-color: rgb(233,192,247); }
div.DivClassName
{
background-color: #E9C0F7;
}
.BgClassName
{
background-color: #E9C0F7;
}
</style>
border-color css
<style>
span { border-color: #E9C0F7; }
span { border-color: rgb(233,192,247); }
td.TdClassName
{
border-color: #E9C0F7;
}
.TagClassName
{
border-color: #E9C0F7;
}
</style>