Shades of Cupid #EFAFBD
Tints of Cupid #EFAFBD
RGB
CMYK
RGB Variations
Color information
#EFAFBD (or 0xEFAFBD) is known color: Cupid. HEX triplet: EF, AF and BD. RGB value is (239,175,189). Sum of RGB (Red+Green+Blue) = 239+175+189=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFBD is #105042. Grayscale: #C3C3C3. Windows color (decimal): -1069123 or 12431343. OLE color: 12431343.
HSL color Cylindrical-coordinate representation of color #EFAFBD: hue angle of 346.88º 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 #EFAFBD is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 189 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.06 |
| HSL | 346.88º | 0.67% | 0.81% | - |
| HSV(B) | 346.88º | 0.27% | 0.94% | - |
| XYZ | 60.11 | 52.68 | 55.15 | - |
| YUV | 195.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 189 | 0 | 0.27 | 0.21 | 0.06 | 346.88 | 0.67 | 0.81 |
| Hex | EF | AF | BD | 0 | 1B | 15 | 6 | 15B | 43 | 51 |
| Octal | 357 | 257 | 275 | 0 | 33 | 25 | 6 | 533 | 103 | 121 |
| Binary | 11101111 | 10101111 | 10111101 | 0 | 11011 | 10101 | 110 | 101011011 | 1000011 | 1010001 |
Color Harmonies of #EFAFBD
Complementary color
Monochromatic Colors of #EFAFBD
Black with #EFAFBD
Text Example
Text Example
White with #EFAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFBD; }
p { color: rgb(239,175,189); }
H1.HeaderClassName
{
color: #EFAFBD;
}
.AnyTagClassName
{
color: #EFAFBD;
}
</style>
background-color css
<style>
a { background-color: #EFAFBD; }
a { background-color: rgb(239,175,189); }
div.DivClassName
{
background-color: #EFAFBD;
}
.BgClassName
{
background-color: #EFAFBD;
}
</style>
border-color css
<style>
span { border-color: #EFAFBD; }
span { border-color: rgb(239,175,189); }
td.TdClassName
{
border-color: #EFAFBD;
}
.TagClassName
{
border-color: #EFAFBD;
}
</style>