Shades of Cupid #EFAFC1
Tints of Cupid #EFAFC1
RGB
CMYK
RGB Variations
Color information
#EFAFC1 (or 0xEFAFC1) is known color: Cupid. HEX triplet: EF, AF and C1. RGB value is (239,175,193). Sum of RGB (Red+Green+Blue) = 239+175+193=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFC1 is #10503E. Grayscale: #C4C4C4. Windows color (decimal): -1069119 or 12693487. OLE color: 12693487.
HSL color Cylindrical-coordinate representation of color #EFAFC1: hue angle of 343.12º 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 #EFAFC1 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 193 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.06 |
| HSL | 343.13º | 0.67% | 0.81% | - |
| HSV(B) | 343.13º | 0.27% | 0.94% | - |
| XYZ | 60.55 | 52.86 | 57.46 | - |
| YUV | 196.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 193 | 0 | 0.27 | 0.19 | 0.06 | 343.13 | 0.67 | 0.81 |
| Hex | EF | AF | C1 | 0 | 1B | 13 | 6 | 157 | 43 | 51 |
| Octal | 357 | 257 | 301 | 0 | 33 | 23 | 6 | 527 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11000001 | 0 | 11011 | 10011 | 110 | 101010111 | 1000011 | 1010001 |
Color Harmonies of #EFAFC1
Complementary color
Monochromatic Colors of #EFAFC1
Black with #EFAFC1
Text Example
Text Example
White with #EFAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFC1; }
p { color: rgb(239,175,193); }
H1.HeaderClassName
{
color: #EFAFC1;
}
.AnyTagClassName
{
color: #EFAFC1;
}
</style>
background-color css
<style>
a { background-color: #EFAFC1; }
a { background-color: rgb(239,175,193); }
div.DivClassName
{
background-color: #EFAFC1;
}
.BgClassName
{
background-color: #EFAFC1;
}
</style>
border-color css
<style>
span { border-color: #EFAFC1; }
span { border-color: rgb(239,175,193); }
td.TdClassName
{
border-color: #EFAFC1;
}
.TagClassName
{
border-color: #EFAFC1;
}
</style>