Shades of Mauve #ECACF6
Tints of Mauve #ECACF6
RGB
CMYK
RGB Variations
Color information
#ECACF6 (or 0xECACF6) is known color: Mauve. HEX triplet: EC, AC and F6. RGB value is (236,172,246). Sum of RGB (Red+Green+Blue) = 236+172+246=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECACF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF6 is #135309. Grayscale: #C7C7C7. Windows color (decimal): -1266442 or 16166124. OLE color: 16166124.
HSL color Cylindrical-coordinate representation of color #ECACF6: hue angle of 291.89º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECACF6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 172 | 246 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.04 |
| HSL | 291.89º | 0.8% | 0.82% | - |
| HSV(B) | 291.89º | 0.3% | 0.96% | - |
| XYZ | 65.98 | 53.99 | 94.13 | - |
| YUV | 199.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 246 | 0.04 | 0.30 | 0 | 0.04 | 291.89 | 0.8 | 0.82 |
| Hex | EC | AC | F6 | 4 | 1E | 0 | 4 | 124 | 50 | 52 |
| Octal | 354 | 254 | 366 | 4 | 36 | 0 | 4 | 444 | 120 | 122 |
| Binary | 11101100 | 10101100 | 11110110 | 100 | 11110 | 0 | 100 | 100100100 | 1010000 | 1010010 |
Color Harmonies of #ECACF6
Complementary color
Monochromatic Colors of #ECACF6
Black with #ECACF6
Text Example
Text Example
White with #ECACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACF6; }
p { color: rgb(236,172,246); }
H1.HeaderClassName
{
color: #ECACF6;
}
.AnyTagClassName
{
color: #ECACF6;
}
</style>
background-color css
<style>
a { background-color: #ECACF6; }
a { background-color: rgb(236,172,246); }
div.DivClassName
{
background-color: #ECACF6;
}
.BgClassName
{
background-color: #ECACF6;
}
</style>
border-color css
<style>
span { border-color: #ECACF6; }
span { border-color: rgb(236,172,246); }
td.TdClassName
{
border-color: #ECACF6;
}
.TagClassName
{
border-color: #ECACF6;
}
</style>