Shades of Cupid #ECAABF
Tints of Cupid #ECAABF
RGB
CMYK
RGB Variations
Color information
#ECAABF (or 0xECAABF) is known color: Cupid. HEX triplet: EC, AA and BF. RGB value is (236,170,191). Sum of RGB (Red+Green+Blue) = 236+170+191=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAABF is #135540. Grayscale: #C0C0C0. Windows color (decimal): -1267009 or 12561132. OLE color: 12561132.
HSL color Cylindrical-coordinate representation of color #ECAABF: hue angle of 340.91º 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 #ECAABF is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 191 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.07 |
| HSL | 340.91º | 0.63% | 0.8% | - |
| HSV(B) | 340.91º | 0.28% | 0.93% | - |
| XYZ | 58.37 | 50.34 | 55.93 | - |
| YUV | 192.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 191 | 0 | 0.28 | 0.19 | 0.07 | 340.91 | 0.63 | 0.8 |
| Hex | EC | AA | BF | 0 | 1C | 13 | 7 | 155 | 3F | 50 |
| Octal | 354 | 252 | 277 | 0 | 34 | 23 | 7 | 525 | 77 | 120 |
| Binary | 11101100 | 10101010 | 10111111 | 0 | 11100 | 10011 | 111 | 101010101 | 111111 | 1010000 |
Color Harmonies of #ECAABF
Complementary color
Monochromatic Colors of #ECAABF
Black with #ECAABF
Text Example
Text Example
White with #ECAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAABF; }
p { color: rgb(236,170,191); }
H1.HeaderClassName
{
color: #ECAABF;
}
.AnyTagClassName
{
color: #ECAABF;
}
</style>
background-color css
<style>
a { background-color: #ECAABF; }
a { background-color: rgb(236,170,191); }
div.DivClassName
{
background-color: #ECAABF;
}
.BgClassName
{
background-color: #ECAABF;
}
</style>
border-color css
<style>
span { border-color: #ECAABF; }
span { border-color: rgb(236,170,191); }
td.TdClassName
{
border-color: #ECAABF;
}
.TagClassName
{
border-color: #ECAABF;
}
</style>