Shades of Mauve #ECACF9
Tints of Mauve #ECACF9
RGB
CMYK
RGB Variations
Color information
#ECACF9 (or 0xECACF9) is known color: Mauve. HEX triplet: EC, AC and F9. RGB value is (236,172,249). Sum of RGB (Red+Green+Blue) = 236+172+249=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF9 is #135306. Grayscale: #C7C7C7. Windows color (decimal): -1266439 or 16362732. OLE color: 16362732.
HSL color Cylindrical-coordinate representation of color #ECACF9: hue angle of 289.87º degrees, saturation: 0.87, 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 #ECACF9 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 172 | 249 | - |
CMYK | 0.05 | 0.31 | 0 | 0.02 |
HSL | 289.87º | 0.87% | 0.83% | - |
HSV(B) | 289.87º | 0.31% | 0.98% | - |
XYZ | 66.44 | 54.18 | 96.58 | - |
YUV | 199.91 | 155.7 | 153.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 172 | 249 | 0.05 | 0.31 | 0 | 0.02 | 289.87 | 0.87 | 0.83 |
Hex | EC | AC | F9 | 5 | 1F | 0 | 2 | 122 | 57 | 53 |
Octal | 354 | 254 | 371 | 5 | 37 | 0 | 2 | 442 | 127 | 123 |
Binary | 11101100 | 10101100 | 11111001 | 101 | 11111 | 0 | 10 | 100100010 | 1010111 | 1010011 |
Color Harmonies of #ECACF9
Complementary color
Monochromatic Colors of #ECACF9
Black with #ECACF9
Text Example
Text Example
White with #ECACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACF9; }
p { color: rgb(236,172,249); }
H1.HeaderClassName
{
color: #ECACF9;
}
.AnyTagClassName
{
color: #ECACF9;
}
</style>
background-color css
<style>
a { background-color: #ECACF9; }
a { background-color: rgb(236,172,249); }
div.DivClassName
{
background-color: #ECACF9;
}
.BgClassName
{
background-color: #ECACF9;
}
</style>
border-color css
<style>
span { border-color: #ECACF9; }
span { border-color: rgb(236,172,249); }
td.TdClassName
{
border-color: #ECACF9;
}
.TagClassName
{
border-color: #ECACF9;
}
</style>