Shades of Cupid #EBA9BE
Tints of Cupid #EBA9BE
RGB
CMYK
RGB Variations
Color information
#EBA9BE (or 0xEBA9BE) is known color: Cupid. HEX triplet: EB, A9 and BE. RGB value is (235,169,190). Sum of RGB (Red+Green+Blue) = 235+169+190=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9BE is #145641. Grayscale: #BFBFBF. Windows color (decimal): -1332802 or 12495339. OLE color: 12495339.
HSL color Cylindrical-coordinate representation of color #EBA9BE: hue angle of 340.91º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9BE is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 190 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.08 |
| HSL | 340.91º | 0.62% | 0.79% | - |
| HSV(B) | 340.91º | 0.28% | 0.92% | - |
| XYZ | 57.74 | 49.76 | 55.28 | - |
| YUV | 191.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 190 | 0 | 0.28 | 0.19 | 0.08 | 340.91 | 0.62 | 0.79 |
| Hex | EB | A9 | BE | 0 | 1C | 13 | 8 | 155 | 3E | 4F |
| Octal | 353 | 251 | 276 | 0 | 34 | 23 | 10 | 525 | 76 | 117 |
| Binary | 11101011 | 10101001 | 10111110 | 0 | 11100 | 10011 | 1000 | 101010101 | 111110 | 1001111 |
Color Harmonies of #EBA9BE
Complementary color
Monochromatic Colors of #EBA9BE
Black with #EBA9BE
Text Example
Text Example
White with #EBA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9BE; }
p { color: rgb(235,169,190); }
H1.HeaderClassName
{
color: #EBA9BE;
}
.AnyTagClassName
{
color: #EBA9BE;
}
</style>
background-color css
<style>
a { background-color: #EBA9BE; }
a { background-color: rgb(235,169,190); }
div.DivClassName
{
background-color: #EBA9BE;
}
.BgClassName
{
background-color: #EBA9BE;
}
</style>
border-color css
<style>
span { border-color: #EBA9BE; }
span { border-color: rgb(235,169,190); }
td.TdClassName
{
border-color: #EBA9BE;
}
.TagClassName
{
border-color: #EBA9BE;
}
</style>