Shades of Cupid #EFAEC1
Tints of Cupid #EFAEC1
RGB
CMYK
RGB Variations
Color information
#EFAEC1 (or 0xEFAEC1) is known color: Cupid. HEX triplet: EF, AE and C1. RGB value is (239,174,193). Sum of RGB (Red+Green+Blue) = 239+174+193=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAEC1 is #10513E. Grayscale: #C3C3C3. Windows color (decimal): -1069375 or 12693231. OLE color: 12693231.
HSL color Cylindrical-coordinate representation of color #EFAEC1: hue angle of 342.46º 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 #EFAEC1 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 193 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.06 |
| HSL | 342.46º | 0.67% | 0.81% | - |
| HSV(B) | 342.46º | 0.27% | 0.94% | - |
| XYZ | 60.36 | 52.47 | 57.4 | - |
| YUV | 195.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 193 | 0 | 0.27 | 0.19 | 0.06 | 342.46 | 0.67 | 0.81 |
| Hex | EF | AE | C1 | 0 | 1B | 13 | 6 | 156 | 43 | 51 |
| Octal | 357 | 256 | 301 | 0 | 33 | 23 | 6 | 526 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11000001 | 0 | 11011 | 10011 | 110 | 101010110 | 1000011 | 1010001 |
Color Harmonies of #EFAEC1
Complementary color
Monochromatic Colors of #EFAEC1
Black with #EFAEC1
Text Example
Text Example
White with #EFAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEC1; }
p { color: rgb(239,174,193); }
H1.HeaderClassName
{
color: #EFAEC1;
}
.AnyTagClassName
{
color: #EFAEC1;
}
</style>
background-color css
<style>
a { background-color: #EFAEC1; }
a { background-color: rgb(239,174,193); }
div.DivClassName
{
background-color: #EFAEC1;
}
.BgClassName
{
background-color: #EFAEC1;
}
</style>
border-color css
<style>
span { border-color: #EFAEC1; }
span { border-color: rgb(239,174,193); }
td.TdClassName
{
border-color: #EFAEC1;
}
.TagClassName
{
border-color: #EFAEC1;
}
</style>