Shades of Mauve #ECA8F7
Tints of Mauve #ECA8F7
RGB
CMYK
RGB Variations
Color information
#ECA8F7 (or 0xECA8F7) is known color: Mauve. HEX triplet: EC, A8 and F7. RGB value is (236,168,247). Sum of RGB (Red+Green+Blue) = 236+168+247=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 168 (66.02% from 255 or 25.81% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECA8F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8F7 is #135708. Grayscale: #C5C5C5. Windows color (decimal): -1267465 or 16230636. OLE color: 16230636.
HSL color Cylindrical-coordinate representation of color #ECA8F7: hue angle of 291.65º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA8F7 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 168 | 247 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.03 |
| HSL | 291.65º | 0.83% | 0.81% | - |
| HSV(B) | 291.65º | 0.32% | 0.97% | - |
| XYZ | 65.38 | 52.55 | 94.69 | - |
| YUV | 197.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 247 | 0.04 | 0.32 | 0 | 0.03 | 291.65 | 0.83 | 0.81 |
| Hex | EC | A8 | F7 | 4 | 20 | 0 | 3 | 124 | 53 | 51 |
| Octal | 354 | 250 | 367 | 4 | 40 | 0 | 3 | 444 | 123 | 121 |
| Binary | 11101100 | 10101000 | 11110111 | 100 | 100000 | 0 | 11 | 100100100 | 1010011 | 1010001 |
Color Harmonies of #ECA8F7
Complementary color
Monochromatic Colors of #ECA8F7
Black with #ECA8F7
Text Example
Text Example
White with #ECA8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8F7; }
p { color: rgb(236,168,247); }
H1.HeaderClassName
{
color: #ECA8F7;
}
.AnyTagClassName
{
color: #ECA8F7;
}
</style>
background-color css
<style>
a { background-color: #ECA8F7; }
a { background-color: rgb(236,168,247); }
div.DivClassName
{
background-color: #ECA8F7;
}
.BgClassName
{
background-color: #ECA8F7;
}
</style>
border-color css
<style>
span { border-color: #ECA8F7; }
span { border-color: rgb(236,168,247); }
td.TdClassName
{
border-color: #ECA8F7;
}
.TagClassName
{
border-color: #ECA8F7;
}
</style>