Shades of Cupid #EFAEC5
Tints of Cupid #EFAEC5
RGB
CMYK
RGB Variations
Color information
#EFAEC5 (or 0xEFAEC5) is known color: Cupid. HEX triplet: EF, AE and C5. RGB value is (239,174,197). Sum of RGB (Red+Green+Blue) = 239+174+197=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC5 is #10513A. Grayscale: #C4C4C4. Windows color (decimal): -1069371 or 12955375. OLE color: 12955375.
HSL color Cylindrical-coordinate representation of color #EFAEC5: hue angle of 338.77º 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 #EFAEC5 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 197 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.06 |
| HSL | 338.77º | 0.67% | 0.81% | - |
| HSV(B) | 338.77º | 0.27% | 0.94% | - |
| XYZ | 60.81 | 52.65 | 59.78 | - |
| YUV | 196.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 197 | 0 | 0.27 | 0.18 | 0.06 | 338.77 | 0.67 | 0.81 |
| Hex | EF | AE | C5 | 0 | 1B | 12 | 6 | 153 | 43 | 51 |
| Octal | 357 | 256 | 305 | 0 | 33 | 22 | 6 | 523 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11000101 | 0 | 11011 | 10010 | 110 | 101010011 | 1000011 | 1010001 |
Color Harmonies of #EFAEC5
Complementary color
Monochromatic Colors of #EFAEC5
Black with #EFAEC5
Text Example
Text Example
White with #EFAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEC5; }
p { color: rgb(239,174,197); }
H1.HeaderClassName
{
color: #EFAEC5;
}
.AnyTagClassName
{
color: #EFAEC5;
}
</style>
background-color css
<style>
a { background-color: #EFAEC5; }
a { background-color: rgb(239,174,197); }
div.DivClassName
{
background-color: #EFAEC5;
}
.BgClassName
{
background-color: #EFAEC5;
}
</style>
border-color css
<style>
span { border-color: #EFAEC5; }
span { border-color: rgb(239,174,197); }
td.TdClassName
{
border-color: #EFAEC5;
}
.TagClassName
{
border-color: #EFAEC5;
}
</style>