Shades of Cupid #EFA8C3
Tints of Cupid #EFA8C3
RGB
CMYK
RGB Variations
Color information
#EFA8C3 (or 0xEFA8C3) is known color: Cupid. HEX triplet: EF, A8 and C3. RGB value is (239,168,195). Sum of RGB (Red+Green+Blue) = 239+168+195=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C3 is #10573C. Grayscale: #C0C0C0. Windows color (decimal): -1070909 or 12822767. OLE color: 12822767.
HSL color Cylindrical-coordinate representation of color #EFA8C3: hue angle of 337.18º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8C3 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 195 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.06 |
| HSL | 337.18º | 0.69% | 0.8% | - |
| HSV(B) | 337.18º | 0.3% | 0.94% | - |
| XYZ | 59.45 | 50.3 | 58.2 | - |
| YUV | 192.31 | 129.52 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 195 | 0 | 0.30 | 0.18 | 0.06 | 337.18 | 0.69 | 0.8 |
| Hex | EF | A8 | C3 | 0 | 1E | 12 | 6 | 151 | 45 | 50 |
| Octal | 357 | 250 | 303 | 0 | 36 | 22 | 6 | 521 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11000011 | 0 | 11110 | 10010 | 110 | 101010001 | 1000101 | 1010000 |
Color Harmonies of #EFA8C3
Complementary color
Monochromatic Colors of #EFA8C3
Black with #EFA8C3
Text Example
Text Example
White with #EFA8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8C3; }
p { color: rgb(239,168,195); }
H1.HeaderClassName
{
color: #EFA8C3;
}
.AnyTagClassName
{
color: #EFA8C3;
}
</style>
background-color css
<style>
a { background-color: #EFA8C3; }
a { background-color: rgb(239,168,195); }
div.DivClassName
{
background-color: #EFA8C3;
}
.BgClassName
{
background-color: #EFA8C3;
}
</style>
border-color css
<style>
span { border-color: #EFA8C3; }
span { border-color: rgb(239,168,195); }
td.TdClassName
{
border-color: #EFA8C3;
}
.TagClassName
{
border-color: #EFA8C3;
}
</style>