Shades of Cupid #EFB0C9
Tints of Cupid #EFB0C9
RGB
CMYK
RGB Variations
Color information
#EFB0C9 (or 0xEFB0C9) is known color: Cupid. HEX triplet: EF, B0 and C9. RGB value is (239,176,201). Sum of RGB (Red+Green+Blue) = 239+176+201=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0C9 is #104F36. Grayscale: #C5C5C5. Windows color (decimal): -1068855 or 13218031. OLE color: 13218031.
HSL color Cylindrical-coordinate representation of color #EFB0C9: hue angle of 336.19º 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 #EFB0C9 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 201 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.06 |
| HSL | 336.19º | 0.66% | 0.81% | - |
| HSV(B) | 336.19º | 0.26% | 0.94% | - |
| XYZ | 61.66 | 53.62 | 62.36 | - |
| YUV | 197.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 201 | 0 | 0.26 | 0.16 | 0.06 | 336.19 | 0.66 | 0.81 |
| Hex | EF | B0 | C9 | 0 | 1A | 10 | 6 | 150 | 42 | 51 |
| Octal | 357 | 260 | 311 | 0 | 32 | 20 | 6 | 520 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11001001 | 0 | 11010 | 10000 | 110 | 101010000 | 1000010 | 1010001 |
Color Harmonies of #EFB0C9
Complementary color
Monochromatic Colors of #EFB0C9
Black with #EFB0C9
Text Example
Text Example
White with #EFB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0C9; }
p { color: rgb(239,176,201); }
H1.HeaderClassName
{
color: #EFB0C9;
}
.AnyTagClassName
{
color: #EFB0C9;
}
</style>
background-color css
<style>
a { background-color: #EFB0C9; }
a { background-color: rgb(239,176,201); }
div.DivClassName
{
background-color: #EFB0C9;
}
.BgClassName
{
background-color: #EFB0C9;
}
</style>
border-color css
<style>
span { border-color: #EFB0C9; }
span { border-color: rgb(239,176,201); }
td.TdClassName
{
border-color: #EFB0C9;
}
.TagClassName
{
border-color: #EFB0C9;
}
</style>