Shades of Cupid #ECB0C0
Tints of Cupid #ECB0C0
RGB
CMYK
RGB Variations
Color information
#ECB0C0 (or 0xECB0C0) is known color: Cupid. HEX triplet: EC, B0 and C0. RGB value is (236,176,192). Sum of RGB (Red+Green+Blue) = 236+176+192=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0C0 is #134F3F. Grayscale: #C3C3C3. Windows color (decimal): -1265472 or 12628204. OLE color: 12628204.
HSL color Cylindrical-coordinate representation of color #ECB0C0: hue angle of 344º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB0C0 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 192 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.07 |
| HSL | 344º | 0.61% | 0.81% | - |
| HSV(B) | 344º | 0.25% | 0.93% | - |
| XYZ | 59.63 | 52.69 | 56.9 | - |
| YUV | 195.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 192 | 0 | 0.25 | 0.19 | 0.07 | 344 | 0.61 | 0.81 |
| Hex | EC | B0 | C0 | 0 | 19 | 13 | 7 | 158 | 3D | 51 |
| Octal | 354 | 260 | 300 | 0 | 31 | 23 | 7 | 530 | 75 | 121 |
| Binary | 11101100 | 10110000 | 11000000 | 0 | 11001 | 10011 | 111 | 101011000 | 111101 | 1010001 |
Color Harmonies of #ECB0C0
Complementary color
Monochromatic Colors of #ECB0C0
Black with #ECB0C0
Text Example
Text Example
White with #ECB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0C0; }
p { color: rgb(236,176,192); }
H1.HeaderClassName
{
color: #ECB0C0;
}
.AnyTagClassName
{
color: #ECB0C0;
}
</style>
background-color css
<style>
a { background-color: #ECB0C0; }
a { background-color: rgb(236,176,192); }
div.DivClassName
{
background-color: #ECB0C0;
}
.BgClassName
{
background-color: #ECB0C0;
}
</style>
border-color css
<style>
span { border-color: #ECB0C0; }
span { border-color: rgb(236,176,192); }
td.TdClassName
{
border-color: #ECB0C0;
}
.TagClassName
{
border-color: #ECB0C0;
}
</style>