Shades of Cupid #EDB0BC
Tints of Cupid #EDB0BC
RGB
CMYK
RGB Variations
Color information
#EDB0BC (or 0xEDB0BC) is known color: Cupid. HEX triplet: ED, B0 and BC. RGB value is (237,176,188). Sum of RGB (Red+Green+Blue) = 237+176+188=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0BC is #124F43. Grayscale: #C3C3C3. Windows color (decimal): -1199940 or 12366061. OLE color: 12366061.
HSL color Cylindrical-coordinate representation of color #EDB0BC: hue angle of 348.2º 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 #EDB0BC is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 188 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.07 |
| HSL | 348.2º | 0.63% | 0.81% | - |
| HSV(B) | 348.2º | 0.26% | 0.93% | - |
| XYZ | 59.53 | 52.69 | 54.61 | - |
| YUV | 195.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 188 | 0 | 0.26 | 0.21 | 0.07 | 348.2 | 0.63 | 0.81 |
| Hex | ED | B0 | BC | 0 | 1A | 15 | 7 | 15C | 3F | 51 |
| Octal | 355 | 260 | 274 | 0 | 32 | 25 | 7 | 534 | 77 | 121 |
| Binary | 11101101 | 10110000 | 10111100 | 0 | 11010 | 10101 | 111 | 101011100 | 111111 | 1010001 |
Color Harmonies of #EDB0BC
Complementary color
Monochromatic Colors of #EDB0BC
Black with #EDB0BC
Text Example
Text Example
White with #EDB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0BC; }
p { color: rgb(237,176,188); }
H1.HeaderClassName
{
color: #EDB0BC;
}
.AnyTagClassName
{
color: #EDB0BC;
}
</style>
background-color css
<style>
a { background-color: #EDB0BC; }
a { background-color: rgb(237,176,188); }
div.DivClassName
{
background-color: #EDB0BC;
}
.BgClassName
{
background-color: #EDB0BC;
}
</style>
border-color css
<style>
span { border-color: #EDB0BC; }
span { border-color: rgb(237,176,188); }
td.TdClassName
{
border-color: #EDB0BC;
}
.TagClassName
{
border-color: #EDB0BC;
}
</style>