Shades of Cupid #EFACC2
Tints of Cupid #EFACC2
RGB
CMYK
RGB Variations
Color information
#EFACC2 (or 0xEFACC2) is known color: Cupid. HEX triplet: EF, AC and C2. RGB value is (239,172,194). Sum of RGB (Red+Green+Blue) = 239+172+194=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFACC2 is #10533D. Grayscale: #C2C2C2. Windows color (decimal): -1069886 or 12758255. OLE color: 12758255.
HSL color Cylindrical-coordinate representation of color #EFACC2: hue angle of 340.3º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFACC2 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 194 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.06 |
| HSL | 340.3º | 0.68% | 0.81% | - |
| HSV(B) | 340.3º | 0.28% | 0.94% | - |
| XYZ | 60.09 | 51.75 | 57.86 | - |
| YUV | 194.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 194 | 0 | 0.28 | 0.19 | 0.06 | 340.3 | 0.68 | 0.81 |
| Hex | EF | AC | C2 | 0 | 1C | 13 | 6 | 154 | 44 | 51 |
| Octal | 357 | 254 | 302 | 0 | 34 | 23 | 6 | 524 | 104 | 121 |
| Binary | 11101111 | 10101100 | 11000010 | 0 | 11100 | 10011 | 110 | 101010100 | 1000100 | 1010001 |
Color Harmonies of #EFACC2
Complementary color
Monochromatic Colors of #EFACC2
Black with #EFACC2
Text Example
Text Example
White with #EFACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFACC2; }
p { color: rgb(239,172,194); }
H1.HeaderClassName
{
color: #EFACC2;
}
.AnyTagClassName
{
color: #EFACC2;
}
</style>
background-color css
<style>
a { background-color: #EFACC2; }
a { background-color: rgb(239,172,194); }
div.DivClassName
{
background-color: #EFACC2;
}
.BgClassName
{
background-color: #EFACC2;
}
</style>
border-color css
<style>
span { border-color: #EFACC2; }
span { border-color: rgb(239,172,194); }
td.TdClassName
{
border-color: #EFACC2;
}
.TagClassName
{
border-color: #EFACC2;
}
</style>