Shades of Cupid #EFAFBC
Tints of Cupid #EFAFBC
RGB
CMYK
RGB Variations
Color information
#EFAFBC (or 0xEFAFBC) is known color: Cupid. HEX triplet: EF, AF and BC. RGB value is (239,175,188). Sum of RGB (Red+Green+Blue) = 239+175+188=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFBC is #105043. Grayscale: #C3C3C3. Windows color (decimal): -1069124 or 12365807. OLE color: 12365807.
HSL color Cylindrical-coordinate representation of color #EFAFBC: hue angle of 347.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFBC is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 188 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.06 |
| HSL | 347.81º | 0.67% | 0.81% | - |
| HSV(B) | 347.81º | 0.27% | 0.94% | - |
| XYZ | 60 | 52.64 | 54.58 | - |
| YUV | 195.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 188 | 0 | 0.27 | 0.21 | 0.06 | 347.81 | 0.67 | 0.81 |
| Hex | EF | AF | BC | 0 | 1B | 15 | 6 | 15C | 43 | 51 |
| Octal | 357 | 257 | 274 | 0 | 33 | 25 | 6 | 534 | 103 | 121 |
| Binary | 11101111 | 10101111 | 10111100 | 0 | 11011 | 10101 | 110 | 101011100 | 1000011 | 1010001 |
Color Harmonies of #EFAFBC
Complementary color
Monochromatic Colors of #EFAFBC
Black with #EFAFBC
Text Example
Text Example
White with #EFAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFBC; }
p { color: rgb(239,175,188); }
H1.HeaderClassName
{
color: #EFAFBC;
}
.AnyTagClassName
{
color: #EFAFBC;
}
</style>
background-color css
<style>
a { background-color: #EFAFBC; }
a { background-color: rgb(239,175,188); }
div.DivClassName
{
background-color: #EFAFBC;
}
.BgClassName
{
background-color: #EFAFBC;
}
</style>
border-color css
<style>
span { border-color: #EFAFBC; }
span { border-color: rgb(239,175,188); }
td.TdClassName
{
border-color: #EFAFBC;
}
.TagClassName
{
border-color: #EFAFBC;
}
</style>