Shades of Mauve #ECACFB
Tints of Mauve #ECACFB
RGB
CMYK
RGB Variations
Color information
#ECACFB (or 0xECACFB) is known color: Mauve. HEX triplet: EC, AC and FB. RGB value is (236,172,251). Sum of RGB (Red+Green+Blue) = 236+172+251=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACFB is #135304. Grayscale: #C7C7C7. Windows color (decimal): -1266437 or 16493804. OLE color: 16493804.
HSL color Cylindrical-coordinate representation of color #ECACFB: hue angle of 288.61º degrees, saturation: 0.91, 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 #ECACFB is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 172 | 251 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.02 |
| HSL | 288.61º | 0.91% | 0.83% | - |
| HSV(B) | 288.61º | 0.31% | 0.98% | - |
| XYZ | 66.76 | 54.3 | 98.23 | - |
| YUV | 200.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 251 | 0.06 | 0.31 | 0 | 0.02 | 288.61 | 0.91 | 0.83 |
| Hex | EC | AC | FB | 6 | 1F | 0 | 2 | 121 | 5B | 53 |
| Octal | 354 | 254 | 373 | 6 | 37 | 0 | 2 | 441 | 133 | 123 |
| Binary | 11101100 | 10101100 | 11111011 | 110 | 11111 | 0 | 10 | 100100001 | 1011011 | 1010011 |
Color Harmonies of #ECACFB
Complementary color
Monochromatic Colors of #ECACFB
Black with #ECACFB
Text Example
Text Example
White with #ECACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACFB; }
p { color: rgb(236,172,251); }
H1.HeaderClassName
{
color: #ECACFB;
}
.AnyTagClassName
{
color: #ECACFB;
}
</style>
background-color css
<style>
a { background-color: #ECACFB; }
a { background-color: rgb(236,172,251); }
div.DivClassName
{
background-color: #ECACFB;
}
.BgClassName
{
background-color: #ECACFB;
}
</style>
border-color css
<style>
span { border-color: #ECACFB; }
span { border-color: rgb(236,172,251); }
td.TdClassName
{
border-color: #ECACFB;
}
.TagClassName
{
border-color: #ECACFB;
}
</style>