Shades of Cupid #EDB0BB
Tints of Cupid #EDB0BB
RGB
CMYK
RGB Variations
Color information
#EDB0BB (or 0xEDB0BB) is known color: Cupid. HEX triplet: ED, B0 and BB. RGB value is (237,176,187). Sum of RGB (Red+Green+Blue) = 237+176+187=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0BB is #124F44. Grayscale: #C3C3C3. Windows color (decimal): -1199941 or 12300525. OLE color: 12300525.
HSL color Cylindrical-coordinate representation of color #EDB0BB: hue angle of 349.18º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0BB is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 187 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.07 |
| HSL | 349.18º | 0.63% | 0.81% | - |
| HSV(B) | 349.18º | 0.26% | 0.93% | - |
| XYZ | 59.42 | 52.64 | 54.04 | - |
| YUV | 195.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 187 | 0 | 0.26 | 0.21 | 0.07 | 349.18 | 0.63 | 0.81 |
| Hex | ED | B0 | BB | 0 | 1A | 15 | 7 | 15D | 3F | 51 |
| Octal | 355 | 260 | 273 | 0 | 32 | 25 | 7 | 535 | 77 | 121 |
| Binary | 11101101 | 10110000 | 10111011 | 0 | 11010 | 10101 | 111 | 101011101 | 111111 | 1010001 |
Color Harmonies of #EDB0BB
Complementary color
Monochromatic Colors of #EDB0BB
Black with #EDB0BB
Text Example
Text Example
White with #EDB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0BB; }
p { color: rgb(237,176,187); }
H1.HeaderClassName
{
color: #EDB0BB;
}
.AnyTagClassName
{
color: #EDB0BB;
}
</style>
background-color css
<style>
a { background-color: #EDB0BB; }
a { background-color: rgb(237,176,187); }
div.DivClassName
{
background-color: #EDB0BB;
}
.BgClassName
{
background-color: #EDB0BB;
}
</style>
border-color css
<style>
span { border-color: #EDB0BB; }
span { border-color: rgb(237,176,187); }
td.TdClassName
{
border-color: #EDB0BB;
}
.TagClassName
{
border-color: #EDB0BB;
}
</style>