Shades of Cupid #ECABC7
Tints of Cupid #ECABC7
RGB
CMYK
RGB Variations
Color information
#ECABC7 (or 0xECABC7) is known color: Cupid. HEX triplet: EC, AB and C7. RGB value is (236,171,199). Sum of RGB (Red+Green+Blue) = 236+171+199=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABC7 is #135438. Grayscale: #C1C1C1. Windows color (decimal): -1266745 or 13085676. OLE color: 13085676.
HSL color Cylindrical-coordinate representation of color #ECABC7: hue angle of 334.15º 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 #ECABC7 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 199 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.07 |
| HSL | 334.15º | 0.63% | 0.8% | - |
| HSV(B) | 334.15º | 0.28% | 0.93% | - |
| XYZ | 59.46 | 51.08 | 60.76 | - |
| YUV | 193.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 199 | 0 | 0.28 | 0.16 | 0.07 | 334.15 | 0.63 | 0.8 |
| Hex | EC | AB | C7 | 0 | 1C | 10 | 7 | 14E | 3F | 50 |
| Octal | 354 | 253 | 307 | 0 | 34 | 20 | 7 | 516 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11000111 | 0 | 11100 | 10000 | 111 | 101001110 | 111111 | 1010000 |
Color Harmonies of #ECABC7
Complementary color
Monochromatic Colors of #ECABC7
Black with #ECABC7
Text Example
Text Example
White with #ECABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABC7; }
p { color: rgb(236,171,199); }
H1.HeaderClassName
{
color: #ECABC7;
}
.AnyTagClassName
{
color: #ECABC7;
}
</style>
background-color css
<style>
a { background-color: #ECABC7; }
a { background-color: rgb(236,171,199); }
div.DivClassName
{
background-color: #ECABC7;
}
.BgClassName
{
background-color: #ECABC7;
}
</style>
border-color css
<style>
span { border-color: #ECABC7; }
span { border-color: rgb(236,171,199); }
td.TdClassName
{
border-color: #ECABC7;
}
.TagClassName
{
border-color: #ECABC7;
}
</style>