Shades of Cupid #EBA8B9
Tints of Cupid #EBA8B9
RGB
CMYK
RGB Variations
Color information
#EBA8B9 (or 0xEBA8B9) is known color: Cupid. HEX triplet: EB, A8 and B9. RGB value is (235,168,185). Sum of RGB (Red+Green+Blue) = 235+168+185=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8B9 is #145746. Grayscale: #BDBDBD. Windows color (decimal): -1333063 or 12167403. OLE color: 12167403.
HSL color Cylindrical-coordinate representation of color #EBA8B9: hue angle of 344.78º 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 #EBA8B9 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 185 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.08 |
| HSL | 344.78º | 0.63% | 0.79% | - |
| HSV(B) | 344.78º | 0.29% | 0.92% | - |
| XYZ | 57.02 | 49.17 | 52.38 | - |
| YUV | 189.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 185 | 0 | 0.29 | 0.21 | 0.08 | 344.78 | 0.63 | 0.79 |
| Hex | EB | A8 | B9 | 0 | 1D | 15 | 8 | 159 | 3F | 4F |
| Octal | 353 | 250 | 271 | 0 | 35 | 25 | 10 | 531 | 77 | 117 |
| Binary | 11101011 | 10101000 | 10111001 | 0 | 11101 | 10101 | 1000 | 101011001 | 111111 | 1001111 |
Color Harmonies of #EBA8B9
Complementary color
Monochromatic Colors of #EBA8B9
Black with #EBA8B9
Text Example
Text Example
White with #EBA8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8B9; }
p { color: rgb(235,168,185); }
H1.HeaderClassName
{
color: #EBA8B9;
}
.AnyTagClassName
{
color: #EBA8B9;
}
</style>
background-color css
<style>
a { background-color: #EBA8B9; }
a { background-color: rgb(235,168,185); }
div.DivClassName
{
background-color: #EBA8B9;
}
.BgClassName
{
background-color: #EBA8B9;
}
</style>
border-color css
<style>
span { border-color: #EBA8B9; }
span { border-color: rgb(235,168,185); }
td.TdClassName
{
border-color: #EBA8B9;
}
.TagClassName
{
border-color: #EBA8B9;
}
</style>