Shades of Cupid #EFB2C0
Tints of Cupid #EFB2C0
RGB
CMYK
RGB Variations
Color information
#EFB2C0 (or 0xEFB2C0) is known color: Cupid. HEX triplet: EF, B2 and C0. RGB value is (239,178,192). Sum of RGB (Red+Green+Blue) = 239+178+192=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2C0 is #104D3F. Grayscale: #C5C5C5. Windows color (decimal): -1068352 or 12628719. OLE color: 12628719.
HSL color Cylindrical-coordinate representation of color #EFB2C0: hue angle of 346.23º 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 #EFB2C0 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 192 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.06 |
| HSL | 346.23º | 0.66% | 0.82% | - |
| HSV(B) | 346.23º | 0.26% | 0.94% | - |
| XYZ | 61.03 | 54 | 57.07 | - |
| YUV | 197.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 192 | 0 | 0.26 | 0.20 | 0.06 | 346.23 | 0.66 | 0.82 |
| Hex | EF | B2 | C0 | 0 | 1A | 14 | 6 | 15A | 42 | 52 |
| Octal | 357 | 262 | 300 | 0 | 32 | 24 | 6 | 532 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11000000 | 0 | 11010 | 10100 | 110 | 101011010 | 1000010 | 1010010 |
Color Harmonies of #EFB2C0
Complementary color
Monochromatic Colors of #EFB2C0
Black with #EFB2C0
Text Example
Text Example
White with #EFB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2C0; }
p { color: rgb(239,178,192); }
H1.HeaderClassName
{
color: #EFB2C0;
}
.AnyTagClassName
{
color: #EFB2C0;
}
</style>
background-color css
<style>
a { background-color: #EFB2C0; }
a { background-color: rgb(239,178,192); }
div.DivClassName
{
background-color: #EFB2C0;
}
.BgClassName
{
background-color: #EFB2C0;
}
</style>
border-color css
<style>
span { border-color: #EFB2C0; }
span { border-color: rgb(239,178,192); }
td.TdClassName
{
border-color: #EFB2C0;
}
.TagClassName
{
border-color: #EFB2C0;
}
</style>