Shades of Cupid #EFABC3
Tints of Cupid #EFABC3
RGB
CMYK
RGB Variations
Color information
#EFABC3 (or 0xEFABC3) is known color: Cupid. HEX triplet: EF, AB and C3. RGB value is (239,171,195). Sum of RGB (Red+Green+Blue) = 239+171+195=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABC3 is #10543C. Grayscale: #C2C2C2. Windows color (decimal): -1070141 or 12823535. OLE color: 12823535.
HSL color Cylindrical-coordinate representation of color #EFABC3: hue angle of 338.82º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABC3 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 195 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.06 |
| HSL | 338.82º | 0.68% | 0.8% | - |
| HSV(B) | 338.82º | 0.28% | 0.94% | - |
| XYZ | 60.01 | 51.42 | 58.39 | - |
| YUV | 194.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 195 | 0 | 0.28 | 0.18 | 0.06 | 338.82 | 0.68 | 0.8 |
| Hex | EF | AB | C3 | 0 | 1C | 12 | 6 | 153 | 44 | 50 |
| Octal | 357 | 253 | 303 | 0 | 34 | 22 | 6 | 523 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11000011 | 0 | 11100 | 10010 | 110 | 101010011 | 1000100 | 1010000 |
Color Harmonies of #EFABC3
Complementary color
Monochromatic Colors of #EFABC3
Black with #EFABC3
Text Example
Text Example
White with #EFABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABC3; }
p { color: rgb(239,171,195); }
H1.HeaderClassName
{
color: #EFABC3;
}
.AnyTagClassName
{
color: #EFABC3;
}
</style>
background-color css
<style>
a { background-color: #EFABC3; }
a { background-color: rgb(239,171,195); }
div.DivClassName
{
background-color: #EFABC3;
}
.BgClassName
{
background-color: #EFABC3;
}
</style>
border-color css
<style>
span { border-color: #EFABC3; }
span { border-color: rgb(239,171,195); }
td.TdClassName
{
border-color: #EFABC3;
}
.TagClassName
{
border-color: #EFABC3;
}
</style>