Shades of Cupid #EBA7BD
Tints of Cupid #EBA7BD
RGB
CMYK
RGB Variations
Color information
#EBA7BD (or 0xEBA7BD) is known color: Cupid. HEX triplet: EB, A7 and BD. RGB value is (235,167,189). Sum of RGB (Red+Green+Blue) = 235+167+189=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7BD is #145842. Grayscale: #BDBDBD. Windows color (decimal): -1333315 or 12429291. OLE color: 12429291.
HSL color Cylindrical-coordinate representation of color #EBA7BD: hue angle of 340.59º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7BD is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 189 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.08 |
| HSL | 340.59º | 0.63% | 0.79% | - |
| HSV(B) | 340.59º | 0.29% | 0.92% | - |
| XYZ | 57.26 | 48.97 | 54.58 | - |
| YUV | 189.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 189 | 0 | 0.29 | 0.20 | 0.08 | 340.59 | 0.63 | 0.79 |
| Hex | EB | A7 | BD | 0 | 1D | 14 | 8 | 155 | 3F | 4F |
| Octal | 353 | 247 | 275 | 0 | 35 | 24 | 10 | 525 | 77 | 117 |
| Binary | 11101011 | 10100111 | 10111101 | 0 | 11101 | 10100 | 1000 | 101010101 | 111111 | 1001111 |
Color Harmonies of #EBA7BD
Complementary color
Monochromatic Colors of #EBA7BD
Black with #EBA7BD
Text Example
Text Example
White with #EBA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7BD; }
p { color: rgb(235,167,189); }
H1.HeaderClassName
{
color: #EBA7BD;
}
.AnyTagClassName
{
color: #EBA7BD;
}
</style>
background-color css
<style>
a { background-color: #EBA7BD; }
a { background-color: rgb(235,167,189); }
div.DivClassName
{
background-color: #EBA7BD;
}
.BgClassName
{
background-color: #EBA7BD;
}
</style>
border-color css
<style>
span { border-color: #EBA7BD; }
span { border-color: rgb(235,167,189); }
td.TdClassName
{
border-color: #EBA7BD;
}
.TagClassName
{
border-color: #EBA7BD;
}
</style>