Shades of Cupid #EFB1C6
Tints of Cupid #EFB1C6
RGB
CMYK
RGB Variations
Color information
#EFB1C6 (or 0xEFB1C6) is known color: Cupid. HEX triplet: EF, B1 and C6. RGB value is (239,177,198). Sum of RGB (Red+Green+Blue) = 239+177+198=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1C6 is #104E39. Grayscale: #C5C5C5. Windows color (decimal): -1068602 or 13021679. OLE color: 13021679.
HSL color Cylindrical-coordinate representation of color #EFB1C6: hue angle of 339.68º 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 #EFB1C6 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 198 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.06 |
| HSL | 339.68º | 0.66% | 0.82% | - |
| HSV(B) | 339.68º | 0.26% | 0.94% | - |
| XYZ | 61.51 | 53.87 | 60.58 | - |
| YUV | 197.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 198 | 0 | 0.26 | 0.17 | 0.06 | 339.68 | 0.66 | 0.82 |
| Hex | EF | B1 | C6 | 0 | 1A | 11 | 6 | 154 | 42 | 52 |
| Octal | 357 | 261 | 306 | 0 | 32 | 21 | 6 | 524 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11000110 | 0 | 11010 | 10001 | 110 | 101010100 | 1000010 | 1010010 |
Color Harmonies of #EFB1C6
Complementary color
Monochromatic Colors of #EFB1C6
Black with #EFB1C6
Text Example
Text Example
White with #EFB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1C6; }
p { color: rgb(239,177,198); }
H1.HeaderClassName
{
color: #EFB1C6;
}
.AnyTagClassName
{
color: #EFB1C6;
}
</style>
background-color css
<style>
a { background-color: #EFB1C6; }
a { background-color: rgb(239,177,198); }
div.DivClassName
{
background-color: #EFB1C6;
}
.BgClassName
{
background-color: #EFB1C6;
}
</style>
border-color css
<style>
span { border-color: #EFB1C6; }
span { border-color: rgb(239,177,198); }
td.TdClassName
{
border-color: #EFB1C6;
}
.TagClassName
{
border-color: #EFB1C6;
}
</style>