Shades of Cupid #ECAFBE
Tints of Cupid #ECAFBE
RGB
CMYK
RGB Variations
Color information
#ECAFBE (or 0xECAFBE) is known color: Cupid. HEX triplet: EC, AF and BE. RGB value is (236,175,190). Sum of RGB (Red+Green+Blue) = 236+175+190=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFBE is #135041. Grayscale: #C2C2C2. Windows color (decimal): -1265730 or 12496876. OLE color: 12496876.
HSL color Cylindrical-coordinate representation of color #ECAFBE: hue angle of 345.25º 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 #ECAFBE is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 190 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.07 |
| HSL | 345.25º | 0.62% | 0.81% | - |
| HSV(B) | 345.25º | 0.26% | 0.93% | - |
| XYZ | 59.22 | 52.21 | 55.67 | - |
| YUV | 194.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 190 | 0 | 0.26 | 0.19 | 0.07 | 345.25 | 0.62 | 0.81 |
| Hex | EC | AF | BE | 0 | 1A | 13 | 7 | 159 | 3E | 51 |
| Octal | 354 | 257 | 276 | 0 | 32 | 23 | 7 | 531 | 76 | 121 |
| Binary | 11101100 | 10101111 | 10111110 | 0 | 11010 | 10011 | 111 | 101011001 | 111110 | 1010001 |
Color Harmonies of #ECAFBE
Complementary color
Monochromatic Colors of #ECAFBE
Black with #ECAFBE
Text Example
Text Example
White with #ECAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFBE; }
p { color: rgb(236,175,190); }
H1.HeaderClassName
{
color: #ECAFBE;
}
.AnyTagClassName
{
color: #ECAFBE;
}
</style>
background-color css
<style>
a { background-color: #ECAFBE; }
a { background-color: rgb(236,175,190); }
div.DivClassName
{
background-color: #ECAFBE;
}
.BgClassName
{
background-color: #ECAFBE;
}
</style>
border-color css
<style>
span { border-color: #ECAFBE; }
span { border-color: rgb(236,175,190); }
td.TdClassName
{
border-color: #ECAFBE;
}
.TagClassName
{
border-color: #ECAFBE;
}
</style>