Shades of Mauve #ECACFA
Tints of Mauve #ECACFA
RGB
CMYK
RGB Variations
Color information
#ECACFA (or 0xECACFA) is known color: Mauve. HEX triplet: EC, AC and FA. RGB value is (236,172,250). Sum of RGB (Red+Green+Blue) = 236+172+250=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACFA is #135305. Grayscale: #C7C7C7. Windows color (decimal): -1266438 or 16428268. OLE color: 16428268.
HSL color Cylindrical-coordinate representation of color #ECACFA: hue angle of 289.23º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECACFA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 172 | 250 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.02 |
| HSL | 289.23º | 0.89% | 0.83% | - |
| HSV(B) | 289.23º | 0.31% | 0.98% | - |
| XYZ | 66.6 | 54.24 | 97.4 | - |
| YUV | 200.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 250 | 0.06 | 0.31 | 0 | 0.02 | 289.23 | 0.89 | 0.83 |
| Hex | EC | AC | FA | 6 | 1F | 0 | 2 | 121 | 59 | 53 |
| Octal | 354 | 254 | 372 | 6 | 37 | 0 | 2 | 441 | 131 | 123 |
| Binary | 11101100 | 10101100 | 11111010 | 110 | 11111 | 0 | 10 | 100100001 | 1011001 | 1010011 |
Color Harmonies of #ECACFA
Complementary color
Monochromatic Colors of #ECACFA
Black with #ECACFA
Text Example
Text Example
White with #ECACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACFA; }
p { color: rgb(236,172,250); }
H1.HeaderClassName
{
color: #ECACFA;
}
.AnyTagClassName
{
color: #ECACFA;
}
</style>
background-color css
<style>
a { background-color: #ECACFA; }
a { background-color: rgb(236,172,250); }
div.DivClassName
{
background-color: #ECACFA;
}
.BgClassName
{
background-color: #ECACFA;
}
</style>
border-color css
<style>
span { border-color: #ECACFA; }
span { border-color: rgb(236,172,250); }
td.TdClassName
{
border-color: #ECACFA;
}
.TagClassName
{
border-color: #ECACFA;
}
</style>