Shades of Cupid #ECAFC0
Tints of Cupid #ECAFC0
RGB
CMYK
RGB Variations
Color information
#ECAFC0 (or 0xECAFC0) is known color: Cupid. HEX triplet: EC, AF and C0. RGB value is (236,175,192). Sum of RGB (Red+Green+Blue) = 236+175+192=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFC0 is #13503F. Grayscale: #C3C3C3. Windows color (decimal): -1265728 or 12627948. OLE color: 12627948.
HSL color Cylindrical-coordinate representation of color #ECAFC0: hue angle of 343.28º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAFC0 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 192 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.07 |
| HSL | 343.28º | 0.62% | 0.81% | - |
| HSV(B) | 343.28º | 0.26% | 0.93% | - |
| XYZ | 59.44 | 52.3 | 56.83 | - |
| YUV | 195.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 192 | 0 | 0.26 | 0.19 | 0.07 | 343.28 | 0.62 | 0.81 |
| Hex | EC | AF | C0 | 0 | 1A | 13 | 7 | 157 | 3E | 51 |
| Octal | 354 | 257 | 300 | 0 | 32 | 23 | 7 | 527 | 76 | 121 |
| Binary | 11101100 | 10101111 | 11000000 | 0 | 11010 | 10011 | 111 | 101010111 | 111110 | 1010001 |
Color Harmonies of #ECAFC0
Complementary color
Monochromatic Colors of #ECAFC0
Black with #ECAFC0
Text Example
Text Example
White with #ECAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFC0; }
p { color: rgb(236,175,192); }
H1.HeaderClassName
{
color: #ECAFC0;
}
.AnyTagClassName
{
color: #ECAFC0;
}
</style>
background-color css
<style>
a { background-color: #ECAFC0; }
a { background-color: rgb(236,175,192); }
div.DivClassName
{
background-color: #ECAFC0;
}
.BgClassName
{
background-color: #ECAFC0;
}
</style>
border-color css
<style>
span { border-color: #ECAFC0; }
span { border-color: rgb(236,175,192); }
td.TdClassName
{
border-color: #ECAFC0;
}
.TagClassName
{
border-color: #ECAFC0;
}
</style>