Shades of Cupid #ECACC3
Tints of Cupid #ECACC3
RGB
CMYK
RGB Variations
Color information
#ECACC3 (or 0xECACC3) is known color: Cupid. HEX triplet: EC, AC and C3. RGB value is (236,172,195). Sum of RGB (Red+Green+Blue) = 236+172+195=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACC3 is #13533C. Grayscale: #C1C1C1. Windows color (decimal): -1266493 or 12823788. OLE color: 12823788.
HSL color Cylindrical-coordinate representation of color #ECACC3: hue angle of 338.44º 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 #ECACC3 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 195 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.07 |
| HSL | 338.44º | 0.63% | 0.8% | - |
| HSV(B) | 338.44º | 0.27% | 0.93% | - |
| XYZ | 59.19 | 51.28 | 58.41 | - |
| YUV | 193.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 195 | 0 | 0.27 | 0.17 | 0.07 | 338.44 | 0.63 | 0.8 |
| Hex | EC | AC | C3 | 0 | 1B | 11 | 7 | 152 | 3F | 50 |
| Octal | 354 | 254 | 303 | 0 | 33 | 21 | 7 | 522 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11000011 | 0 | 11011 | 10001 | 111 | 101010010 | 111111 | 1010000 |
Color Harmonies of #ECACC3
Complementary color
Monochromatic Colors of #ECACC3
Black with #ECACC3
Text Example
Text Example
White with #ECACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACC3; }
p { color: rgb(236,172,195); }
H1.HeaderClassName
{
color: #ECACC3;
}
.AnyTagClassName
{
color: #ECACC3;
}
</style>
background-color css
<style>
a { background-color: #ECACC3; }
a { background-color: rgb(236,172,195); }
div.DivClassName
{
background-color: #ECACC3;
}
.BgClassName
{
background-color: #ECACC3;
}
</style>
border-color css
<style>
span { border-color: #ECACC3; }
span { border-color: rgb(236,172,195); }
td.TdClassName
{
border-color: #ECACC3;
}
.TagClassName
{
border-color: #ECACC3;
}
</style>