Shades of Cupid #EFB0CA
Tints of Cupid #EFB0CA
RGB
CMYK
RGB Variations
Color information
#EFB0CA (or 0xEFB0CA) is known color: Cupid. HEX triplet: EF, B0 and CA. RGB value is (239,176,202). Sum of RGB (Red+Green+Blue) = 239+176+202=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0CA is #104F35. Grayscale: #C5C5C5. Windows color (decimal): -1068854 or 13283567. OLE color: 13283567.
HSL color Cylindrical-coordinate representation of color #EFB0CA: hue angle of 335.24º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0CA is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 202 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.06 |
| HSL | 335.24º | 0.66% | 0.81% | - |
| HSV(B) | 335.24º | 0.26% | 0.94% | - |
| XYZ | 61.78 | 53.67 | 62.98 | - |
| YUV | 197.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 202 | 0 | 0.26 | 0.15 | 0.06 | 335.24 | 0.66 | 0.81 |
| Hex | EF | B0 | CA | 0 | 1A | F | 6 | 14F | 42 | 51 |
| Octal | 357 | 260 | 312 | 0 | 32 | 17 | 6 | 517 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11001010 | 0 | 11010 | 1111 | 110 | 101001111 | 1000010 | 1010001 |
Color Harmonies of #EFB0CA
Complementary color
Monochromatic Colors of #EFB0CA
Black with #EFB0CA
Text Example
Text Example
White with #EFB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0CA; }
p { color: rgb(239,176,202); }
H1.HeaderClassName
{
color: #EFB0CA;
}
.AnyTagClassName
{
color: #EFB0CA;
}
</style>
background-color css
<style>
a { background-color: #EFB0CA; }
a { background-color: rgb(239,176,202); }
div.DivClassName
{
background-color: #EFB0CA;
}
.BgClassName
{
background-color: #EFB0CA;
}
</style>
border-color css
<style>
span { border-color: #EFB0CA; }
span { border-color: rgb(239,176,202); }
td.TdClassName
{
border-color: #EFB0CA;
}
.TagClassName
{
border-color: #EFB0CA;
}
</style>