Shades of Mauve #EC9EFC
Tints of Mauve #EC9EFC
RGB
CMYK
RGB Variations
Color information
#EC9EFC (or 0xEC9EFC) is known color: Mauve. HEX triplet: EC, 9E and FC. RGB value is (236,158,252). Sum of RGB (Red+Green+Blue) = 236+158+252=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 158 (62.11% from 255 or 24.46% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC9EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EFC is #136103. Grayscale: #BFBFBF. Windows color (decimal): -1270020 or 16555756. OLE color: 16555756.
HSL color Cylindrical-coordinate representation of color #EC9EFC: hue angle of 289.79º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9EFC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 158 | 252 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 289.79º | 0.94% | 0.8% | - |
| HSV(B) | 289.79º | 0.37% | 0.99% | - |
| XYZ | 64.39 | 49.31 | 98.22 | - |
| YUV | 192.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 252 | 0.06 | 0.37 | 0 | 0.01 | 289.79 | 0.94 | 0.8 |
| Hex | EC | 9E | FC | 6 | 25 | 0 | 1 | 122 | 5E | 50 |
| Octal | 354 | 236 | 374 | 6 | 45 | 0 | 1 | 442 | 136 | 120 |
| Binary | 11101100 | 10011110 | 11111100 | 110 | 100101 | 0 | 1 | 100100010 | 1011110 | 1010000 |
Color Harmonies of #EC9EFC
Complementary color
Monochromatic Colors of #EC9EFC
Black with #EC9EFC
Text Example
Text Example
White with #EC9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EFC; }
p { color: rgb(236,158,252); }
H1.HeaderClassName
{
color: #EC9EFC;
}
.AnyTagClassName
{
color: #EC9EFC;
}
</style>
background-color css
<style>
a { background-color: #EC9EFC; }
a { background-color: rgb(236,158,252); }
div.DivClassName
{
background-color: #EC9EFC;
}
.BgClassName
{
background-color: #EC9EFC;
}
</style>
border-color css
<style>
span { border-color: #EC9EFC; }
span { border-color: rgb(236,158,252); }
td.TdClassName
{
border-color: #EC9EFC;
}
.TagClassName
{
border-color: #EC9EFC;
}
</style>