Shades of Mauve #E99CFC
Tints of Mauve #E99CFC
RGB
CMYK
RGB Variations
Color information
#E99CFC (or 0xE99CFC) is known color: Mauve. HEX triplet: E9, 9C and FC. RGB value is (233,156,252). Sum of RGB (Red+Green+Blue) = 233+156+252=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 156 (61.33% from 255 or 24.34% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #E99CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99CFC is #166303. Grayscale: #BDBDBD. Windows color (decimal): -1467140 or 16555241. OLE color: 16555241.
HSL color Cylindrical-coordinate representation of color #E99CFC: hue angle of 288.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E99CFC is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 156 | 252 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.01 |
| HSL | 288.13º | 0.94% | 0.8% | - |
| HSV(B) | 288.13º | 0.38% | 0.99% | - |
| XYZ | 63.06 | 48.13 | 98.06 | - |
| YUV | 189.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 252 | 0.08 | 0.38 | 0 | 0.01 | 288.13 | 0.94 | 0.8 |
| Hex | E9 | 9C | FC | 8 | 26 | 0 | 1 | 120 | 5E | 50 |
| Octal | 351 | 234 | 374 | 10 | 46 | 0 | 1 | 440 | 136 | 120 |
| Binary | 11101001 | 10011100 | 11111100 | 1000 | 100110 | 0 | 1 | 100100000 | 1011110 | 1010000 |
Color Harmonies of #E99CFC
Complementary color
Monochromatic Colors of #E99CFC
Black with #E99CFC
Text Example
Text Example
White with #E99CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99CFC; }
p { color: rgb(233,156,252); }
H1.HeaderClassName
{
color: #E99CFC;
}
.AnyTagClassName
{
color: #E99CFC;
}
</style>
background-color css
<style>
a { background-color: #E99CFC; }
a { background-color: rgb(233,156,252); }
div.DivClassName
{
background-color: #E99CFC;
}
.BgClassName
{
background-color: #E99CFC;
}
</style>
border-color css
<style>
span { border-color: #E99CFC; }
span { border-color: rgb(233,156,252); }
td.TdClassName
{
border-color: #E99CFC;
}
.TagClassName
{
border-color: #E99CFC;
}
</style>