Shades of Mauve #ECACFE
Tints of Mauve #ECACFE
RGB
CMYK
RGB Variations
Color information
#ECACFE (or 0xECACFE) is known color: Mauve. HEX triplet: EC, AC and FE. RGB value is (236,172,254). Sum of RGB (Red+Green+Blue) = 236+172+254=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACFE is #135301. Grayscale: #C8C8C8. Windows color (decimal): -1266434 or 16690412. OLE color: 16690412.
HSL color Cylindrical-coordinate representation of color #ECACFE: hue angle of 286.83º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECACFE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 172 | 254 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.00 |
| HSL | 286.83º | 0.98% | 0.84% | - |
| HSV(B) | 286.83º | 0.32% | 1% | - |
| XYZ | 67.23 | 54.49 | 100.74 | - |
| YUV | 200.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 254 | 0.07 | 0.32 | 0 | 0.00 | 286.83 | 0.98 | 0.84 |
| Hex | EC | AC | FE | 7 | 20 | 0 | 0 | 11F | 62 | 54 |
| Octal | 354 | 254 | 376 | 7 | 40 | 0 | 0 | 437 | 142 | 124 |
| Binary | 11101100 | 10101100 | 11111110 | 111 | 100000 | 0 | 0 | 100011111 | 1100010 | 1010100 |
Color Harmonies of #ECACFE
Complementary color
Monochromatic Colors of #ECACFE
Black with #ECACFE
Text Example
Text Example
White with #ECACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACFE; }
p { color: rgb(236,172,254); }
H1.HeaderClassName
{
color: #ECACFE;
}
.AnyTagClassName
{
color: #ECACFE;
}
</style>
background-color css
<style>
a { background-color: #ECACFE; }
a { background-color: rgb(236,172,254); }
div.DivClassName
{
background-color: #ECACFE;
}
.BgClassName
{
background-color: #ECACFE;
}
</style>
border-color css
<style>
span { border-color: #ECACFE; }
span { border-color: rgb(236,172,254); }
td.TdClassName
{
border-color: #ECACFE;
}
.TagClassName
{
border-color: #ECACFE;
}
</style>