Shades of Cupid #EBACBF
Tints of Cupid #EBACBF
RGB
CMYK
RGB Variations
Color information
#EBACBF (or 0xEBACBF) is known color: Cupid. HEX triplet: EB, AC and BF. RGB value is (235,172,191). Sum of RGB (Red+Green+Blue) = 235+172+191=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACBF is #145340. Grayscale: #C0C0C0. Windows color (decimal): -1332033 or 12561643. OLE color: 12561643.
HSL color Cylindrical-coordinate representation of color #EBACBF: hue angle of 341.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACBF is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 191 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.08 |
| HSL | 341.9º | 0.61% | 0.8% | - |
| HSV(B) | 341.9º | 0.27% | 0.92% | - |
| XYZ | 58.42 | 50.93 | 56.04 | - |
| YUV | 193 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 191 | 0 | 0.27 | 0.19 | 0.08 | 341.9 | 0.61 | 0.8 |
| Hex | EB | AC | BF | 0 | 1B | 13 | 8 | 156 | 3D | 50 |
| Octal | 353 | 254 | 277 | 0 | 33 | 23 | 10 | 526 | 75 | 120 |
| Binary | 11101011 | 10101100 | 10111111 | 0 | 11011 | 10011 | 1000 | 101010110 | 111101 | 1010000 |
Color Harmonies of #EBACBF
Complementary color
Monochromatic Colors of #EBACBF
Black with #EBACBF
Text Example
Text Example
White with #EBACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACBF; }
p { color: rgb(235,172,191); }
H1.HeaderClassName
{
color: #EBACBF;
}
.AnyTagClassName
{
color: #EBACBF;
}
</style>
background-color css
<style>
a { background-color: #EBACBF; }
a { background-color: rgb(235,172,191); }
div.DivClassName
{
background-color: #EBACBF;
}
.BgClassName
{
background-color: #EBACBF;
}
</style>
border-color css
<style>
span { border-color: #EBACBF; }
span { border-color: rgb(235,172,191); }
td.TdClassName
{
border-color: #EBACBF;
}
.TagClassName
{
border-color: #EBACBF;
}
</style>