Shades of Mauve #ECACF4
Tints of Mauve #ECACF4
RGB
CMYK
RGB Variations
Color information
#ECACF4 (or 0xECACF4) is known color: Mauve. HEX triplet: EC, AC and F4. RGB value is (236,172,244). Sum of RGB (Red+Green+Blue) = 236+172+244=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF4 is #13530B. Grayscale: #C7C7C7. Windows color (decimal): -1266444 or 16035052. OLE color: 16035052.
HSL color Cylindrical-coordinate representation of color #ECACF4: hue angle of 293.33º degrees, saturation: 0.77, 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 #ECACF4 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 172 | 244 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.04 |
| HSL | 293.33º | 0.77% | 0.82% | - |
| HSV(B) | 293.33º | 0.3% | 0.96% | - |
| XYZ | 65.67 | 53.87 | 92.52 | - |
| YUV | 199.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 244 | 0.03 | 0.30 | 0 | 0.04 | 293.33 | 0.77 | 0.82 |
| Hex | EC | AC | F4 | 3 | 1E | 0 | 4 | 125 | 4D | 52 |
| Octal | 354 | 254 | 364 | 3 | 36 | 0 | 4 | 445 | 115 | 122 |
| Binary | 11101100 | 10101100 | 11110100 | 11 | 11110 | 0 | 100 | 100100101 | 1001101 | 1010010 |
Color Harmonies of #ECACF4
Complementary color
Monochromatic Colors of #ECACF4
Black with #ECACF4
Text Example
Text Example
White with #ECACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACF4; }
p { color: rgb(236,172,244); }
H1.HeaderClassName
{
color: #ECACF4;
}
.AnyTagClassName
{
color: #ECACF4;
}
</style>
background-color css
<style>
a { background-color: #ECACF4; }
a { background-color: rgb(236,172,244); }
div.DivClassName
{
background-color: #ECACF4;
}
.BgClassName
{
background-color: #ECACF4;
}
</style>
border-color css
<style>
span { border-color: #ECACF4; }
span { border-color: rgb(236,172,244); }
td.TdClassName
{
border-color: #ECACF4;
}
.TagClassName
{
border-color: #ECACF4;
}
</style>