Shades of Mauve #ECABF6
Tints of Mauve #ECABF6
RGB
CMYK
RGB Variations
Color information
#ECABF6 (or 0xECABF6) is known color: Mauve. HEX triplet: EC, AB and F6. RGB value is (236,171,246). Sum of RGB (Red+Green+Blue) = 236+171+246=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #ECABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABF6 is #135409. Grayscale: #C6C6C6. Windows color (decimal): -1266698 or 16165868. OLE color: 16165868.
HSL color Cylindrical-coordinate representation of color #ECABF6: hue angle of 292º degrees, saturation: 0.81, 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 #ECABF6 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 171 | 246 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.04 |
| HSL | 292º | 0.81% | 0.82% | - |
| HSV(B) | 292º | 0.3% | 0.96% | - |
| XYZ | 65.79 | 53.61 | 94.07 | - |
| YUV | 198.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 246 | 0.04 | 0.30 | 0 | 0.04 | 292 | 0.81 | 0.82 |
| Hex | EC | AB | F6 | 4 | 1E | 0 | 4 | 124 | 51 | 52 |
| Octal | 354 | 253 | 366 | 4 | 36 | 0 | 4 | 444 | 121 | 122 |
| Binary | 11101100 | 10101011 | 11110110 | 100 | 11110 | 0 | 100 | 100100100 | 1010001 | 1010010 |
Color Harmonies of #ECABF6
Complementary color
Monochromatic Colors of #ECABF6
Black with #ECABF6
Text Example
Text Example
White with #ECABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABF6; }
p { color: rgb(236,171,246); }
H1.HeaderClassName
{
color: #ECABF6;
}
.AnyTagClassName
{
color: #ECABF6;
}
</style>
background-color css
<style>
a { background-color: #ECABF6; }
a { background-color: rgb(236,171,246); }
div.DivClassName
{
background-color: #ECABF6;
}
.BgClassName
{
background-color: #ECABF6;
}
</style>
border-color css
<style>
span { border-color: #ECABF6; }
span { border-color: rgb(236,171,246); }
td.TdClassName
{
border-color: #ECABF6;
}
.TagClassName
{
border-color: #ECABF6;
}
</style>