Shades of Mauve #EC9FFE
Tints of Mauve #EC9FFE
RGB
CMYK
RGB Variations
Color information
#EC9FFE (or 0xEC9FFE) is known color: Mauve. HEX triplet: EC, 9F and FE. RGB value is (236,159,254). Sum of RGB (Red+Green+Blue) = 236+159+254=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC9FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FFE is #136001. Grayscale: #C0C0C0. Windows color (decimal): -1269762 or 16687084. OLE color: 16687084.
HSL color Cylindrical-coordinate representation of color #EC9FFE: hue angle of 288.63º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9FFE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 159 | 254 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.00 |
| HSL | 288.63º | 0.98% | 0.81% | - |
| HSV(B) | 288.63º | 0.37% | 1% | - |
| XYZ | 64.88 | 49.78 | 99.96 | - |
| YUV | 192.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 254 | 0.07 | 0.37 | 0 | 0.00 | 288.63 | 0.98 | 0.81 |
| Hex | EC | 9F | FE | 7 | 25 | 0 | 0 | 121 | 62 | 51 |
| Octal | 354 | 237 | 376 | 7 | 45 | 0 | 0 | 441 | 142 | 121 |
| Binary | 11101100 | 10011111 | 11111110 | 111 | 100101 | 0 | 0 | 100100001 | 1100010 | 1010001 |
Color Harmonies of #EC9FFE
Complementary color
Monochromatic Colors of #EC9FFE
Black with #EC9FFE
Text Example
Text Example
White with #EC9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FFE; }
p { color: rgb(236,159,254); }
H1.HeaderClassName
{
color: #EC9FFE;
}
.AnyTagClassName
{
color: #EC9FFE;
}
</style>
background-color css
<style>
a { background-color: #EC9FFE; }
a { background-color: rgb(236,159,254); }
div.DivClassName
{
background-color: #EC9FFE;
}
.BgClassName
{
background-color: #EC9FFE;
}
</style>
border-color css
<style>
span { border-color: #EC9FFE; }
span { border-color: rgb(236,159,254); }
td.TdClassName
{
border-color: #EC9FFE;
}
.TagClassName
{
border-color: #EC9FFE;
}
</style>