Shades of Cupid #ECABBF
Tints of Cupid #ECABBF
RGB
CMYK
RGB Variations
Color information
#ECABBF (or 0xECABBF) is known color: Cupid. HEX triplet: EC, AB and BF. RGB value is (236,171,191). Sum of RGB (Red+Green+Blue) = 236+171+191=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABBF is #135440. Grayscale: #C0C0C0. Windows color (decimal): -1266753 or 12561388. OLE color: 12561388.
HSL color Cylindrical-coordinate representation of color #ECABBF: hue angle of 341.54º 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 #ECABBF is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 191 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.07 |
| HSL | 341.54º | 0.63% | 0.8% | - |
| HSV(B) | 341.54º | 0.28% | 0.93% | - |
| XYZ | 58.56 | 50.72 | 55.99 | - |
| YUV | 192.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 191 | 0 | 0.28 | 0.19 | 0.07 | 341.54 | 0.63 | 0.8 |
| Hex | EC | AB | BF | 0 | 1C | 13 | 7 | 156 | 3F | 50 |
| Octal | 354 | 253 | 277 | 0 | 34 | 23 | 7 | 526 | 77 | 120 |
| Binary | 11101100 | 10101011 | 10111111 | 0 | 11100 | 10011 | 111 | 101010110 | 111111 | 1010000 |
Color Harmonies of #ECABBF
Complementary color
Monochromatic Colors of #ECABBF
Black with #ECABBF
Text Example
Text Example
White with #ECABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABBF; }
p { color: rgb(236,171,191); }
H1.HeaderClassName
{
color: #ECABBF;
}
.AnyTagClassName
{
color: #ECABBF;
}
</style>
background-color css
<style>
a { background-color: #ECABBF; }
a { background-color: rgb(236,171,191); }
div.DivClassName
{
background-color: #ECABBF;
}
.BgClassName
{
background-color: #ECABBF;
}
</style>
border-color css
<style>
span { border-color: #ECABBF; }
span { border-color: rgb(236,171,191); }
td.TdClassName
{
border-color: #ECABBF;
}
.TagClassName
{
border-color: #ECABBF;
}
</style>