Shades of Cupid #EFAEC3
Tints of Cupid #EFAEC3
RGB
CMYK
RGB Variations
Color information
#EFAEC3 (or 0xEFAEC3) is known color: Cupid. HEX triplet: EF, AE and C3. RGB value is (239,174,195). Sum of RGB (Red+Green+Blue) = 239+174+195=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC3 is #10513C. Grayscale: #C3C3C3. Windows color (decimal): -1069373 or 12824303. OLE color: 12824303.
HSL color Cylindrical-coordinate representation of color #EFAEC3: hue angle of 340.62º 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 #EFAEC3 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 195 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.06 |
| HSL | 340.62º | 0.67% | 0.81% | - |
| HSV(B) | 340.62º | 0.27% | 0.94% | - |
| XYZ | 60.58 | 52.56 | 58.58 | - |
| YUV | 195.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 195 | 0 | 0.27 | 0.18 | 0.06 | 340.62 | 0.67 | 0.81 |
| Hex | EF | AE | C3 | 0 | 1B | 12 | 6 | 155 | 43 | 51 |
| Octal | 357 | 256 | 303 | 0 | 33 | 22 | 6 | 525 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11000011 | 0 | 11011 | 10010 | 110 | 101010101 | 1000011 | 1010001 |
Color Harmonies of #EFAEC3
Complementary color
Monochromatic Colors of #EFAEC3
Black with #EFAEC3
Text Example
Text Example
White with #EFAEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEC3; }
p { color: rgb(239,174,195); }
H1.HeaderClassName
{
color: #EFAEC3;
}
.AnyTagClassName
{
color: #EFAEC3;
}
</style>
background-color css
<style>
a { background-color: #EFAEC3; }
a { background-color: rgb(239,174,195); }
div.DivClassName
{
background-color: #EFAEC3;
}
.BgClassName
{
background-color: #EFAEC3;
}
</style>
border-color css
<style>
span { border-color: #EFAEC3; }
span { border-color: rgb(239,174,195); }
td.TdClassName
{
border-color: #EFAEC3;
}
.TagClassName
{
border-color: #EFAEC3;
}
</style>