Shades of Mauve #E99DFC
Tints of Mauve #E99DFC
RGB
CMYK
RGB Variations
Color information
#E99DFC (or 0xE99DFC) is known color: Mauve. HEX triplet: E9, 9D and FC. RGB value is (233,157,252). Sum of RGB (Red+Green+Blue) = 233+157+252=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 157 (61.72% from 255 or 24.45% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #E99DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99DFC is #166203. Grayscale: #BEBEBE. Windows color (decimal): -1466884 or 16555497. OLE color: 16555497.
HSL color Cylindrical-coordinate representation of color #E99DFC: hue angle of 288º 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 #E99DFC is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 157 | 252 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.01 |
| HSL | 288º | 0.94% | 0.8% | - |
| HSV(B) | 288º | 0.38% | 0.99% | - |
| XYZ | 63.23 | 48.47 | 98.12 | - |
| YUV | 190.55 | 162.68 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 252 | 0.08 | 0.38 | 0 | 0.01 | 288 | 0.94 | 0.8 |
| Hex | E9 | 9D | FC | 8 | 26 | 0 | 1 | 120 | 5E | 50 |
| Octal | 351 | 235 | 374 | 10 | 46 | 0 | 1 | 440 | 136 | 120 |
| Binary | 11101001 | 10011101 | 11111100 | 1000 | 100110 | 0 | 1 | 100100000 | 1011110 | 1010000 |
Color Harmonies of #E99DFC
Complementary color
Monochromatic Colors of #E99DFC
Black with #E99DFC
Text Example
Text Example
White with #E99DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DFC; }
p { color: rgb(233,157,252); }
H1.HeaderClassName
{
color: #E99DFC;
}
.AnyTagClassName
{
color: #E99DFC;
}
</style>
background-color css
<style>
a { background-color: #E99DFC; }
a { background-color: rgb(233,157,252); }
div.DivClassName
{
background-color: #E99DFC;
}
.BgClassName
{
background-color: #E99DFC;
}
</style>
border-color css
<style>
span { border-color: #E99DFC; }
span { border-color: rgb(233,157,252); }
td.TdClassName
{
border-color: #E99DFC;
}
.TagClassName
{
border-color: #E99DFC;
}
</style>