Shades of Cupid #ECAAC7
Tints of Cupid #ECAAC7
RGB
CMYK
RGB Variations
Color information
#ECAAC7 (or 0xECAAC7) is known color: Cupid. HEX triplet: EC, AA and C7. RGB value is (236,170,199). Sum of RGB (Red+Green+Blue) = 236+170+199=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAC7 is #135538. Grayscale: #C0C0C0. Windows color (decimal): -1267001 or 13085420. OLE color: 13085420.
HSL color Cylindrical-coordinate representation of color #ECAAC7: hue angle of 333.64º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAAC7 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 199 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.07 |
| HSL | 333.64º | 0.63% | 0.8% | - |
| HSV(B) | 333.64º | 0.28% | 0.93% | - |
| XYZ | 59.28 | 50.71 | 60.7 | - |
| YUV | 193.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 199 | 0 | 0.28 | 0.16 | 0.07 | 333.64 | 0.63 | 0.8 |
| Hex | EC | AA | C7 | 0 | 1C | 10 | 7 | 14E | 3F | 50 |
| Octal | 354 | 252 | 307 | 0 | 34 | 20 | 7 | 516 | 77 | 120 |
| Binary | 11101100 | 10101010 | 11000111 | 0 | 11100 | 10000 | 111 | 101001110 | 111111 | 1010000 |
Color Harmonies of #ECAAC7
Complementary color
Monochromatic Colors of #ECAAC7
Black with #ECAAC7
Text Example
Text Example
White with #ECAAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAC7; }
p { color: rgb(236,170,199); }
H1.HeaderClassName
{
color: #ECAAC7;
}
.AnyTagClassName
{
color: #ECAAC7;
}
</style>
background-color css
<style>
a { background-color: #ECAAC7; }
a { background-color: rgb(236,170,199); }
div.DivClassName
{
background-color: #ECAAC7;
}
.BgClassName
{
background-color: #ECAAC7;
}
</style>
border-color css
<style>
span { border-color: #ECAAC7; }
span { border-color: rgb(236,170,199); }
td.TdClassName
{
border-color: #ECAAC7;
}
.TagClassName
{
border-color: #ECAAC7;
}
</style>