Shades of Cupid #ECA8C0
Tints of Cupid #ECA8C0
RGB
CMYK
RGB Variations
Color information
#ECA8C0 (or 0xECA8C0) is known color: Cupid. HEX triplet: EC, A8 and C0. RGB value is (236,168,192). Sum of RGB (Red+Green+Blue) = 236+168+192=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8C0 is #13573F. Grayscale: #BFBFBF. Windows color (decimal): -1267520 or 12626156. OLE color: 12626156.
HSL color Cylindrical-coordinate representation of color #ECA8C0: hue angle of 338.82º 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 #ECA8C0 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 192 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.07 |
| HSL | 338.82º | 0.64% | 0.79% | - |
| HSV(B) | 338.82º | 0.29% | 0.93% | - |
| XYZ | 58.11 | 49.64 | 56.39 | - |
| YUV | 191.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 192 | 0 | 0.29 | 0.19 | 0.07 | 338.82 | 0.64 | 0.79 |
| Hex | EC | A8 | C0 | 0 | 1D | 13 | 7 | 153 | 40 | 4F |
| Octal | 354 | 250 | 300 | 0 | 35 | 23 | 7 | 523 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11000000 | 0 | 11101 | 10011 | 111 | 101010011 | 1000000 | 1001111 |
Color Harmonies of #ECA8C0
Complementary color
Monochromatic Colors of #ECA8C0
Black with #ECA8C0
Text Example
Text Example
White with #ECA8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8C0; }
p { color: rgb(236,168,192); }
H1.HeaderClassName
{
color: #ECA8C0;
}
.AnyTagClassName
{
color: #ECA8C0;
}
</style>
background-color css
<style>
a { background-color: #ECA8C0; }
a { background-color: rgb(236,168,192); }
div.DivClassName
{
background-color: #ECA8C0;
}
.BgClassName
{
background-color: #ECA8C0;
}
</style>
border-color css
<style>
span { border-color: #ECA8C0; }
span { border-color: rgb(236,168,192); }
td.TdClassName
{
border-color: #ECA8C0;
}
.TagClassName
{
border-color: #ECA8C0;
}
</style>