Shades of Cupid #EFAEBB
Tints of Cupid #EFAEBB
RGB
CMYK
RGB Variations
Color information
#EFAEBB (or 0xEFAEBB) is known color: Cupid. HEX triplet: EF, AE and BB. RGB value is (239,174,187). Sum of RGB (Red+Green+Blue) = 239+174+187=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEBB is #105144. Grayscale: #C2C2C2. Windows color (decimal): -1069381 or 12300015. OLE color: 12300015.
HSL color Cylindrical-coordinate representation of color #EFAEBB: hue angle of 348º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEBB is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 187 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.06 |
| HSL | 348º | 0.67% | 0.81% | - |
| HSV(B) | 348º | 0.27% | 0.94% | - |
| XYZ | 59.7 | 52.21 | 53.94 | - |
| YUV | 194.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 187 | 0 | 0.27 | 0.22 | 0.06 | 348 | 0.67 | 0.81 |
| Hex | EF | AE | BB | 0 | 1B | 16 | 6 | 15C | 43 | 51 |
| Octal | 357 | 256 | 273 | 0 | 33 | 26 | 6 | 534 | 103 | 121 |
| Binary | 11101111 | 10101110 | 10111011 | 0 | 11011 | 10110 | 110 | 101011100 | 1000011 | 1010001 |
Color Harmonies of #EFAEBB
Complementary color
Monochromatic Colors of #EFAEBB
Black with #EFAEBB
Text Example
Text Example
White with #EFAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEBB; }
p { color: rgb(239,174,187); }
H1.HeaderClassName
{
color: #EFAEBB;
}
.AnyTagClassName
{
color: #EFAEBB;
}
</style>
background-color css
<style>
a { background-color: #EFAEBB; }
a { background-color: rgb(239,174,187); }
div.DivClassName
{
background-color: #EFAEBB;
}
.BgClassName
{
background-color: #EFAEBB;
}
</style>
border-color css
<style>
span { border-color: #EFAEBB; }
span { border-color: rgb(239,174,187); }
td.TdClassName
{
border-color: #EFAEBB;
}
.TagClassName
{
border-color: #EFAEBB;
}
</style>