Shades of Mauve #EC9DFE
Tints of Mauve #EC9DFE
RGB
CMYK
RGB Variations
Color information
#EC9DFE (or 0xEC9DFE) is known color: Mauve. HEX triplet: EC, 9D and FE. RGB value is (236,157,254). Sum of RGB (Red+Green+Blue) = 236+157+254=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC9DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DFE is #136201. Grayscale: #BFBFBF. Windows color (decimal): -1270274 or 16686572. OLE color: 16686572.
HSL color Cylindrical-coordinate representation of color #EC9DFE: hue angle of 288.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9DFE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 157 | 254 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.00 |
| HSL | 288.87º | 0.98% | 0.81% | - |
| HSV(B) | 288.87º | 0.38% | 1% | - |
| XYZ | 64.54 | 49.1 | 99.84 | - |
| YUV | 191.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 254 | 0.07 | 0.38 | 0 | 0.00 | 288.87 | 0.98 | 0.81 |
| Hex | EC | 9D | FE | 7 | 26 | 0 | 0 | 121 | 62 | 51 |
| Octal | 354 | 235 | 376 | 7 | 46 | 0 | 0 | 441 | 142 | 121 |
| Binary | 11101100 | 10011101 | 11111110 | 111 | 100110 | 0 | 0 | 100100001 | 1100010 | 1010001 |
Color Harmonies of #EC9DFE
Complementary color
Monochromatic Colors of #EC9DFE
Black with #EC9DFE
Text Example
Text Example
White with #EC9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DFE; }
p { color: rgb(236,157,254); }
H1.HeaderClassName
{
color: #EC9DFE;
}
.AnyTagClassName
{
color: #EC9DFE;
}
</style>
background-color css
<style>
a { background-color: #EC9DFE; }
a { background-color: rgb(236,157,254); }
div.DivClassName
{
background-color: #EC9DFE;
}
.BgClassName
{
background-color: #EC9DFE;
}
</style>
border-color css
<style>
span { border-color: #EC9DFE; }
span { border-color: rgb(236,157,254); }
td.TdClassName
{
border-color: #EC9DFE;
}
.TagClassName
{
border-color: #EC9DFE;
}
</style>