Shades of Cupid #EFB0C4
Tints of Cupid #EFB0C4
RGB
CMYK
RGB Variations
Color information
#EFB0C4 (or 0xEFB0C4) is known color: Cupid. HEX triplet: EF, B0 and C4. RGB value is (239,176,196). Sum of RGB (Red+Green+Blue) = 239+176+196=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0C4 is #104F3B. Grayscale: #C5C5C5. Windows color (decimal): -1068860 or 12890351. OLE color: 12890351.
HSL color Cylindrical-coordinate representation of color #EFB0C4: hue angle of 340.95º 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 #EFB0C4 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 196 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.06 |
| HSL | 340.95º | 0.66% | 0.81% | - |
| HSV(B) | 340.95º | 0.26% | 0.94% | - |
| XYZ | 61.09 | 53.39 | 59.31 | - |
| YUV | 197.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 196 | 0 | 0.26 | 0.18 | 0.06 | 340.95 | 0.66 | 0.81 |
| Hex | EF | B0 | C4 | 0 | 1A | 12 | 6 | 155 | 42 | 51 |
| Octal | 357 | 260 | 304 | 0 | 32 | 22 | 6 | 525 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11000100 | 0 | 11010 | 10010 | 110 | 101010101 | 1000010 | 1010001 |
Color Harmonies of #EFB0C4
Complementary color
Monochromatic Colors of #EFB0C4
Black with #EFB0C4
Text Example
Text Example
White with #EFB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0C4; }
p { color: rgb(239,176,196); }
H1.HeaderClassName
{
color: #EFB0C4;
}
.AnyTagClassName
{
color: #EFB0C4;
}
</style>
background-color css
<style>
a { background-color: #EFB0C4; }
a { background-color: rgb(239,176,196); }
div.DivClassName
{
background-color: #EFB0C4;
}
.BgClassName
{
background-color: #EFB0C4;
}
</style>
border-color css
<style>
span { border-color: #EFB0C4; }
span { border-color: rgb(239,176,196); }
td.TdClassName
{
border-color: #EFB0C4;
}
.TagClassName
{
border-color: #EFB0C4;
}
</style>