Shades of Cupid #EDA7BB
Tints of Cupid #EDA7BB
RGB
CMYK
RGB Variations
Color information
#EDA7BB (or 0xEDA7BB) is known color: Cupid. HEX triplet: ED, A7 and BB. RGB value is (237,167,187). Sum of RGB (Red+Green+Blue) = 237+167+187=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7BB is #125844. Grayscale: #BEBEBE. Windows color (decimal): -1202245 or 12298221. OLE color: 12298221.
HSL color Cylindrical-coordinate representation of color #EDA7BB: hue angle of 342.86º 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 #EDA7BB is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 187 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.07 |
| HSL | 342.86º | 0.66% | 0.79% | - |
| HSV(B) | 342.86º | 0.3% | 0.93% | - |
| XYZ | 57.71 | 49.23 | 53.47 | - |
| YUV | 190.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 187 | 0 | 0.30 | 0.21 | 0.07 | 342.86 | 0.66 | 0.79 |
| Hex | ED | A7 | BB | 0 | 1E | 15 | 7 | 157 | 42 | 4F |
| Octal | 355 | 247 | 273 | 0 | 36 | 25 | 7 | 527 | 102 | 117 |
| Binary | 11101101 | 10100111 | 10111011 | 0 | 11110 | 10101 | 111 | 101010111 | 1000010 | 1001111 |
Color Harmonies of #EDA7BB
Complementary color
Monochromatic Colors of #EDA7BB
Black with #EDA7BB
Text Example
Text Example
White with #EDA7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7BB; }
p { color: rgb(237,167,187); }
H1.HeaderClassName
{
color: #EDA7BB;
}
.AnyTagClassName
{
color: #EDA7BB;
}
</style>
background-color css
<style>
a { background-color: #EDA7BB; }
a { background-color: rgb(237,167,187); }
div.DivClassName
{
background-color: #EDA7BB;
}
.BgClassName
{
background-color: #EDA7BB;
}
</style>
border-color css
<style>
span { border-color: #EDA7BB; }
span { border-color: rgb(237,167,187); }
td.TdClassName
{
border-color: #EDA7BB;
}
.TagClassName
{
border-color: #EDA7BB;
}
</style>