Shades of Mauve #EC9EFF
Tints of Mauve #EC9EFF
RGB
CMYK
RGB Variations
Color information
#EC9EFF (or 0xEC9EFF) is known color: Mauve. HEX triplet: EC, 9E and FF. RGB value is (236,158,255). Sum of RGB (Red+Green+Blue) = 236+158+255=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EFF is #136100. Grayscale: #C0C0C0. Windows color (decimal): -1270017 or 16752364. OLE color: 16752364.
HSL color Cylindrical-coordinate representation of color #EC9EFF: hue angle of 288.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC9EFF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 158 | 255 | - |
| CMYK | 0.07 | 0.38 | 0 | 0 |
| HSL | 288.25º | 1% | 0.81% | - |
| HSV(B) | 288.25º | 0.38% | 1% | - |
| XYZ | 64.87 | 49.51 | 100.74 | - |
| YUV | 192.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 255 | 0.07 | 0.38 | 0 | 0 | 288.25 | 1 | 0.81 |
| Hex | EC | 9E | FF | 7 | 26 | 0 | 0 | 120 | 64 | 51 |
| Octal | 354 | 236 | 377 | 7 | 46 | 0 | 0 | 440 | 144 | 121 |
| Binary | 11101100 | 10011110 | 11111111 | 111 | 100110 | 0 | 0 | 100100000 | 1100100 | 1010001 |
Color Harmonies of #EC9EFF
Complementary color
Monochromatic Colors of #EC9EFF
Black with #EC9EFF
Text Example
Text Example
White with #EC9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EFF; }
p { color: rgb(236,158,255); }
H1.HeaderClassName
{
color: #EC9EFF;
}
.AnyTagClassName
{
color: #EC9EFF;
}
</style>
background-color css
<style>
a { background-color: #EC9EFF; }
a { background-color: rgb(236,158,255); }
div.DivClassName
{
background-color: #EC9EFF;
}
.BgClassName
{
background-color: #EC9EFF;
}
</style>
border-color css
<style>
span { border-color: #EC9EFF; }
span { border-color: rgb(236,158,255); }
td.TdClassName
{
border-color: #EC9EFF;
}
.TagClassName
{
border-color: #EC9EFF;
}
</style>