Shades of Mauve #EC9FFC
Tints of Mauve #EC9FFC
RGB
CMYK
RGB Variations
Color information
#EC9FFC (or 0xEC9FFC) is known color: Mauve. HEX triplet: EC, 9F and FC. RGB value is (236,159,252). Sum of RGB (Red+Green+Blue) = 236+159+252=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 159 (62.5% from 255 or 24.57% 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 #EC9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FFC is #136003. Grayscale: #C0C0C0. Windows color (decimal): -1269764 or 16556012. OLE color: 16556012.
HSL color Cylindrical-coordinate representation of color #EC9FFC: hue angle of 289.68º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9FFC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 159 | 252 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.01 |
| HSL | 289.68º | 0.94% | 0.81% | - |
| HSV(B) | 289.68º | 0.37% | 0.99% | - |
| XYZ | 64.56 | 49.66 | 98.28 | - |
| YUV | 192.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 252 | 0.06 | 0.37 | 0 | 0.01 | 289.68 | 0.94 | 0.81 |
| Hex | EC | 9F | FC | 6 | 25 | 0 | 1 | 122 | 5E | 51 |
| Octal | 354 | 237 | 374 | 6 | 45 | 0 | 1 | 442 | 136 | 121 |
| Binary | 11101100 | 10011111 | 11111100 | 110 | 100101 | 0 | 1 | 100100010 | 1011110 | 1010001 |
Color Harmonies of #EC9FFC
Complementary color
Monochromatic Colors of #EC9FFC
Black with #EC9FFC
Text Example
Text Example
White with #EC9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FFC; }
p { color: rgb(236,159,252); }
H1.HeaderClassName
{
color: #EC9FFC;
}
.AnyTagClassName
{
color: #EC9FFC;
}
</style>
background-color css
<style>
a { background-color: #EC9FFC; }
a { background-color: rgb(236,159,252); }
div.DivClassName
{
background-color: #EC9FFC;
}
.BgClassName
{
background-color: #EC9FFC;
}
</style>
border-color css
<style>
span { border-color: #EC9FFC; }
span { border-color: rgb(236,159,252); }
td.TdClassName
{
border-color: #EC9FFC;
}
.TagClassName
{
border-color: #EC9FFC;
}
</style>