Shades of Cupid #EFB1C4
Tints of Cupid #EFB1C4
RGB
CMYK
RGB Variations
Color information
#EFB1C4 (or 0xEFB1C4) is known color: Cupid. HEX triplet: EF, B1 and C4. RGB value is (239,177,196). Sum of RGB (Red+Green+Blue) = 239+177+196=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1C4 is #104E3B. Grayscale: #C5C5C5. Windows color (decimal): -1068604 or 12890607. OLE color: 12890607.
HSL color Cylindrical-coordinate representation of color #EFB1C4: hue angle of 341.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1C4 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 196 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.06 |
| HSL | 341.61º | 0.66% | 0.82% | - |
| HSV(B) | 341.61º | 0.26% | 0.94% | - |
| XYZ | 61.28 | 53.78 | 59.38 | - |
| YUV | 197.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 196 | 0 | 0.26 | 0.18 | 0.06 | 341.61 | 0.66 | 0.82 |
| Hex | EF | B1 | C4 | 0 | 1A | 12 | 6 | 156 | 42 | 52 |
| Octal | 357 | 261 | 304 | 0 | 32 | 22 | 6 | 526 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11000100 | 0 | 11010 | 10010 | 110 | 101010110 | 1000010 | 1010010 |
Color Harmonies of #EFB1C4
Complementary color
Monochromatic Colors of #EFB1C4
Black with #EFB1C4
Text Example
Text Example
White with #EFB1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1C4; }
p { color: rgb(239,177,196); }
H1.HeaderClassName
{
color: #EFB1C4;
}
.AnyTagClassName
{
color: #EFB1C4;
}
</style>
background-color css
<style>
a { background-color: #EFB1C4; }
a { background-color: rgb(239,177,196); }
div.DivClassName
{
background-color: #EFB1C4;
}
.BgClassName
{
background-color: #EFB1C4;
}
</style>
border-color css
<style>
span { border-color: #EFB1C4; }
span { border-color: rgb(239,177,196); }
td.TdClassName
{
border-color: #EFB1C4;
}
.TagClassName
{
border-color: #EFB1C4;
}
</style>