Shades of Mauve #ECAEFC
Tints of Mauve #ECAEFC
RGB
CMYK
RGB Variations
Color information
#ECAEFC (or 0xECAEFC) is known color: Mauve. HEX triplet: EC, AE and FC. RGB value is (236,174,252). Sum of RGB (Red+Green+Blue) = 236+174+252=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECAEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEFC is #135103. Grayscale: #C9C9C9. Windows color (decimal): -1265924 or 16559852. OLE color: 16559852.
HSL color Cylindrical-coordinate representation of color #ECAEFC: hue angle of 287.69º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECAEFC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 174 | 252 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.01 |
| HSL | 287.69º | 0.93% | 0.84% | - |
| HSV(B) | 287.69º | 0.31% | 0.99% | - |
| XYZ | 67.3 | 55.13 | 99.19 | - |
| YUV | 201.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 252 | 0.06 | 0.31 | 0 | 0.01 | 287.69 | 0.93 | 0.84 |
| Hex | EC | AE | FC | 6 | 1F | 0 | 1 | 120 | 5D | 54 |
| Octal | 354 | 256 | 374 | 6 | 37 | 0 | 1 | 440 | 135 | 124 |
| Binary | 11101100 | 10101110 | 11111100 | 110 | 11111 | 0 | 1 | 100100000 | 1011101 | 1010100 |
Color Harmonies of #ECAEFC
Complementary color
Monochromatic Colors of #ECAEFC
Black with #ECAEFC
Text Example
Text Example
White with #ECAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEFC; }
p { color: rgb(236,174,252); }
H1.HeaderClassName
{
color: #ECAEFC;
}
.AnyTagClassName
{
color: #ECAEFC;
}
</style>
background-color css
<style>
a { background-color: #ECAEFC; }
a { background-color: rgb(236,174,252); }
div.DivClassName
{
background-color: #ECAEFC;
}
.BgClassName
{
background-color: #ECAEFC;
}
</style>
border-color css
<style>
span { border-color: #ECAEFC; }
span { border-color: rgb(236,174,252); }
td.TdClassName
{
border-color: #ECAEFC;
}
.TagClassName
{
border-color: #ECAEFC;
}
</style>