Shades of Cupid #ECA9C5
Tints of Cupid #ECA9C5
RGB
CMYK
RGB Variations
Color information
#ECA9C5 (or 0xECA9C5) is known color: Cupid. HEX triplet: EC, A9 and C5. RGB value is (236,169,197). Sum of RGB (Red+Green+Blue) = 236+169+197=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9C5 is #13563A. Grayscale: #C0C0C0. Windows color (decimal): -1267259 or 12954092. OLE color: 12954092.
HSL color Cylindrical-coordinate representation of color #ECA9C5: hue angle of 334.93º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECA9C5 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 169 | 197 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.07 |
| HSL | 334.93º | 0.64% | 0.79% | - |
| HSV(B) | 334.93º | 0.28% | 0.93% | - |
| XYZ | 58.86 | 50.24 | 59.42 | - |
| YUV | 192.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 169 | 197 | 0 | 0.28 | 0.17 | 0.07 | 334.93 | 0.64 | 0.79 |
| Hex | EC | A9 | C5 | 0 | 1C | 11 | 7 | 14F | 40 | 4F |
| Octal | 354 | 251 | 305 | 0 | 34 | 21 | 7 | 517 | 100 | 117 |
| Binary | 11101100 | 10101001 | 11000101 | 0 | 11100 | 10001 | 111 | 101001111 | 1000000 | 1001111 |
Color Harmonies of #ECA9C5
Complementary color
Monochromatic Colors of #ECA9C5
Black with #ECA9C5
Text Example
Text Example
White with #ECA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA9C5; }
p { color: rgb(236,169,197); }
H1.HeaderClassName
{
color: #ECA9C5;
}
.AnyTagClassName
{
color: #ECA9C5;
}
</style>
background-color css
<style>
a { background-color: #ECA9C5; }
a { background-color: rgb(236,169,197); }
div.DivClassName
{
background-color: #ECA9C5;
}
.BgClassName
{
background-color: #ECA9C5;
}
</style>
border-color css
<style>
span { border-color: #ECA9C5; }
span { border-color: rgb(236,169,197); }
td.TdClassName
{
border-color: #ECA9C5;
}
.TagClassName
{
border-color: #ECA9C5;
}
</style>