Shades of Mauve #ECBAF5
Tints of Mauve #ECBAF5
RGB
CMYK
RGB Variations
Color information
#ECBAF5 (or 0xECBAF5) is known color: Mauve. HEX triplet: EC, BA and F5. RGB value is (236,186,245). Sum of RGB (Red+Green+Blue) = 236+186+245=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECBAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBAF5 is #13450A. Grayscale: #CFCFCF. Windows color (decimal): -1262859 or 16104172. OLE color: 16104172.
HSL color Cylindrical-coordinate representation of color #ECBAF5: hue angle of 290.85º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBAF5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 186 | 245 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.04 |
| HSL | 290.85º | 0.75% | 0.85% | - |
| HSV(B) | 290.85º | 0.24% | 0.96% | - |
| XYZ | 68.63 | 59.54 | 94.26 | - |
| YUV | 207.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 245 | 0.04 | 0.24 | 0 | 0.04 | 290.85 | 0.75 | 0.85 |
| Hex | EC | BA | F5 | 4 | 18 | 0 | 4 | 123 | 4B | 55 |
| Octal | 354 | 272 | 365 | 4 | 30 | 0 | 4 | 443 | 113 | 125 |
| Binary | 11101100 | 10111010 | 11110101 | 100 | 11000 | 0 | 100 | 100100011 | 1001011 | 1010101 |
Color Harmonies of #ECBAF5
Complementary color
Monochromatic Colors of #ECBAF5
Black with #ECBAF5
Text Example
Text Example
White with #ECBAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBAF5; }
p { color: rgb(236,186,245); }
H1.HeaderClassName
{
color: #ECBAF5;
}
.AnyTagClassName
{
color: #ECBAF5;
}
</style>
background-color css
<style>
a { background-color: #ECBAF5; }
a { background-color: rgb(236,186,245); }
div.DivClassName
{
background-color: #ECBAF5;
}
.BgClassName
{
background-color: #ECBAF5;
}
</style>
border-color css
<style>
span { border-color: #ECBAF5; }
span { border-color: rgb(236,186,245); }
td.TdClassName
{
border-color: #ECBAF5;
}
.TagClassName
{
border-color: #ECBAF5;
}
</style>