Shades of Mauve #ECACF5
Tints of Mauve #ECACF5
RGB
CMYK
RGB Variations
Color information
#ECACF5 (or 0xECACF5) is known color: Mauve. HEX triplet: EC, AC and F5. RGB value is (236,172,245). Sum of RGB (Red+Green+Blue) = 236+172+245=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF5 is #13530A. Grayscale: #C7C7C7. Windows color (decimal): -1266443 or 16100588. OLE color: 16100588.
HSL color Cylindrical-coordinate representation of color #ECACF5: hue angle of 292.6º degrees, saturation: 0.78, 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 #ECACF5 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 172 | 245 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.04 |
| HSL | 292.6º | 0.78% | 0.82% | - |
| HSV(B) | 292.6º | 0.3% | 0.96% | - |
| XYZ | 65.83 | 53.93 | 93.33 | - |
| YUV | 199.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 245 | 0.04 | 0.30 | 0 | 0.04 | 292.6 | 0.78 | 0.82 |
| Hex | EC | AC | F5 | 4 | 1E | 0 | 4 | 125 | 4E | 52 |
| Octal | 354 | 254 | 365 | 4 | 36 | 0 | 4 | 445 | 116 | 122 |
| Binary | 11101100 | 10101100 | 11110101 | 100 | 11110 | 0 | 100 | 100100101 | 1001110 | 1010010 |
Color Harmonies of #ECACF5
Complementary color
Monochromatic Colors of #ECACF5
Black with #ECACF5
Text Example
Text Example
White with #ECACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACF5; }
p { color: rgb(236,172,245); }
H1.HeaderClassName
{
color: #ECACF5;
}
.AnyTagClassName
{
color: #ECACF5;
}
</style>
background-color css
<style>
a { background-color: #ECACF5; }
a { background-color: rgb(236,172,245); }
div.DivClassName
{
background-color: #ECACF5;
}
.BgClassName
{
background-color: #ECACF5;
}
</style>
border-color css
<style>
span { border-color: #ECACF5; }
span { border-color: rgb(236,172,245); }
td.TdClassName
{
border-color: #ECACF5;
}
.TagClassName
{
border-color: #ECACF5;
}
</style>