Shades of Mauve #ECAAFC
Tints of Mauve #ECAAFC
RGB
CMYK
RGB Variations
Color information
#ECAAFC (or 0xECAAFC) is known color: Mauve. HEX triplet: EC, AA and FC. RGB value is (236,170,252). Sum of RGB (Red+Green+Blue) = 236+170+252=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECAAFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAFC is #135503. Grayscale: #C6C6C6. Windows color (decimal): -1266948 or 16558828. OLE color: 16558828.
HSL color Cylindrical-coordinate representation of color #ECAAFC: hue angle of 288.29º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECAAFC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 170 | 252 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.01 |
| HSL | 288.29º | 0.93% | 0.83% | - |
| HSV(B) | 288.29º | 0.33% | 0.99% | - |
| XYZ | 66.54 | 53.61 | 98.94 | - |
| YUV | 199.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 252 | 0.06 | 0.33 | 0 | 0.01 | 288.29 | 0.93 | 0.83 |
| Hex | EC | AA | FC | 6 | 21 | 0 | 1 | 120 | 5D | 53 |
| Octal | 354 | 252 | 374 | 6 | 41 | 0 | 1 | 440 | 135 | 123 |
| Binary | 11101100 | 10101010 | 11111100 | 110 | 100001 | 0 | 1 | 100100000 | 1011101 | 1010011 |
Color Harmonies of #ECAAFC
Complementary color
Monochromatic Colors of #ECAAFC
Black with #ECAAFC
Text Example
Text Example
White with #ECAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAFC; }
p { color: rgb(236,170,252); }
H1.HeaderClassName
{
color: #ECAAFC;
}
.AnyTagClassName
{
color: #ECAAFC;
}
</style>
background-color css
<style>
a { background-color: #ECAAFC; }
a { background-color: rgb(236,170,252); }
div.DivClassName
{
background-color: #ECAAFC;
}
.BgClassName
{
background-color: #ECAAFC;
}
</style>
border-color css
<style>
span { border-color: #ECAAFC; }
span { border-color: rgb(236,170,252); }
td.TdClassName
{
border-color: #ECAAFC;
}
.TagClassName
{
border-color: #ECAAFC;
}
</style>