Shades of Cupid #EFADC2
Tints of Cupid #EFADC2
RGB
CMYK
RGB Variations
Color information
#EFADC2 (or 0xEFADC2) is known color: Cupid. HEX triplet: EF, AD and C2. RGB value is (239,173,194). Sum of RGB (Red+Green+Blue) = 239+173+194=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFADC2 is #10523D. Grayscale: #C3C3C3. Windows color (decimal): -1069630 or 12758511. OLE color: 12758511.
HSL color Cylindrical-coordinate representation of color #EFADC2: hue angle of 340.91º degrees, saturation: 0.67, 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 #EFADC2 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 194 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.06 |
| HSL | 340.91º | 0.67% | 0.81% | - |
| HSV(B) | 340.91º | 0.28% | 0.94% | - |
| XYZ | 60.28 | 52.13 | 57.92 | - |
| YUV | 195.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 194 | 0 | 0.28 | 0.19 | 0.06 | 340.91 | 0.67 | 0.81 |
| Hex | EF | AD | C2 | 0 | 1C | 13 | 6 | 155 | 43 | 51 |
| Octal | 357 | 255 | 302 | 0 | 34 | 23 | 6 | 525 | 103 | 121 |
| Binary | 11101111 | 10101101 | 11000010 | 0 | 11100 | 10011 | 110 | 101010101 | 1000011 | 1010001 |
Color Harmonies of #EFADC2
Complementary color
Monochromatic Colors of #EFADC2
Black with #EFADC2
Text Example
Text Example
White with #EFADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFADC2; }
p { color: rgb(239,173,194); }
H1.HeaderClassName
{
color: #EFADC2;
}
.AnyTagClassName
{
color: #EFADC2;
}
</style>
background-color css
<style>
a { background-color: #EFADC2; }
a { background-color: rgb(239,173,194); }
div.DivClassName
{
background-color: #EFADC2;
}
.BgClassName
{
background-color: #EFADC2;
}
</style>
border-color css
<style>
span { border-color: #EFADC2; }
span { border-color: rgb(239,173,194); }
td.TdClassName
{
border-color: #EFADC2;
}
.TagClassName
{
border-color: #EFADC2;
}
</style>