Shades of Cupid #ECACC0
Tints of Cupid #ECACC0
RGB
CMYK
RGB Variations
Color information
#ECACC0 (or 0xECACC0) is known color: Cupid. HEX triplet: EC, AC and C0. RGB value is (236,172,192). Sum of RGB (Red+Green+Blue) = 236+172+192=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACC0 is #13533F. Grayscale: #C1C1C1. Windows color (decimal): -1266496 or 12627180. OLE color: 12627180.
HSL color Cylindrical-coordinate representation of color #ECACC0: hue angle of 341.25º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACC0 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 192 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.07 |
| HSL | 341.25º | 0.63% | 0.8% | - |
| HSV(B) | 341.25º | 0.27% | 0.93% | - |
| XYZ | 58.86 | 51.14 | 56.64 | - |
| YUV | 193.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 192 | 0 | 0.27 | 0.19 | 0.07 | 341.25 | 0.63 | 0.8 |
| Hex | EC | AC | C0 | 0 | 1B | 13 | 7 | 155 | 3F | 50 |
| Octal | 354 | 254 | 300 | 0 | 33 | 23 | 7 | 525 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11000000 | 0 | 11011 | 10011 | 111 | 101010101 | 111111 | 1010000 |
Color Harmonies of #ECACC0
Complementary color
Monochromatic Colors of #ECACC0
Black with #ECACC0
Text Example
Text Example
White with #ECACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACC0; }
p { color: rgb(236,172,192); }
H1.HeaderClassName
{
color: #ECACC0;
}
.AnyTagClassName
{
color: #ECACC0;
}
</style>
background-color css
<style>
a { background-color: #ECACC0; }
a { background-color: rgb(236,172,192); }
div.DivClassName
{
background-color: #ECACC0;
}
.BgClassName
{
background-color: #ECACC0;
}
</style>
border-color css
<style>
span { border-color: #ECACC0; }
span { border-color: rgb(236,172,192); }
td.TdClassName
{
border-color: #ECACC0;
}
.TagClassName
{
border-color: #ECACC0;
}
</style>