Shades of Mauve #EC9EFE
Tints of Mauve #EC9EFE
RGB
CMYK
RGB Variations
Color information
#EC9EFE (or 0xEC9EFE) is known color: Mauve. HEX triplet: EC, 9E and FE. RGB value is (236,158,254). Sum of RGB (Red+Green+Blue) = 236+158+254=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 158 (62.11% from 255 or 24.38% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EFE is #136101. Grayscale: #BFBFBF. Windows color (decimal): -1270018 or 16686828. OLE color: 16686828.
HSL color Cylindrical-coordinate representation of color #EC9EFE: hue angle of 288.75º 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 #EC9EFE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 158 | 254 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.00 |
| HSL | 288.75º | 0.98% | 0.81% | - |
| HSV(B) | 288.75º | 0.38% | 1% | - |
| XYZ | 64.71 | 49.44 | 99.9 | - |
| YUV | 192.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 254 | 0.07 | 0.38 | 0 | 0.00 | 288.75 | 0.98 | 0.81 |
| Hex | EC | 9E | FE | 7 | 26 | 0 | 0 | 121 | 62 | 51 |
| Octal | 354 | 236 | 376 | 7 | 46 | 0 | 0 | 441 | 142 | 121 |
| Binary | 11101100 | 10011110 | 11111110 | 111 | 100110 | 0 | 0 | 100100001 | 1100010 | 1010001 |
Color Harmonies of #EC9EFE
Complementary color
Monochromatic Colors of #EC9EFE
Black with #EC9EFE
Text Example
Text Example
White with #EC9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EFE; }
p { color: rgb(236,158,254); }
H1.HeaderClassName
{
color: #EC9EFE;
}
.AnyTagClassName
{
color: #EC9EFE;
}
</style>
background-color css
<style>
a { background-color: #EC9EFE; }
a { background-color: rgb(236,158,254); }
div.DivClassName
{
background-color: #EC9EFE;
}
.BgClassName
{
background-color: #EC9EFE;
}
</style>
border-color css
<style>
span { border-color: #EC9EFE; }
span { border-color: rgb(236,158,254); }
td.TdClassName
{
border-color: #EC9EFE;
}
.TagClassName
{
border-color: #EC9EFE;
}
</style>