Shades of Cupid #EFAFC0
Tints of Cupid #EFAFC0
RGB
CMYK
RGB Variations
Color information
#EFAFC0 (or 0xEFAFC0) is known color: Cupid. HEX triplet: EF, AF and C0. RGB value is (239,175,192). Sum of RGB (Red+Green+Blue) = 239+175+192=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFC0 is #10503F. Grayscale: #C4C4C4. Windows color (decimal): -1069120 or 12627951. OLE color: 12627951.
HSL color Cylindrical-coordinate representation of color #EFAFC0: hue angle of 344.06º 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 #EFAFC0 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 192 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.06 |
| HSL | 344.06º | 0.67% | 0.81% | - |
| HSV(B) | 344.06º | 0.27% | 0.94% | - |
| XYZ | 60.44 | 52.82 | 56.88 | - |
| YUV | 196.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 192 | 0 | 0.27 | 0.20 | 0.06 | 344.06 | 0.67 | 0.81 |
| Hex | EF | AF | C0 | 0 | 1B | 14 | 6 | 158 | 43 | 51 |
| Octal | 357 | 257 | 300 | 0 | 33 | 24 | 6 | 530 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11000000 | 0 | 11011 | 10100 | 110 | 101011000 | 1000011 | 1010001 |
Color Harmonies of #EFAFC0
Complementary color
Monochromatic Colors of #EFAFC0
Black with #EFAFC0
Text Example
Text Example
White with #EFAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFC0; }
p { color: rgb(239,175,192); }
H1.HeaderClassName
{
color: #EFAFC0;
}
.AnyTagClassName
{
color: #EFAFC0;
}
</style>
background-color css
<style>
a { background-color: #EFAFC0; }
a { background-color: rgb(239,175,192); }
div.DivClassName
{
background-color: #EFAFC0;
}
.BgClassName
{
background-color: #EFAFC0;
}
</style>
border-color css
<style>
span { border-color: #EFAFC0; }
span { border-color: rgb(239,175,192); }
td.TdClassName
{
border-color: #EFAFC0;
}
.TagClassName
{
border-color: #EFAFC0;
}
</style>