Shades of Cupid #EBA8BA
Tints of Cupid #EBA8BA
RGB
CMYK
RGB Variations
Color information
#EBA8BA (or 0xEBA8BA) is known color: Cupid. HEX triplet: EB, A8 and BA. RGB value is (235,168,186). Sum of RGB (Red+Green+Blue) = 235+168+186=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8BA is #145745. Grayscale: #BEBEBE. Windows color (decimal): -1333062 or 12232939. OLE color: 12232939.
HSL color Cylindrical-coordinate representation of color #EBA8BA: hue angle of 343.88º 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 #EBA8BA is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 186 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.08 |
| HSL | 343.88º | 0.63% | 0.79% | - |
| HSV(B) | 343.88º | 0.29% | 0.92% | - |
| XYZ | 57.13 | 49.21 | 52.94 | - |
| YUV | 190.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 186 | 0 | 0.29 | 0.21 | 0.08 | 343.88 | 0.63 | 0.79 |
| Hex | EB | A8 | BA | 0 | 1D | 15 | 8 | 158 | 3F | 4F |
| Octal | 353 | 250 | 272 | 0 | 35 | 25 | 10 | 530 | 77 | 117 |
| Binary | 11101011 | 10101000 | 10111010 | 0 | 11101 | 10101 | 1000 | 101011000 | 111111 | 1001111 |
Color Harmonies of #EBA8BA
Complementary color
Monochromatic Colors of #EBA8BA
Black with #EBA8BA
Text Example
Text Example
White with #EBA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8BA; }
p { color: rgb(235,168,186); }
H1.HeaderClassName
{
color: #EBA8BA;
}
.AnyTagClassName
{
color: #EBA8BA;
}
</style>
background-color css
<style>
a { background-color: #EBA8BA; }
a { background-color: rgb(235,168,186); }
div.DivClassName
{
background-color: #EBA8BA;
}
.BgClassName
{
background-color: #EBA8BA;
}
</style>
border-color css
<style>
span { border-color: #EBA8BA; }
span { border-color: rgb(235,168,186); }
td.TdClassName
{
border-color: #EBA8BA;
}
.TagClassName
{
border-color: #EBA8BA;
}
</style>