Shades of Cupid #EDA9BB
Tints of Cupid #EDA9BB
RGB
CMYK
RGB Variations
Color information
#EDA9BB (or 0xEDA9BB) is known color: Cupid. HEX triplet: ED, A9 and BB. RGB value is (237,169,187). Sum of RGB (Red+Green+Blue) = 237+169+187=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9BB is #125644. Grayscale: #BFBFBF. Windows color (decimal): -1201733 or 12298733. OLE color: 12298733.
HSL color Cylindrical-coordinate representation of color #EDA9BB: hue angle of 344.12º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9BB is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 187 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.07 |
| HSL | 344.12º | 0.65% | 0.8% | - |
| HSV(B) | 344.12º | 0.29% | 0.93% | - |
| XYZ | 58.08 | 49.97 | 53.6 | - |
| YUV | 191.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 187 | 0 | 0.29 | 0.21 | 0.07 | 344.12 | 0.65 | 0.8 |
| Hex | ED | A9 | BB | 0 | 1D | 15 | 7 | 158 | 41 | 50 |
| Octal | 355 | 251 | 273 | 0 | 35 | 25 | 7 | 530 | 101 | 120 |
| Binary | 11101101 | 10101001 | 10111011 | 0 | 11101 | 10101 | 111 | 101011000 | 1000001 | 1010000 |
Color Harmonies of #EDA9BB
Complementary color
Monochromatic Colors of #EDA9BB
Black with #EDA9BB
Text Example
Text Example
White with #EDA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9BB; }
p { color: rgb(237,169,187); }
H1.HeaderClassName
{
color: #EDA9BB;
}
.AnyTagClassName
{
color: #EDA9BB;
}
</style>
background-color css
<style>
a { background-color: #EDA9BB; }
a { background-color: rgb(237,169,187); }
div.DivClassName
{
background-color: #EDA9BB;
}
.BgClassName
{
background-color: #EDA9BB;
}
</style>
border-color css
<style>
span { border-color: #EDA9BB; }
span { border-color: rgb(237,169,187); }
td.TdClassName
{
border-color: #EDA9BB;
}
.TagClassName
{
border-color: #EDA9BB;
}
</style>