Shades of Mauve #ECA0FE
Tints of Mauve #ECA0FE
RGB
CMYK
RGB Variations
Color information
#ECA0FE (or 0xECA0FE) is known color: Mauve. HEX triplet: EC, A0 and FE. RGB value is (236,160,254). Sum of RGB (Red+Green+Blue) = 236+160+254=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 160 (62.89% from 255 or 24.62% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECA0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0FE is #135F01. Grayscale: #C1C1C1. Windows color (decimal): -1269506 or 16687340. OLE color: 16687340.
HSL color Cylindrical-coordinate representation of color #ECA0FE: hue angle of 288.51º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECA0FE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 160 | 254 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.00 |
| HSL | 288.51º | 0.98% | 0.81% | - |
| HSV(B) | 288.51º | 0.37% | 1% | - |
| XYZ | 65.05 | 50.13 | 100.01 | - |
| YUV | 193.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 254 | 0.07 | 0.37 | 0 | 0.00 | 288.51 | 0.98 | 0.81 |
| Hex | EC | A0 | FE | 7 | 25 | 0 | 0 | 121 | 62 | 51 |
| Octal | 354 | 240 | 376 | 7 | 45 | 0 | 0 | 441 | 142 | 121 |
| Binary | 11101100 | 10100000 | 11111110 | 111 | 100101 | 0 | 0 | 100100001 | 1100010 | 1010001 |
Color Harmonies of #ECA0FE
Complementary color
Monochromatic Colors of #ECA0FE
Black with #ECA0FE
Text Example
Text Example
White with #ECA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0FE; }
p { color: rgb(236,160,254); }
H1.HeaderClassName
{
color: #ECA0FE;
}
.AnyTagClassName
{
color: #ECA0FE;
}
</style>
background-color css
<style>
a { background-color: #ECA0FE; }
a { background-color: rgb(236,160,254); }
div.DivClassName
{
background-color: #ECA0FE;
}
.BgClassName
{
background-color: #ECA0FE;
}
</style>
border-color css
<style>
span { border-color: #ECA0FE; }
span { border-color: rgb(236,160,254); }
td.TdClassName
{
border-color: #ECA0FE;
}
.TagClassName
{
border-color: #ECA0FE;
}
</style>