Shades of Cupid #EFAEC0
Tints of Cupid #EFAEC0
RGB
CMYK
RGB Variations
Color information
#EFAEC0 (or 0xEFAEC0) is known color: Cupid. HEX triplet: EF, AE and C0. RGB value is (239,174,192). Sum of RGB (Red+Green+Blue) = 239+174+192=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC0 is #10513F. Grayscale: #C3C3C3. Windows color (decimal): -1069376 or 12627695. OLE color: 12627695.
HSL color Cylindrical-coordinate representation of color #EFAEC0: hue angle of 343.38º 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 #EFAEC0 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 192 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.06 |
| HSL | 343.38º | 0.67% | 0.81% | - |
| HSV(B) | 343.38º | 0.27% | 0.94% | - |
| XYZ | 60.25 | 52.43 | 56.81 | - |
| YUV | 195.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 192 | 0 | 0.27 | 0.20 | 0.06 | 343.38 | 0.67 | 0.81 |
| Hex | EF | AE | C0 | 0 | 1B | 14 | 6 | 157 | 43 | 51 |
| Octal | 357 | 256 | 300 | 0 | 33 | 24 | 6 | 527 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11000000 | 0 | 11011 | 10100 | 110 | 101010111 | 1000011 | 1010001 |
Color Harmonies of #EFAEC0
Complementary color
Monochromatic Colors of #EFAEC0
Black with #EFAEC0
Text Example
Text Example
White with #EFAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEC0; }
p { color: rgb(239,174,192); }
H1.HeaderClassName
{
color: #EFAEC0;
}
.AnyTagClassName
{
color: #EFAEC0;
}
</style>
background-color css
<style>
a { background-color: #EFAEC0; }
a { background-color: rgb(239,174,192); }
div.DivClassName
{
background-color: #EFAEC0;
}
.BgClassName
{
background-color: #EFAEC0;
}
</style>
border-color css
<style>
span { border-color: #EFAEC0; }
span { border-color: rgb(239,174,192); }
td.TdClassName
{
border-color: #EFAEC0;
}
.TagClassName
{
border-color: #EFAEC0;
}
</style>