Shades of Cupid #ECAABC
Tints of Cupid #ECAABC
RGB
CMYK
RGB Variations
Color information
#ECAABC (or 0xECAABC) is known color: Cupid. HEX triplet: EC, AA and BC. RGB value is (236,170,188). Sum of RGB (Red+Green+Blue) = 236+170+188=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAABC is #135543. Grayscale: #BFBFBF. Windows color (decimal): -1267012 or 12364524. OLE color: 12364524.
HSL color Cylindrical-coordinate representation of color #ECAABC: hue angle of 343.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 #ECAABC is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 188 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.07 |
| HSL | 343.64º | 0.63% | 0.8% | - |
| HSV(B) | 343.64º | 0.28% | 0.93% | - |
| XYZ | 58.04 | 50.21 | 54.21 | - |
| YUV | 191.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 188 | 0 | 0.28 | 0.20 | 0.07 | 343.64 | 0.63 | 0.8 |
| Hex | EC | AA | BC | 0 | 1C | 14 | 7 | 158 | 3F | 50 |
| Octal | 354 | 252 | 274 | 0 | 34 | 24 | 7 | 530 | 77 | 120 |
| Binary | 11101100 | 10101010 | 10111100 | 0 | 11100 | 10100 | 111 | 101011000 | 111111 | 1010000 |
Color Harmonies of #ECAABC
Complementary color
Monochromatic Colors of #ECAABC
Black with #ECAABC
Text Example
Text Example
White with #ECAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAABC; }
p { color: rgb(236,170,188); }
H1.HeaderClassName
{
color: #ECAABC;
}
.AnyTagClassName
{
color: #ECAABC;
}
</style>
background-color css
<style>
a { background-color: #ECAABC; }
a { background-color: rgb(236,170,188); }
div.DivClassName
{
background-color: #ECAABC;
}
.BgClassName
{
background-color: #ECAABC;
}
</style>
border-color css
<style>
span { border-color: #ECAABC; }
span { border-color: rgb(236,170,188); }
td.TdClassName
{
border-color: #ECAABC;
}
.TagClassName
{
border-color: #ECAABC;
}
</style>