Shades of Cupid #ECA6BA
Tints of Cupid #ECA6BA
RGB
CMYK
RGB Variations
Color information
#ECA6BA (or 0xECA6BA) is known color: Cupid. HEX triplet: EC, A6 and BA. RGB value is (236,166,186). Sum of RGB (Red+Green+Blue) = 236+166+186=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6BA is #135945. Grayscale: #BDBDBD. Windows color (decimal): -1268038 or 12232428. OLE color: 12232428.
HSL color Cylindrical-coordinate representation of color #ECA6BA: hue angle of 342.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA6BA is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 186 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.07 |
| HSL | 342.86º | 0.65% | 0.79% | - |
| HSV(B) | 342.86º | 0.3% | 0.93% | - |
| XYZ | 57.09 | 48.65 | 52.84 | - |
| YUV | 189.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 186 | 0 | 0.30 | 0.21 | 0.07 | 342.86 | 0.65 | 0.79 |
| Hex | EC | A6 | BA | 0 | 1E | 15 | 7 | 157 | 41 | 4F |
| Octal | 354 | 246 | 272 | 0 | 36 | 25 | 7 | 527 | 101 | 117 |
| Binary | 11101100 | 10100110 | 10111010 | 0 | 11110 | 10101 | 111 | 101010111 | 1000001 | 1001111 |
Color Harmonies of #ECA6BA
Complementary color
Monochromatic Colors of #ECA6BA
Black with #ECA6BA
Text Example
Text Example
White with #ECA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA6BA; }
p { color: rgb(236,166,186); }
H1.HeaderClassName
{
color: #ECA6BA;
}
.AnyTagClassName
{
color: #ECA6BA;
}
</style>
background-color css
<style>
a { background-color: #ECA6BA; }
a { background-color: rgb(236,166,186); }
div.DivClassName
{
background-color: #ECA6BA;
}
.BgClassName
{
background-color: #ECA6BA;
}
</style>
border-color css
<style>
span { border-color: #ECA6BA; }
span { border-color: rgb(236,166,186); }
td.TdClassName
{
border-color: #ECA6BA;
}
.TagClassName
{
border-color: #ECA6BA;
}
</style>