Shades of Mauve #EE9DFC
Tints of Mauve #EE9DFC
RGB
CMYK
RGB Variations
Color information
#EE9DFC (or 0xEE9DFC) is known color: Mauve. HEX triplet: EE, 9D and FC. RGB value is (238,157,252). Sum of RGB (Red+Green+Blue) = 238+157+252=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE9DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DFC is #116203. Grayscale: #BFBFBF. Windows color (decimal): -1139204 or 16555502. OLE color: 16555502.
HSL color Cylindrical-coordinate representation of color #EE9DFC: hue angle of 291.16º 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 #EE9DFC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 157 | 252 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.01 |
| HSL | 291.16º | 0.94% | 0.8% | - |
| HSV(B) | 291.16º | 0.38% | 0.99% | - |
| XYZ | 64.89 | 49.32 | 98.2 | - |
| YUV | 192.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 252 | 0.06 | 0.38 | 0 | 0.01 | 291.16 | 0.94 | 0.8 |
| Hex | EE | 9D | FC | 6 | 26 | 0 | 1 | 123 | 5E | 50 |
| Octal | 356 | 235 | 374 | 6 | 46 | 0 | 1 | 443 | 136 | 120 |
| Binary | 11101110 | 10011101 | 11111100 | 110 | 100110 | 0 | 1 | 100100011 | 1011110 | 1010000 |
Color Harmonies of #EE9DFC
Complementary color
Monochromatic Colors of #EE9DFC
Black with #EE9DFC
Text Example
Text Example
White with #EE9DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DFC; }
p { color: rgb(238,157,252); }
H1.HeaderClassName
{
color: #EE9DFC;
}
.AnyTagClassName
{
color: #EE9DFC;
}
</style>
background-color css
<style>
a { background-color: #EE9DFC; }
a { background-color: rgb(238,157,252); }
div.DivClassName
{
background-color: #EE9DFC;
}
.BgClassName
{
background-color: #EE9DFC;
}
</style>
border-color css
<style>
span { border-color: #EE9DFC; }
span { border-color: rgb(238,157,252); }
td.TdClassName
{
border-color: #EE9DFC;
}
.TagClassName
{
border-color: #EE9DFC;
}
</style>