Shades of Cupid #ECA8BC
Tints of Cupid #ECA8BC
RGB
CMYK
RGB Variations
Color information
#ECA8BC (or 0xECA8BC) is known color: Cupid. HEX triplet: EC, A8 and BC. RGB value is (236,168,188). Sum of RGB (Red+Green+Blue) = 236+168+188=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8BC is #135743. Grayscale: #BEBEBE. Windows color (decimal): -1267524 or 12364012. OLE color: 12364012.
HSL color Cylindrical-coordinate representation of color #ECA8BC: hue angle of 342.35º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8BC is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 188 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.07 |
| HSL | 342.35º | 0.64% | 0.79% | - |
| HSV(B) | 342.35º | 0.29% | 0.93% | - |
| XYZ | 57.67 | 49.47 | 54.09 | - |
| YUV | 190.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 188 | 0 | 0.29 | 0.20 | 0.07 | 342.35 | 0.64 | 0.79 |
| Hex | EC | A8 | BC | 0 | 1D | 14 | 7 | 156 | 40 | 4F |
| Octal | 354 | 250 | 274 | 0 | 35 | 24 | 7 | 526 | 100 | 117 |
| Binary | 11101100 | 10101000 | 10111100 | 0 | 11101 | 10100 | 111 | 101010110 | 1000000 | 1001111 |
Color Harmonies of #ECA8BC
Complementary color
Monochromatic Colors of #ECA8BC
Black with #ECA8BC
Text Example
Text Example
White with #ECA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8BC; }
p { color: rgb(236,168,188); }
H1.HeaderClassName
{
color: #ECA8BC;
}
.AnyTagClassName
{
color: #ECA8BC;
}
</style>
background-color css
<style>
a { background-color: #ECA8BC; }
a { background-color: rgb(236,168,188); }
div.DivClassName
{
background-color: #ECA8BC;
}
.BgClassName
{
background-color: #ECA8BC;
}
</style>
border-color css
<style>
span { border-color: #ECA8BC; }
span { border-color: rgb(236,168,188); }
td.TdClassName
{
border-color: #ECA8BC;
}
.TagClassName
{
border-color: #ECA8BC;
}
</style>