Shades of Cupid #ECA8B9
Tints of Cupid #ECA8B9
RGB
CMYK
RGB Variations
Color information
#ECA8B9 (or 0xECA8B9) is known color: Cupid. HEX triplet: EC, A8 and B9. RGB value is (236,168,185). Sum of RGB (Red+Green+Blue) = 236+168+185=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8B9 is #135746. Grayscale: #BEBEBE. Windows color (decimal): -1267527 or 12167404. OLE color: 12167404.
HSL color Cylindrical-coordinate representation of color #ECA8B9: hue angle of 345º 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 #ECA8B9 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 185 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.07 |
| HSL | 345º | 0.64% | 0.79% | - |
| HSV(B) | 345º | 0.29% | 0.93% | - |
| XYZ | 57.35 | 49.34 | 52.4 | - |
| YUV | 190.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 185 | 0 | 0.29 | 0.22 | 0.07 | 345 | 0.64 | 0.79 |
| Hex | EC | A8 | B9 | 0 | 1D | 16 | 7 | 159 | 40 | 4F |
| Octal | 354 | 250 | 271 | 0 | 35 | 26 | 7 | 531 | 100 | 117 |
| Binary | 11101100 | 10101000 | 10111001 | 0 | 11101 | 10110 | 111 | 101011001 | 1000000 | 1001111 |
Color Harmonies of #ECA8B9
Complementary color
Monochromatic Colors of #ECA8B9
Black with #ECA8B9
Text Example
Text Example
White with #ECA8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8B9; }
p { color: rgb(236,168,185); }
H1.HeaderClassName
{
color: #ECA8B9;
}
.AnyTagClassName
{
color: #ECA8B9;
}
</style>
background-color css
<style>
a { background-color: #ECA8B9; }
a { background-color: rgb(236,168,185); }
div.DivClassName
{
background-color: #ECA8B9;
}
.BgClassName
{
background-color: #ECA8B9;
}
</style>
border-color css
<style>
span { border-color: #ECA8B9; }
span { border-color: rgb(236,168,185); }
td.TdClassName
{
border-color: #ECA8B9;
}
.TagClassName
{
border-color: #ECA8B9;
}
</style>