Shades of Mauve #E9C2F7
Tints of Mauve #E9C2F7
RGB
CMYK
RGB Variations
Color information
#E9C2F7 (or 0xE9C2F7) is known color: Mauve. HEX triplet: E9, C2 and F7. RGB value is (233,194,247). Sum of RGB (Red+Green+Blue) = 233+194+247=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 194 (76.17% from 255 or 28.78% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #E9C2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C2F7 is #163D08. Grayscale: #D3D3D3. Windows color (decimal): -1457417 or 16237289. OLE color: 16237289.
HSL color Cylindrical-coordinate representation of color #E9C2F7: hue angle of 284.15º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9C2F7 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 194 | 247 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.03 |
| HSL | 284.15º | 0.77% | 0.86% | - |
| HSV(B) | 284.15º | 0.21% | 0.97% | - |
| XYZ | 69.68 | 62.62 | 96.41 | - |
| YUV | 211.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 194 | 247 | 0.06 | 0.21 | 0 | 0.03 | 284.15 | 0.77 | 0.86 |
| Hex | E9 | C2 | F7 | 6 | 15 | 0 | 3 | 11C | 4D | 56 |
| Octal | 351 | 302 | 367 | 6 | 25 | 0 | 3 | 434 | 115 | 126 |
| Binary | 11101001 | 11000010 | 11110111 | 110 | 10101 | 0 | 11 | 100011100 | 1001101 | 1010110 |
Color Harmonies of #E9C2F7
Complementary color
Monochromatic Colors of #E9C2F7
Black with #E9C2F7
Text Example
Text Example
White with #E9C2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C2F7; }
p { color: rgb(233,194,247); }
H1.HeaderClassName
{
color: #E9C2F7;
}
.AnyTagClassName
{
color: #E9C2F7;
}
</style>
background-color css
<style>
a { background-color: #E9C2F7; }
a { background-color: rgb(233,194,247); }
div.DivClassName
{
background-color: #E9C2F7;
}
.BgClassName
{
background-color: #E9C2F7;
}
</style>
border-color css
<style>
span { border-color: #E9C2F7; }
span { border-color: rgb(233,194,247); }
td.TdClassName
{
border-color: #E9C2F7;
}
.TagClassName
{
border-color: #E9C2F7;
}
</style>