Shades of Cupid #ECABC2
Tints of Cupid #ECABC2
RGB
CMYK
RGB Variations
Color information
#ECABC2 (or 0xECABC2) is known color: Cupid. HEX triplet: EC, AB and C2. RGB value is (236,171,194). Sum of RGB (Red+Green+Blue) = 236+171+194=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABC2 is #13543D. Grayscale: #C1C1C1. Windows color (decimal): -1266750 or 12757996. OLE color: 12757996.
HSL color Cylindrical-coordinate representation of color #ECABC2: hue angle of 338.77º 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 #ECABC2 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 194 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.07 |
| HSL | 338.77º | 0.63% | 0.8% | - |
| HSV(B) | 338.77º | 0.28% | 0.93% | - |
| XYZ | 58.89 | 50.85 | 57.75 | - |
| YUV | 193.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 194 | 0 | 0.28 | 0.18 | 0.07 | 338.77 | 0.63 | 0.8 |
| Hex | EC | AB | C2 | 0 | 1C | 12 | 7 | 153 | 3F | 50 |
| Octal | 354 | 253 | 302 | 0 | 34 | 22 | 7 | 523 | 77 | 120 |
| Binary | 11101100 | 10101011 | 11000010 | 0 | 11100 | 10010 | 111 | 101010011 | 111111 | 1010000 |
Color Harmonies of #ECABC2
Complementary color
Monochromatic Colors of #ECABC2
Black with #ECABC2
Text Example
Text Example
White with #ECABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABC2; }
p { color: rgb(236,171,194); }
H1.HeaderClassName
{
color: #ECABC2;
}
.AnyTagClassName
{
color: #ECABC2;
}
</style>
background-color css
<style>
a { background-color: #ECABC2; }
a { background-color: rgb(236,171,194); }
div.DivClassName
{
background-color: #ECABC2;
}
.BgClassName
{
background-color: #ECABC2;
}
</style>
border-color css
<style>
span { border-color: #ECABC2; }
span { border-color: rgb(236,171,194); }
td.TdClassName
{
border-color: #ECABC2;
}
.TagClassName
{
border-color: #ECABC2;
}
</style>