Shades of Cupid #ECAFBB
Tints of Cupid #ECAFBB
RGB
CMYK
RGB Variations
Color information
#ECAFBB (or 0xECAFBB) is known color: Cupid. HEX triplet: EC, AF and BB. RGB value is (236,175,187). Sum of RGB (Red+Green+Blue) = 236+175+187=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFBB is #135044. Grayscale: #C2C2C2. Windows color (decimal): -1265733 or 12300268. OLE color: 12300268.
HSL color Cylindrical-coordinate representation of color #ECAFBB: hue angle of 348.2º 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 #ECAFBB is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 187 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.07 |
| HSL | 348.2º | 0.62% | 0.81% | - |
| HSV(B) | 348.2º | 0.26% | 0.93% | - |
| XYZ | 58.89 | 52.08 | 53.96 | - |
| YUV | 194.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 187 | 0 | 0.26 | 0.21 | 0.07 | 348.2 | 0.62 | 0.81 |
| Hex | EC | AF | BB | 0 | 1A | 15 | 7 | 15C | 3E | 51 |
| Octal | 354 | 257 | 273 | 0 | 32 | 25 | 7 | 534 | 76 | 121 |
| Binary | 11101100 | 10101111 | 10111011 | 0 | 11010 | 10101 | 111 | 101011100 | 111110 | 1010001 |
Color Harmonies of #ECAFBB
Complementary color
Monochromatic Colors of #ECAFBB
Black with #ECAFBB
Text Example
Text Example
White with #ECAFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFBB; }
p { color: rgb(236,175,187); }
H1.HeaderClassName
{
color: #ECAFBB;
}
.AnyTagClassName
{
color: #ECAFBB;
}
</style>
background-color css
<style>
a { background-color: #ECAFBB; }
a { background-color: rgb(236,175,187); }
div.DivClassName
{
background-color: #ECAFBB;
}
.BgClassName
{
background-color: #ECAFBB;
}
</style>
border-color css
<style>
span { border-color: #ECAFBB; }
span { border-color: rgb(236,175,187); }
td.TdClassName
{
border-color: #ECAFBB;
}
.TagClassName
{
border-color: #ECAFBB;
}
</style>