Shades of Cupid #ECA8C1
Tints of Cupid #ECA8C1
RGB
CMYK
RGB Variations
Color information
#ECA8C1 (or 0xECA8C1) is known color: Cupid. HEX triplet: EC, A8 and C1. RGB value is (236,168,193). Sum of RGB (Red+Green+Blue) = 236+168+193=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8C1 is #13573E. Grayscale: #BFBFBF. Windows color (decimal): -1267519 or 12691692. OLE color: 12691692.
HSL color Cylindrical-coordinate representation of color #ECA8C1: hue angle of 337.94º 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 #ECA8C1 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 193 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.07 |
| HSL | 337.94º | 0.64% | 0.79% | - |
| HSV(B) | 337.94º | 0.29% | 0.93% | - |
| XYZ | 58.22 | 49.69 | 56.97 | - |
| YUV | 191.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 193 | 0 | 0.29 | 0.18 | 0.07 | 337.94 | 0.64 | 0.79 |
| Hex | EC | A8 | C1 | 0 | 1D | 12 | 7 | 152 | 40 | 4F |
| Octal | 354 | 250 | 301 | 0 | 35 | 22 | 7 | 522 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11000001 | 0 | 11101 | 10010 | 111 | 101010010 | 1000000 | 1001111 |
Color Harmonies of #ECA8C1
Complementary color
Monochromatic Colors of #ECA8C1
Black with #ECA8C1
Text Example
Text Example
White with #ECA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8C1; }
p { color: rgb(236,168,193); }
H1.HeaderClassName
{
color: #ECA8C1;
}
.AnyTagClassName
{
color: #ECA8C1;
}
</style>
background-color css
<style>
a { background-color: #ECA8C1; }
a { background-color: rgb(236,168,193); }
div.DivClassName
{
background-color: #ECA8C1;
}
.BgClassName
{
background-color: #ECA8C1;
}
</style>
border-color css
<style>
span { border-color: #ECA8C1; }
span { border-color: rgb(236,168,193); }
td.TdClassName
{
border-color: #ECA8C1;
}
.TagClassName
{
border-color: #ECA8C1;
}
</style>