Shades of Cupid #ECAFBD
Tints of Cupid #ECAFBD
RGB
CMYK
RGB Variations
Color information
#ECAFBD (or 0xECAFBD) is known color: Cupid. HEX triplet: EC, AF and BD. RGB value is (236,175,189). Sum of RGB (Red+Green+Blue) = 236+175+189=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFBD is #135042. Grayscale: #C2C2C2. Windows color (decimal): -1265731 or 12431340. OLE color: 12431340.
HSL color Cylindrical-coordinate representation of color #ECAFBD: hue angle of 346.23º 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 #ECAFBD is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 189 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.07 |
| HSL | 346.23º | 0.62% | 0.81% | - |
| HSV(B) | 346.23º | 0.26% | 0.93% | - |
| XYZ | 59.11 | 52.17 | 55.1 | - |
| YUV | 194.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 189 | 0 | 0.26 | 0.20 | 0.07 | 346.23 | 0.62 | 0.81 |
| Hex | EC | AF | BD | 0 | 1A | 14 | 7 | 15A | 3E | 51 |
| Octal | 354 | 257 | 275 | 0 | 32 | 24 | 7 | 532 | 76 | 121 |
| Binary | 11101100 | 10101111 | 10111101 | 0 | 11010 | 10100 | 111 | 101011010 | 111110 | 1010001 |
Color Harmonies of #ECAFBD
Complementary color
Monochromatic Colors of #ECAFBD
Black with #ECAFBD
Text Example
Text Example
White with #ECAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAFBD; }
p { color: rgb(236,175,189); }
H1.HeaderClassName
{
color: #ECAFBD;
}
.AnyTagClassName
{
color: #ECAFBD;
}
</style>
background-color css
<style>
a { background-color: #ECAFBD; }
a { background-color: rgb(236,175,189); }
div.DivClassName
{
background-color: #ECAFBD;
}
.BgClassName
{
background-color: #ECAFBD;
}
</style>
border-color css
<style>
span { border-color: #ECAFBD; }
span { border-color: rgb(236,175,189); }
td.TdClassName
{
border-color: #ECAFBD;
}
.TagClassName
{
border-color: #ECAFBD;
}
</style>