Shades of Cupid #EBA8BB
Tints of Cupid #EBA8BB
RGB
CMYK
RGB Variations
Color information
#EBA8BB (or 0xEBA8BB) is known color: Cupid. HEX triplet: EB, A8 and BB. RGB value is (235,168,187). Sum of RGB (Red+Green+Blue) = 235+168+187=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8BB is #145744. Grayscale: #BEBEBE. Windows color (decimal): -1333061 or 12298475. OLE color: 12298475.
HSL color Cylindrical-coordinate representation of color #EBA8BB: hue angle of 342.99º 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 #EBA8BB is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 187 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.08 |
| HSL | 342.99º | 0.63% | 0.79% | - |
| HSV(B) | 342.99º | 0.29% | 0.92% | - |
| XYZ | 57.23 | 49.26 | 53.5 | - |
| YUV | 190.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 187 | 0 | 0.29 | 0.20 | 0.08 | 342.99 | 0.63 | 0.79 |
| Hex | EB | A8 | BB | 0 | 1D | 14 | 8 | 157 | 3F | 4F |
| Octal | 353 | 250 | 273 | 0 | 35 | 24 | 10 | 527 | 77 | 117 |
| Binary | 11101011 | 10101000 | 10111011 | 0 | 11101 | 10100 | 1000 | 101010111 | 111111 | 1001111 |
Color Harmonies of #EBA8BB
Complementary color
Monochromatic Colors of #EBA8BB
Black with #EBA8BB
Text Example
Text Example
White with #EBA8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8BB; }
p { color: rgb(235,168,187); }
H1.HeaderClassName
{
color: #EBA8BB;
}
.AnyTagClassName
{
color: #EBA8BB;
}
</style>
background-color css
<style>
a { background-color: #EBA8BB; }
a { background-color: rgb(235,168,187); }
div.DivClassName
{
background-color: #EBA8BB;
}
.BgClassName
{
background-color: #EBA8BB;
}
</style>
border-color css
<style>
span { border-color: #EBA8BB; }
span { border-color: rgb(235,168,187); }
td.TdClassName
{
border-color: #EBA8BB;
}
.TagClassName
{
border-color: #EBA8BB;
}
</style>