Shades of Mauve #EC9AFF
Tints of Mauve #EC9AFF
RGB
CMYK
RGB Variations
Color information
#EC9AFF (or 0xEC9AFF) is known color: Mauve. HEX triplet: EC, 9A and FF. RGB value is (236,154,255). Sum of RGB (Red+Green+Blue) = 236+154+255=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 154 (60.55% from 255 or 23.88% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AFF is #136500. Grayscale: #BDBDBD. Windows color (decimal): -1271041 or 16751340. OLE color: 16751340.
HSL color Cylindrical-coordinate representation of color #EC9AFF: hue angle of 288.71º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC9AFF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 154 | 255 | - |
| CMYK | 0.07 | 0.40 | 0 | 0 |
| HSL | 288.71º | 1% | 0.8% | - |
| HSV(B) | 288.71º | 0.4% | 1% | - |
| XYZ | 64.2 | 48.16 | 100.52 | - |
| YUV | 190.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 255 | 0.07 | 0.40 | 0 | 0 | 288.71 | 1 | 0.8 |
| Hex | EC | 9A | FF | 7 | 28 | 0 | 0 | 121 | 64 | 50 |
| Octal | 354 | 232 | 377 | 7 | 50 | 0 | 0 | 441 | 144 | 120 |
| Binary | 11101100 | 10011010 | 11111111 | 111 | 101000 | 0 | 0 | 100100001 | 1100100 | 1010000 |
Color Harmonies of #EC9AFF
Complementary color
Monochromatic Colors of #EC9AFF
Black with #EC9AFF
Text Example
Text Example
White with #EC9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AFF; }
p { color: rgb(236,154,255); }
H1.HeaderClassName
{
color: #EC9AFF;
}
.AnyTagClassName
{
color: #EC9AFF;
}
</style>
background-color css
<style>
a { background-color: #EC9AFF; }
a { background-color: rgb(236,154,255); }
div.DivClassName
{
background-color: #EC9AFF;
}
.BgClassName
{
background-color: #EC9AFF;
}
</style>
border-color css
<style>
span { border-color: #EC9AFF; }
span { border-color: rgb(236,154,255); }
td.TdClassName
{
border-color: #EC9AFF;
}
.TagClassName
{
border-color: #EC9AFF;
}
</style>