Shades of Mauve #EC9DFC
Tints of Mauve #EC9DFC
RGB
CMYK
RGB Variations
Color information
#EC9DFC (or 0xEC9DFC) is known color: Mauve. HEX triplet: EC, 9D and FC. RGB value is (236,157,252). Sum of RGB (Red+Green+Blue) = 236+157+252=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 157 (61.72% from 255 or 24.34% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC9DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DFC is #136203. Grayscale: #BFBFBF. Windows color (decimal): -1270276 or 16555500. OLE color: 16555500.
HSL color Cylindrical-coordinate representation of color #EC9DFC: hue angle of 289.89º 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 #EC9DFC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 157 | 252 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.01 |
| HSL | 289.89º | 0.94% | 0.8% | - |
| HSV(B) | 289.89º | 0.38% | 0.99% | - |
| XYZ | 64.22 | 48.98 | 98.16 | - |
| YUV | 191.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 252 | 0.06 | 0.38 | 0 | 0.01 | 289.89 | 0.94 | 0.8 |
| Hex | EC | 9D | FC | 6 | 26 | 0 | 1 | 122 | 5E | 50 |
| Octal | 354 | 235 | 374 | 6 | 46 | 0 | 1 | 442 | 136 | 120 |
| Binary | 11101100 | 10011101 | 11111100 | 110 | 100110 | 0 | 1 | 100100010 | 1011110 | 1010000 |
Color Harmonies of #EC9DFC
Complementary color
Monochromatic Colors of #EC9DFC
Black with #EC9DFC
Text Example
Text Example
White with #EC9DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DFC; }
p { color: rgb(236,157,252); }
H1.HeaderClassName
{
color: #EC9DFC;
}
.AnyTagClassName
{
color: #EC9DFC;
}
</style>
background-color css
<style>
a { background-color: #EC9DFC; }
a { background-color: rgb(236,157,252); }
div.DivClassName
{
background-color: #EC9DFC;
}
.BgClassName
{
background-color: #EC9DFC;
}
</style>
border-color css
<style>
span { border-color: #EC9DFC; }
span { border-color: rgb(236,157,252); }
td.TdClassName
{
border-color: #EC9DFC;
}
.TagClassName
{
border-color: #EC9DFC;
}
</style>