Shades of Cupid #ECABBB
Tints of Cupid #ECABBB
RGB
CMYK
RGB Variations
Color information
#ECABBB (or 0xECABBB) is known color: Cupid. HEX triplet: EC, AB and BB. RGB value is (236,171,187). Sum of RGB (Red+Green+Blue) = 236+171+187=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABBB is #135444. Grayscale: #C0C0C0. Windows color (decimal): -1266757 or 12299244. OLE color: 12299244.
HSL color Cylindrical-coordinate representation of color #ECABBB: hue angle of 345.23º 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 #ECABBB is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 187 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.07 |
| HSL | 345.23º | 0.63% | 0.8% | - |
| HSV(B) | 345.23º | 0.28% | 0.93% | - |
| XYZ | 58.12 | 50.55 | 53.71 | - |
| YUV | 192.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 187 | 0 | 0.28 | 0.21 | 0.07 | 345.23 | 0.63 | 0.8 |
| Hex | EC | AB | BB | 0 | 1C | 15 | 7 | 159 | 3F | 50 |
| Octal | 354 | 253 | 273 | 0 | 34 | 25 | 7 | 531 | 77 | 120 |
| Binary | 11101100 | 10101011 | 10111011 | 0 | 11100 | 10101 | 111 | 101011001 | 111111 | 1010000 |
Color Harmonies of #ECABBB
Complementary color
Monochromatic Colors of #ECABBB
Black with #ECABBB
Text Example
Text Example
White with #ECABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABBB; }
p { color: rgb(236,171,187); }
H1.HeaderClassName
{
color: #ECABBB;
}
.AnyTagClassName
{
color: #ECABBB;
}
</style>
background-color css
<style>
a { background-color: #ECABBB; }
a { background-color: rgb(236,171,187); }
div.DivClassName
{
background-color: #ECABBB;
}
.BgClassName
{
background-color: #ECABBB;
}
</style>
border-color css
<style>
span { border-color: #ECABBB; }
span { border-color: rgb(236,171,187); }
td.TdClassName
{
border-color: #ECABBB;
}
.TagClassName
{
border-color: #ECABBB;
}
</style>