Shades of Cupid #ECADBC
Tints of Cupid #ECADBC
RGB
CMYK
RGB Variations
Color information
#ECADBC (or 0xECADBC) is known color: Cupid. HEX triplet: EC, AD and BC. RGB value is (236,173,188). Sum of RGB (Red+Green+Blue) = 236+173+188=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECADBC is #135243. Grayscale: #C1C1C1. Windows color (decimal): -1266244 or 12365292. OLE color: 12365292.
HSL color Cylindrical-coordinate representation of color #ECADBC: hue angle of 345.71º degrees, saturation: 0.62, 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 #ECADBC is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 188 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.07 |
| HSL | 345.71º | 0.62% | 0.8% | - |
| HSV(B) | 345.71º | 0.27% | 0.93% | - |
| XYZ | 58.61 | 51.35 | 54.4 | - |
| YUV | 193.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 188 | 0 | 0.27 | 0.20 | 0.07 | 345.71 | 0.62 | 0.8 |
| Hex | EC | AD | BC | 0 | 1B | 14 | 7 | 15A | 3E | 50 |
| Octal | 354 | 255 | 274 | 0 | 33 | 24 | 7 | 532 | 76 | 120 |
| Binary | 11101100 | 10101101 | 10111100 | 0 | 11011 | 10100 | 111 | 101011010 | 111110 | 1010000 |
Color Harmonies of #ECADBC
Complementary color
Monochromatic Colors of #ECADBC
Black with #ECADBC
Text Example
Text Example
White with #ECADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADBC; }
p { color: rgb(236,173,188); }
H1.HeaderClassName
{
color: #ECADBC;
}
.AnyTagClassName
{
color: #ECADBC;
}
</style>
background-color css
<style>
a { background-color: #ECADBC; }
a { background-color: rgb(236,173,188); }
div.DivClassName
{
background-color: #ECADBC;
}
.BgClassName
{
background-color: #ECADBC;
}
</style>
border-color css
<style>
span { border-color: #ECADBC; }
span { border-color: rgb(236,173,188); }
td.TdClassName
{
border-color: #ECADBC;
}
.TagClassName
{
border-color: #ECADBC;
}
</style>