Shades of Mauve #EC9FFD
Tints of Mauve #EC9FFD
RGB
CMYK
RGB Variations
Color information
#EC9FFD (or 0xEC9FFD) is known color: Mauve. HEX triplet: EC, 9F and FD. RGB value is (236,159,253). Sum of RGB (Red+Green+Blue) = 236+159+253=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC9FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FFD is #136002. Grayscale: #C0C0C0. Windows color (decimal): -1269763 or 16621548. OLE color: 16621548.
HSL color Cylindrical-coordinate representation of color #EC9FFD: hue angle of 289.15º degrees, saturation: 0.96, 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 #EC9FFD is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 159 | 253 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.01 |
| HSL | 289.15º | 0.96% | 0.81% | - |
| HSV(B) | 289.15º | 0.37% | 0.99% | - |
| XYZ | 64.72 | 49.72 | 99.11 | - |
| YUV | 192.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 253 | 0.07 | 0.37 | 0 | 0.01 | 289.15 | 0.96 | 0.81 |
| Hex | EC | 9F | FD | 7 | 25 | 0 | 1 | 121 | 60 | 51 |
| Octal | 354 | 237 | 375 | 7 | 45 | 0 | 1 | 441 | 140 | 121 |
| Binary | 11101100 | 10011111 | 11111101 | 111 | 100101 | 0 | 1 | 100100001 | 1100000 | 1010001 |
Color Harmonies of #EC9FFD
Complementary color
Monochromatic Colors of #EC9FFD
Black with #EC9FFD
Text Example
Text Example
White with #EC9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FFD; }
p { color: rgb(236,159,253); }
H1.HeaderClassName
{
color: #EC9FFD;
}
.AnyTagClassName
{
color: #EC9FFD;
}
</style>
background-color css
<style>
a { background-color: #EC9FFD; }
a { background-color: rgb(236,159,253); }
div.DivClassName
{
background-color: #EC9FFD;
}
.BgClassName
{
background-color: #EC9FFD;
}
</style>
border-color css
<style>
span { border-color: #EC9FFD; }
span { border-color: rgb(236,159,253); }
td.TdClassName
{
border-color: #EC9FFD;
}
.TagClassName
{
border-color: #EC9FFD;
}
</style>