Shades of Mauve #EC9EFA
Tints of Mauve #EC9EFA
RGB
CMYK
RGB Variations
Color information
#EC9EFA (or 0xEC9EFA) is known color: Mauve. HEX triplet: EC, 9E and FA. RGB value is (236,158,250). Sum of RGB (Red+Green+Blue) = 236+158+250=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EFA is #136105. Grayscale: #BFBFBF. Windows color (decimal): -1270022 or 16424684. OLE color: 16424684.
HSL color Cylindrical-coordinate representation of color #EC9EFA: hue angle of 290.87º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9EFA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 158 | 250 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.02 |
| HSL | 290.87º | 0.9% | 0.8% | - |
| HSV(B) | 290.87º | 0.37% | 0.98% | - |
| XYZ | 64.07 | 49.19 | 96.56 | - |
| YUV | 191.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 250 | 0.06 | 0.37 | 0 | 0.02 | 290.87 | 0.9 | 0.8 |
| Hex | EC | 9E | FA | 6 | 25 | 0 | 2 | 123 | 5A | 50 |
| Octal | 354 | 236 | 372 | 6 | 45 | 0 | 2 | 443 | 132 | 120 |
| Binary | 11101100 | 10011110 | 11111010 | 110 | 100101 | 0 | 10 | 100100011 | 1011010 | 1010000 |
Color Harmonies of #EC9EFA
Complementary color
Monochromatic Colors of #EC9EFA
Black with #EC9EFA
Text Example
Text Example
White with #EC9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EFA; }
p { color: rgb(236,158,250); }
H1.HeaderClassName
{
color: #EC9EFA;
}
.AnyTagClassName
{
color: #EC9EFA;
}
</style>
background-color css
<style>
a { background-color: #EC9EFA; }
a { background-color: rgb(236,158,250); }
div.DivClassName
{
background-color: #EC9EFA;
}
.BgClassName
{
background-color: #EC9EFA;
}
</style>
border-color css
<style>
span { border-color: #EC9EFA; }
span { border-color: rgb(236,158,250); }
td.TdClassName
{
border-color: #EC9EFA;
}
.TagClassName
{
border-color: #EC9EFA;
}
</style>