Shades of Mauve #ECABFA
Tints of Mauve #ECABFA
RGB
CMYK
RGB Variations
Color information
#ECABFA (or 0xECABFA) is known color: Mauve. HEX triplet: EC, AB and FA. RGB value is (236,171,250). Sum of RGB (Red+Green+Blue) = 236+171+250=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABFA is #135405. Grayscale: #C7C7C7. Windows color (decimal): -1266694 or 16428012. OLE color: 16428012.
HSL color Cylindrical-coordinate representation of color #ECABFA: hue angle of 289.37º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECABFA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 171 | 250 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.02 |
| HSL | 289.37º | 0.89% | 0.83% | - |
| HSV(B) | 289.37º | 0.32% | 0.98% | - |
| XYZ | 66.41 | 53.86 | 97.34 | - |
| YUV | 199.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 250 | 0.06 | 0.32 | 0 | 0.02 | 289.37 | 0.89 | 0.83 |
| Hex | EC | AB | FA | 6 | 20 | 0 | 2 | 121 | 59 | 53 |
| Octal | 354 | 253 | 372 | 6 | 40 | 0 | 2 | 441 | 131 | 123 |
| Binary | 11101100 | 10101011 | 11111010 | 110 | 100000 | 0 | 10 | 100100001 | 1011001 | 1010011 |
Color Harmonies of #ECABFA
Complementary color
Monochromatic Colors of #ECABFA
Black with #ECABFA
Text Example
Text Example
White with #ECABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABFA; }
p { color: rgb(236,171,250); }
H1.HeaderClassName
{
color: #ECABFA;
}
.AnyTagClassName
{
color: #ECABFA;
}
</style>
background-color css
<style>
a { background-color: #ECABFA; }
a { background-color: rgb(236,171,250); }
div.DivClassName
{
background-color: #ECABFA;
}
.BgClassName
{
background-color: #ECABFA;
}
</style>
border-color css
<style>
span { border-color: #ECABFA; }
span { border-color: rgb(236,171,250); }
td.TdClassName
{
border-color: #ECABFA;
}
.TagClassName
{
border-color: #ECABFA;
}
</style>