Shades of Cupid #EBA6BC
Tints of Cupid #EBA6BC
RGB
CMYK
RGB Variations
Color information
#EBA6BC (or 0xEBA6BC) is known color: Cupid. HEX triplet: EB, A6 and BC. RGB value is (235,166,188). Sum of RGB (Red+Green+Blue) = 235+166+188=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6BC is #145943. Grayscale: #BDBDBD. Windows color (decimal): -1333572 or 12363499. OLE color: 12363499.
HSL color Cylindrical-coordinate representation of color #EBA6BC: hue angle of 340.87º 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 #EBA6BC is Cyan = 0, Magento = 0.29, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 188 | - |
| CMYK | 0 | 0.29 | 0.2 | 0.08 |
| HSL | 340.87º | 0.63% | 0.79% | - |
| HSV(B) | 340.87º | 0.29% | 0.92% | - |
| XYZ | 56.97 | 48.57 | 53.95 | - |
| YUV | 189.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 188 | 0 | 0.29 | 0.2 | 0.08 | 340.87 | 0.63 | 0.79 |
| Hex | EB | A6 | BC | 0 | 1D | 14 | 8 | 155 | 3F | 4F |
| Octal | 353 | 246 | 274 | 0 | 35 | 24 | 10 | 525 | 77 | 117 |
| Binary | 11101011 | 10100110 | 10111100 | 0 | 11101 | 10100 | 1000 | 101010101 | 111111 | 1001111 |
Color Harmonies of #EBA6BC
Complementary color
Monochromatic Colors of #EBA6BC
Black with #EBA6BC
Text Example
Text Example
White with #EBA6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6BC; }
p { color: rgb(235,166,188); }
H1.HeaderClassName
{
color: #EBA6BC;
}
.AnyTagClassName
{
color: #EBA6BC;
}
</style>
background-color css
<style>
a { background-color: #EBA6BC; }
a { background-color: rgb(235,166,188); }
div.DivClassName
{
background-color: #EBA6BC;
}
.BgClassName
{
background-color: #EBA6BC;
}
</style>
border-color css
<style>
span { border-color: #EBA6BC; }
span { border-color: rgb(235,166,188); }
td.TdClassName
{
border-color: #EBA6BC;
}
.TagClassName
{
border-color: #EBA6BC;
}
</style>