Shades of Cupid #ECB0BD
Tints of Cupid #ECB0BD
RGB
CMYK
RGB Variations
Color information
#ECB0BD (or 0xECB0BD) is known color: Cupid. HEX triplet: EC, B0 and BD. RGB value is (236,176,189). Sum of RGB (Red+Green+Blue) = 236+176+189=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0BD is #134F42. Grayscale: #C3C3C3. Windows color (decimal): -1265475 or 12431596. OLE color: 12431596.
HSL color Cylindrical-coordinate representation of color #ECB0BD: hue angle of 347º 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 #ECB0BD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 189 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.07 |
| HSL | 347º | 0.61% | 0.81% | - |
| HSV(B) | 347º | 0.25% | 0.93% | - |
| XYZ | 59.3 | 52.56 | 55.16 | - |
| YUV | 195.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 189 | 0 | 0.25 | 0.20 | 0.07 | 347 | 0.61 | 0.81 |
| Hex | EC | B0 | BD | 0 | 19 | 14 | 7 | 15B | 3D | 51 |
| Octal | 354 | 260 | 275 | 0 | 31 | 24 | 7 | 533 | 75 | 121 |
| Binary | 11101100 | 10110000 | 10111101 | 0 | 11001 | 10100 | 111 | 101011011 | 111101 | 1010001 |
Color Harmonies of #ECB0BD
Complementary color
Monochromatic Colors of #ECB0BD
Black with #ECB0BD
Text Example
Text Example
White with #ECB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0BD; }
p { color: rgb(236,176,189); }
H1.HeaderClassName
{
color: #ECB0BD;
}
.AnyTagClassName
{
color: #ECB0BD;
}
</style>
background-color css
<style>
a { background-color: #ECB0BD; }
a { background-color: rgb(236,176,189); }
div.DivClassName
{
background-color: #ECB0BD;
}
.BgClassName
{
background-color: #ECB0BD;
}
</style>
border-color css
<style>
span { border-color: #ECB0BD; }
span { border-color: rgb(236,176,189); }
td.TdClassName
{
border-color: #ECB0BD;
}
.TagClassName
{
border-color: #ECB0BD;
}
</style>