Shades of Cupid #EBA7BF
Tints of Cupid #EBA7BF
RGB
CMYK
RGB Variations
Color information
#EBA7BF (or 0xEBA7BF) is known color: Cupid. HEX triplet: EB, A7 and BF. RGB value is (235,167,191). Sum of RGB (Red+Green+Blue) = 235+167+191=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7BF is #145840. Grayscale: #BEBEBE. Windows color (decimal): -1333313 or 12560363. OLE color: 12560363.
HSL color Cylindrical-coordinate representation of color #EBA7BF: hue angle of 338.82º 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 #EBA7BF is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 191 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.08 |
| HSL | 338.82º | 0.63% | 0.79% | - |
| HSV(B) | 338.82º | 0.29% | 0.92% | - |
| XYZ | 57.48 | 49.06 | 55.73 | - |
| YUV | 190.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 191 | 0 | 0.29 | 0.19 | 0.08 | 338.82 | 0.63 | 0.79 |
| Hex | EB | A7 | BF | 0 | 1D | 13 | 8 | 153 | 3F | 4F |
| Octal | 353 | 247 | 277 | 0 | 35 | 23 | 10 | 523 | 77 | 117 |
| Binary | 11101011 | 10100111 | 10111111 | 0 | 11101 | 10011 | 1000 | 101010011 | 111111 | 1001111 |
Color Harmonies of #EBA7BF
Complementary color
Monochromatic Colors of #EBA7BF
Black with #EBA7BF
Text Example
Text Example
White with #EBA7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7BF; }
p { color: rgb(235,167,191); }
H1.HeaderClassName
{
color: #EBA7BF;
}
.AnyTagClassName
{
color: #EBA7BF;
}
</style>
background-color css
<style>
a { background-color: #EBA7BF; }
a { background-color: rgb(235,167,191); }
div.DivClassName
{
background-color: #EBA7BF;
}
.BgClassName
{
background-color: #EBA7BF;
}
</style>
border-color css
<style>
span { border-color: #EBA7BF; }
span { border-color: rgb(235,167,191); }
td.TdClassName
{
border-color: #EBA7BF;
}
.TagClassName
{
border-color: #EBA7BF;
}
</style>