Shades of Cupid #ECAAC1
Tints of Cupid #ECAAC1
RGB
CMYK
RGB Variations
Color information
#ECAAC1 (or 0xECAAC1) is known color: Cupid. HEX triplet: EC, AA and C1. RGB value is (236,170,193). Sum of RGB (Red+Green+Blue) = 236+170+193=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAC1 is #13553E. Grayscale: #C0C0C0. Windows color (decimal): -1267007 or 12692204. OLE color: 12692204.
HSL color Cylindrical-coordinate representation of color #ECAAC1: hue angle of 339.09º 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 #ECAAC1 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 193 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.07 |
| HSL | 339.09º | 0.63% | 0.8% | - |
| HSV(B) | 339.09º | 0.28% | 0.93% | - |
| XYZ | 58.59 | 50.43 | 57.1 | - |
| YUV | 192.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 193 | 0 | 0.28 | 0.18 | 0.07 | 339.09 | 0.63 | 0.8 |
| Hex | EC | AA | C1 | 0 | 1C | 12 | 7 | 153 | 3F | 50 |
| Octal | 354 | 252 | 301 | 0 | 34 | 22 | 7 | 523 | 77 | 120 |
| Binary | 11101100 | 10101010 | 11000001 | 0 | 11100 | 10010 | 111 | 101010011 | 111111 | 1010000 |
Color Harmonies of #ECAAC1
Complementary color
Monochromatic Colors of #ECAAC1
Black with #ECAAC1
Text Example
Text Example
White with #ECAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAC1; }
p { color: rgb(236,170,193); }
H1.HeaderClassName
{
color: #ECAAC1;
}
.AnyTagClassName
{
color: #ECAAC1;
}
</style>
background-color css
<style>
a { background-color: #ECAAC1; }
a { background-color: rgb(236,170,193); }
div.DivClassName
{
background-color: #ECAAC1;
}
.BgClassName
{
background-color: #ECAAC1;
}
</style>
border-color css
<style>
span { border-color: #ECAAC1; }
span { border-color: rgb(236,170,193); }
td.TdClassName
{
border-color: #ECAAC1;
}
.TagClassName
{
border-color: #ECAAC1;
}
</style>