Shades of Cupid #EDA8BB
Tints of Cupid #EDA8BB
RGB
CMYK
RGB Variations
Color information
#EDA8BB (or 0xEDA8BB) is known color: Cupid. HEX triplet: ED, A8 and BB. RGB value is (237,168,187). Sum of RGB (Red+Green+Blue) = 237+168+187=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8BB is #125744. Grayscale: #BEBEBE. Windows color (decimal): -1201989 or 12298477. OLE color: 12298477.
HSL color Cylindrical-coordinate representation of color #EDA8BB: hue angle of 343.48º 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 #EDA8BB is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 187 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.07 |
| HSL | 343.48º | 0.66% | 0.79% | - |
| HSV(B) | 343.48º | 0.29% | 0.93% | - |
| XYZ | 57.9 | 49.6 | 53.54 | - |
| YUV | 190.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 187 | 0 | 0.29 | 0.21 | 0.07 | 343.48 | 0.66 | 0.79 |
| Hex | ED | A8 | BB | 0 | 1D | 15 | 7 | 157 | 42 | 4F |
| Octal | 355 | 250 | 273 | 0 | 35 | 25 | 7 | 527 | 102 | 117 |
| Binary | 11101101 | 10101000 | 10111011 | 0 | 11101 | 10101 | 111 | 101010111 | 1000010 | 1001111 |
Color Harmonies of #EDA8BB
Complementary color
Monochromatic Colors of #EDA8BB
Black with #EDA8BB
Text Example
Text Example
White with #EDA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8BB; }
p { color: rgb(237,168,187); }
H1.HeaderClassName
{
color: #EDA8BB;
}
.AnyTagClassName
{
color: #EDA8BB;
}
</style>
background-color css
<style>
a { background-color: #EDA8BB; }
a { background-color: rgb(237,168,187); }
div.DivClassName
{
background-color: #EDA8BB;
}
.BgClassName
{
background-color: #EDA8BB;
}
</style>
border-color css
<style>
span { border-color: #EDA8BB; }
span { border-color: rgb(237,168,187); }
td.TdClassName
{
border-color: #EDA8BB;
}
.TagClassName
{
border-color: #EDA8BB;
}
</style>