Shades of Cupid #EDA7BF
Tints of Cupid #EDA7BF
RGB
CMYK
RGB Variations
Color information
#EDA7BF (or 0xEDA7BF) is known color: Cupid. HEX triplet: ED, A7 and BF. RGB value is (237,167,191). Sum of RGB (Red+Green+Blue) = 237+167+191=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 167 (65.62% from 255 or 28.07% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7BF is #125840. Grayscale: #BEBEBE. Windows color (decimal): -1202241 or 12560365. OLE color: 12560365.
HSL color Cylindrical-coordinate representation of color #EDA7BF: hue angle of 339.43º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA7BF is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 191 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.07 |
| HSL | 339.43º | 0.66% | 0.79% | - |
| HSV(B) | 339.43º | 0.3% | 0.93% | - |
| XYZ | 58.15 | 49.4 | 55.76 | - |
| YUV | 190.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 191 | 0 | 0.30 | 0.19 | 0.07 | 339.43 | 0.66 | 0.79 |
| Hex | ED | A7 | BF | 0 | 1E | 13 | 7 | 153 | 42 | 4F |
| Octal | 355 | 247 | 277 | 0 | 36 | 23 | 7 | 523 | 102 | 117 |
| Binary | 11101101 | 10100111 | 10111111 | 0 | 11110 | 10011 | 111 | 101010011 | 1000010 | 1001111 |
Color Harmonies of #EDA7BF
Complementary color
Monochromatic Colors of #EDA7BF
Black with #EDA7BF
Text Example
Text Example
White with #EDA7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7BF; }
p { color: rgb(237,167,191); }
H1.HeaderClassName
{
color: #EDA7BF;
}
.AnyTagClassName
{
color: #EDA7BF;
}
</style>
background-color css
<style>
a { background-color: #EDA7BF; }
a { background-color: rgb(237,167,191); }
div.DivClassName
{
background-color: #EDA7BF;
}
.BgClassName
{
background-color: #EDA7BF;
}
</style>
border-color css
<style>
span { border-color: #EDA7BF; }
span { border-color: rgb(237,167,191); }
td.TdClassName
{
border-color: #EDA7BF;
}
.TagClassName
{
border-color: #EDA7BF;
}
</style>