Shades of Cupid #ECABC0
Tints of Cupid #ECABC0
RGB
CMYK
RGB Variations
Color information
#ECABC0 (or 0xECABC0) is known color: Cupid. HEX triplet: EC, AB and C0. RGB value is (236,171,192). Sum of RGB (Red+Green+Blue) = 236+171+192=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABC0 is #13543F. Grayscale: #C0C0C0. Windows color (decimal): -1266752 or 12626924. OLE color: 12626924.
HSL color Cylindrical-coordinate representation of color #ECABC0: hue angle of 340.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABC0 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 192 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.07 |
| HSL | 340.62º | 0.63% | 0.8% | - |
| HSV(B) | 340.62º | 0.28% | 0.93% | - |
| XYZ | 58.67 | 50.76 | 56.58 | - |
| YUV | 192.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 192 | 0 | 0.28 | 0.19 | 0.07 | 340.62 | 0.63 | 0.8 |
| Hex | EC | AB | C0 | 0 | 1C | 13 | 7 | 155 | 3F | 50 |
| Octal | 354 | 253 | 300 | 0 | 34 | 23 | 7 | 525 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11000000 | 0 | 11100 | 10011 | 111 | 101010101 | 111111 | 1010000 |
Color Harmonies of #ECABC0
Complementary color
Monochromatic Colors of #ECABC0
Black with #ECABC0
Text Example
Text Example
White with #ECABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABC0; }
p { color: rgb(236,171,192); }
H1.HeaderClassName
{
color: #ECABC0;
}
.AnyTagClassName
{
color: #ECABC0;
}
</style>
background-color css
<style>
a { background-color: #ECABC0; }
a { background-color: rgb(236,171,192); }
div.DivClassName
{
background-color: #ECABC0;
}
.BgClassName
{
background-color: #ECABC0;
}
</style>
border-color css
<style>
span { border-color: #ECABC0; }
span { border-color: rgb(236,171,192); }
td.TdClassName
{
border-color: #ECABC0;
}
.TagClassName
{
border-color: #ECABC0;
}
</style>