Shades of Cupid #EFB0C1
Tints of Cupid #EFB0C1
RGB
CMYK
RGB Variations
Color information
#EFB0C1 (or 0xEFB0C1) is known color: Cupid. HEX triplet: EF, B0 and C1. RGB value is (239,176,193). Sum of RGB (Red+Green+Blue) = 239+176+193=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0C1 is #104F3E. Grayscale: #C4C4C4. Windows color (decimal): -1068863 or 12693743. OLE color: 12693743.
HSL color Cylindrical-coordinate representation of color #EFB0C1: hue angle of 343.81º 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 #EFB0C1 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 193 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.06 |
| HSL | 343.81º | 0.66% | 0.81% | - |
| HSV(B) | 343.81º | 0.26% | 0.94% | - |
| XYZ | 60.75 | 53.25 | 57.53 | - |
| YUV | 196.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 193 | 0 | 0.26 | 0.19 | 0.06 | 343.81 | 0.66 | 0.81 |
| Hex | EF | B0 | C1 | 0 | 1A | 13 | 6 | 158 | 42 | 51 |
| Octal | 357 | 260 | 301 | 0 | 32 | 23 | 6 | 530 | 102 | 121 |
| Binary | 11101111 | 10110000 | 11000001 | 0 | 11010 | 10011 | 110 | 101011000 | 1000010 | 1010001 |
Color Harmonies of #EFB0C1
Complementary color
Monochromatic Colors of #EFB0C1
Black with #EFB0C1
Text Example
Text Example
White with #EFB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB0C1; }
p { color: rgb(239,176,193); }
H1.HeaderClassName
{
color: #EFB0C1;
}
.AnyTagClassName
{
color: #EFB0C1;
}
</style>
background-color css
<style>
a { background-color: #EFB0C1; }
a { background-color: rgb(239,176,193); }
div.DivClassName
{
background-color: #EFB0C1;
}
.BgClassName
{
background-color: #EFB0C1;
}
</style>
border-color css
<style>
span { border-color: #EFB0C1; }
span { border-color: rgb(239,176,193); }
td.TdClassName
{
border-color: #EFB0C1;
}
.TagClassName
{
border-color: #EFB0C1;
}
</style>