Shades of Cupid #ECAFBC
Tints of Cupid #ECAFBC
RGB
CMYK
RGB Variations
Color information
#ECAFBC (or 0xECAFBC) is known color: Cupid. HEX triplet: EC, AF and BC. RGB value is (236,175,188). Sum of RGB (Red+Green+Blue) = 236+175+188=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFBC is #135043. Grayscale: #C2C2C2. Windows color (decimal): -1265732 or 12365804. OLE color: 12365804.
HSL color Cylindrical-coordinate representation of color #ECAFBC: hue angle of 347.21º 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 #ECAFBC is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 188 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.07 |
| HSL | 347.21º | 0.62% | 0.81% | - |
| HSV(B) | 347.21º | 0.26% | 0.93% | - |
| XYZ | 59 | 52.12 | 54.53 | - |
| YUV | 194.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 188 | 0 | 0.26 | 0.20 | 0.07 | 347.21 | 0.62 | 0.81 |
| Hex | EC | AF | BC | 0 | 1A | 14 | 7 | 15B | 3E | 51 |
| Octal | 354 | 257 | 274 | 0 | 32 | 24 | 7 | 533 | 76 | 121 |
| Binary | 11101100 | 10101111 | 10111100 | 0 | 11010 | 10100 | 111 | 101011011 | 111110 | 1010001 |
Color Harmonies of #ECAFBC
Complementary color
Monochromatic Colors of #ECAFBC
Black with #ECAFBC
Text Example
Text Example
White with #ECAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFBC; }
p { color: rgb(236,175,188); }
H1.HeaderClassName
{
color: #ECAFBC;
}
.AnyTagClassName
{
color: #ECAFBC;
}
</style>
background-color css
<style>
a { background-color: #ECAFBC; }
a { background-color: rgb(236,175,188); }
div.DivClassName
{
background-color: #ECAFBC;
}
.BgClassName
{
background-color: #ECAFBC;
}
</style>
border-color css
<style>
span { border-color: #ECAFBC; }
span { border-color: rgb(236,175,188); }
td.TdClassName
{
border-color: #ECAFBC;
}
.TagClassName
{
border-color: #ECAFBC;
}
</style>