Shades of Cupid #EFB4BF
Tints of Cupid #EFB4BF
RGB
CMYK
RGB Variations
Color information
#EFB4BF (or 0xEFB4BF) is known color: Cupid. HEX triplet: EF, B4 and BF. RGB value is (239,180,191). Sum of RGB (Red+Green+Blue) = 239+180+191=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB4BF is #104B40. Grayscale: #C6C6C6. Windows color (decimal): -1067841 or 12563695. OLE color: 12563695.
HSL color Cylindrical-coordinate representation of color #EFB4BF: hue angle of 348.81º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB4BF is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 191 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.06 |
| HSL | 348.81º | 0.65% | 0.82% | - |
| HSV(B) | 348.81º | 0.25% | 0.94% | - |
| XYZ | 61.32 | 54.75 | 56.63 | - |
| YUV | 198.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 191 | 0 | 0.25 | 0.20 | 0.06 | 348.81 | 0.65 | 0.82 |
| Hex | EF | B4 | BF | 0 | 19 | 14 | 6 | 15D | 41 | 52 |
| Octal | 357 | 264 | 277 | 0 | 31 | 24 | 6 | 535 | 101 | 122 |
| Binary | 11101111 | 10110100 | 10111111 | 0 | 11001 | 10100 | 110 | 101011101 | 1000001 | 1010010 |
Color Harmonies of #EFB4BF
Complementary color
Monochromatic Colors of #EFB4BF
Black with #EFB4BF
Text Example
Text Example
White with #EFB4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4BF; }
p { color: rgb(239,180,191); }
H1.HeaderClassName
{
color: #EFB4BF;
}
.AnyTagClassName
{
color: #EFB4BF;
}
</style>
background-color css
<style>
a { background-color: #EFB4BF; }
a { background-color: rgb(239,180,191); }
div.DivClassName
{
background-color: #EFB4BF;
}
.BgClassName
{
background-color: #EFB4BF;
}
</style>
border-color css
<style>
span { border-color: #EFB4BF; }
span { border-color: rgb(239,180,191); }
td.TdClassName
{
border-color: #EFB4BF;
}
.TagClassName
{
border-color: #EFB4BF;
}
</style>