Shades of Cupid #ECACBB
Tints of Cupid #ECACBB
RGB
CMYK
RGB Variations
Color information
#ECACBB (or 0xECACBB) is known color: Cupid. HEX triplet: EC, AC and BB. RGB value is (236,172,187). Sum of RGB (Red+Green+Blue) = 236+172+187=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACBB is #135344. Grayscale: #C0C0C0. Windows color (decimal): -1266501 or 12299500. OLE color: 12299500.
HSL color Cylindrical-coordinate representation of color #ECACBB: hue angle of 345.94º 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 #ECACBB is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 187 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.07 |
| HSL | 345.94º | 0.63% | 0.8% | - |
| HSV(B) | 345.94º | 0.27% | 0.93% | - |
| XYZ | 58.31 | 50.93 | 53.77 | - |
| YUV | 192.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 187 | 0 | 0.27 | 0.21 | 0.07 | 345.94 | 0.63 | 0.8 |
| Hex | EC | AC | BB | 0 | 1B | 15 | 7 | 15A | 3F | 50 |
| Octal | 354 | 254 | 273 | 0 | 33 | 25 | 7 | 532 | 77 | 120 |
| Binary | 11101100 | 10101100 | 10111011 | 0 | 11011 | 10101 | 111 | 101011010 | 111111 | 1010000 |
Color Harmonies of #ECACBB
Complementary color
Monochromatic Colors of #ECACBB
Black with #ECACBB
Text Example
Text Example
White with #ECACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACBB; }
p { color: rgb(236,172,187); }
H1.HeaderClassName
{
color: #ECACBB;
}
.AnyTagClassName
{
color: #ECACBB;
}
</style>
background-color css
<style>
a { background-color: #ECACBB; }
a { background-color: rgb(236,172,187); }
div.DivClassName
{
background-color: #ECACBB;
}
.BgClassName
{
background-color: #ECACBB;
}
</style>
border-color css
<style>
span { border-color: #ECACBB; }
span { border-color: rgb(236,172,187); }
td.TdClassName
{
border-color: #ECACBB;
}
.TagClassName
{
border-color: #ECACBB;
}
</style>