Shades of Cupid #ECACBA
Tints of Cupid #ECACBA
RGB
CMYK
RGB Variations
Color information
#ECACBA (or 0xECACBA) is known color: Cupid. HEX triplet: EC, AC and BA. RGB value is (236,172,186). Sum of RGB (Red+Green+Blue) = 236+172+186=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACBA is #135345. Grayscale: #C0C0C0. Windows color (decimal): -1266502 or 12233964. OLE color: 12233964.
HSL color Cylindrical-coordinate representation of color #ECACBA: hue angle of 346.88º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACBA is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 186 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.07 |
| HSL | 346.88º | 0.63% | 0.8% | - |
| HSV(B) | 346.88º | 0.27% | 0.93% | - |
| XYZ | 58.21 | 50.88 | 53.21 | - |
| YUV | 192.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 186 | 0 | 0.27 | 0.21 | 0.07 | 346.88 | 0.63 | 0.8 |
| Hex | EC | AC | BA | 0 | 1B | 15 | 7 | 15B | 3F | 50 |
| Octal | 354 | 254 | 272 | 0 | 33 | 25 | 7 | 533 | 77 | 120 |
| Binary | 11101100 | 10101100 | 10111010 | 0 | 11011 | 10101 | 111 | 101011011 | 111111 | 1010000 |
Color Harmonies of #ECACBA
Complementary color
Monochromatic Colors of #ECACBA
Black with #ECACBA
Text Example
Text Example
White with #ECACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACBA; }
p { color: rgb(236,172,186); }
H1.HeaderClassName
{
color: #ECACBA;
}
.AnyTagClassName
{
color: #ECACBA;
}
</style>
background-color css
<style>
a { background-color: #ECACBA; }
a { background-color: rgb(236,172,186); }
div.DivClassName
{
background-color: #ECACBA;
}
.BgClassName
{
background-color: #ECACBA;
}
</style>
border-color css
<style>
span { border-color: #ECACBA; }
span { border-color: rgb(236,172,186); }
td.TdClassName
{
border-color: #ECACBA;
}
.TagClassName
{
border-color: #ECACBA;
}
</style>