Shades of Cupid #EDB1BE
Tints of Cupid #EDB1BE
RGB
CMYK
RGB Variations
Color information
#EDB1BE (or 0xEDB1BE) is known color: Cupid. HEX triplet: ED, B1 and BE. RGB value is (237,177,190). Sum of RGB (Red+Green+Blue) = 237+177+190=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1BE is #124E41. Grayscale: #C4C4C4. Windows color (decimal): -1199682 or 12497389. OLE color: 12497389.
HSL color Cylindrical-coordinate representation of color #EDB1BE: hue angle of 347º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB1BE is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 190 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.07 |
| HSL | 347º | 0.63% | 0.81% | - |
| HSV(B) | 347º | 0.25% | 0.93% | - |
| XYZ | 59.94 | 53.17 | 55.82 | - |
| YUV | 196.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 190 | 0 | 0.25 | 0.20 | 0.07 | 347 | 0.63 | 0.81 |
| Hex | ED | B1 | BE | 0 | 19 | 14 | 7 | 15B | 3E | 51 |
| Octal | 355 | 261 | 276 | 0 | 31 | 24 | 7 | 533 | 76 | 121 |
| Binary | 11101101 | 10110001 | 10111110 | 0 | 11001 | 10100 | 111 | 101011011 | 111110 | 1010001 |
Color Harmonies of #EDB1BE
Complementary color
Monochromatic Colors of #EDB1BE
Black with #EDB1BE
Text Example
Text Example
White with #EDB1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1BE; }
p { color: rgb(237,177,190); }
H1.HeaderClassName
{
color: #EDB1BE;
}
.AnyTagClassName
{
color: #EDB1BE;
}
</style>
background-color css
<style>
a { background-color: #EDB1BE; }
a { background-color: rgb(237,177,190); }
div.DivClassName
{
background-color: #EDB1BE;
}
.BgClassName
{
background-color: #EDB1BE;
}
</style>
border-color css
<style>
span { border-color: #EDB1BE; }
span { border-color: rgb(237,177,190); }
td.TdClassName
{
border-color: #EDB1BE;
}
.TagClassName
{
border-color: #EDB1BE;
}
</style>