Shades of Cupid #ECACC4
Tints of Cupid #ECACC4
RGB
CMYK
RGB Variations
Color information
#ECACC4 (or 0xECACC4) is known color: Cupid. HEX triplet: EC, AC and C4. RGB value is (236,172,196). Sum of RGB (Red+Green+Blue) = 236+172+196=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACC4 is #13533B. Grayscale: #C1C1C1. Windows color (decimal): -1266492 or 12889324. OLE color: 12889324.
HSL color Cylindrical-coordinate representation of color #ECACC4: hue angle of 337.5º 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 #ECACC4 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 196 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.07 |
| HSL | 337.5º | 0.63% | 0.8% | - |
| HSV(B) | 337.5º | 0.27% | 0.93% | - |
| XYZ | 59.31 | 51.32 | 59.01 | - |
| YUV | 193.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 196 | 0 | 0.27 | 0.17 | 0.07 | 337.5 | 0.63 | 0.8 |
| Hex | EC | AC | C4 | 0 | 1B | 11 | 7 | 152 | 3F | 50 |
| Octal | 354 | 254 | 304 | 0 | 33 | 21 | 7 | 522 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11000100 | 0 | 11011 | 10001 | 111 | 101010010 | 111111 | 1010000 |
Color Harmonies of #ECACC4
Complementary color
Monochromatic Colors of #ECACC4
Black with #ECACC4
Text Example
Text Example
White with #ECACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACC4; }
p { color: rgb(236,172,196); }
H1.HeaderClassName
{
color: #ECACC4;
}
.AnyTagClassName
{
color: #ECACC4;
}
</style>
background-color css
<style>
a { background-color: #ECACC4; }
a { background-color: rgb(236,172,196); }
div.DivClassName
{
background-color: #ECACC4;
}
.BgClassName
{
background-color: #ECACC4;
}
</style>
border-color css
<style>
span { border-color: #ECACC4; }
span { border-color: rgb(236,172,196); }
td.TdClassName
{
border-color: #ECACC4;
}
.TagClassName
{
border-color: #ECACC4;
}
</style>