Shades of Cupid #EDA8BF
Tints of Cupid #EDA8BF
RGB
CMYK
RGB Variations
Color information
#EDA8BF (or 0xEDA8BF) is known color: Cupid. HEX triplet: ED, A8 and BF. RGB value is (237,168,191). Sum of RGB (Red+Green+Blue) = 237+168+191=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8BF is #125740. Grayscale: #BFBFBF. Windows color (decimal): -1201985 or 12560621. OLE color: 12560621.
HSL color Cylindrical-coordinate representation of color #EDA8BF: hue angle of 340º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8BF is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 191 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.07 |
| HSL | 340º | 0.66% | 0.79% | - |
| HSV(B) | 340º | 0.29% | 0.93% | - |
| XYZ | 58.33 | 49.77 | 55.82 | - |
| YUV | 191.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 191 | 0 | 0.29 | 0.19 | 0.07 | 340 | 0.66 | 0.79 |
| Hex | ED | A8 | BF | 0 | 1D | 13 | 7 | 154 | 42 | 4F |
| Octal | 355 | 250 | 277 | 0 | 35 | 23 | 7 | 524 | 102 | 117 |
| Binary | 11101101 | 10101000 | 10111111 | 0 | 11101 | 10011 | 111 | 101010100 | 1000010 | 1001111 |
Color Harmonies of #EDA8BF
Complementary color
Monochromatic Colors of #EDA8BF
Black with #EDA8BF
Text Example
Text Example
White with #EDA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8BF; }
p { color: rgb(237,168,191); }
H1.HeaderClassName
{
color: #EDA8BF;
}
.AnyTagClassName
{
color: #EDA8BF;
}
</style>
background-color css
<style>
a { background-color: #EDA8BF; }
a { background-color: rgb(237,168,191); }
div.DivClassName
{
background-color: #EDA8BF;
}
.BgClassName
{
background-color: #EDA8BF;
}
</style>
border-color css
<style>
span { border-color: #EDA8BF; }
span { border-color: rgb(237,168,191); }
td.TdClassName
{
border-color: #EDA8BF;
}
.TagClassName
{
border-color: #EDA8BF;
}
</style>