Shades of Cupid #EBACBD
Tints of Cupid #EBACBD
RGB
CMYK
RGB Variations
Color information
#EBACBD (or 0xEBACBD) is known color: Cupid. HEX triplet: EB, AC and BD. RGB value is (235,172,189). Sum of RGB (Red+Green+Blue) = 235+172+189=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACBD is #145342. Grayscale: #C0C0C0. Windows color (decimal): -1332035 or 12430571. OLE color: 12430571.
HSL color Cylindrical-coordinate representation of color #EBACBD: hue angle of 343.81º 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 #EBACBD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 189 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.08 |
| HSL | 343.81º | 0.61% | 0.8% | - |
| HSV(B) | 343.81º | 0.27% | 0.92% | - |
| XYZ | 58.2 | 50.84 | 54.89 | - |
| YUV | 192.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 189 | 0 | 0.27 | 0.20 | 0.08 | 343.81 | 0.61 | 0.8 |
| Hex | EB | AC | BD | 0 | 1B | 14 | 8 | 158 | 3D | 50 |
| Octal | 353 | 254 | 275 | 0 | 33 | 24 | 10 | 530 | 75 | 120 |
| Binary | 11101011 | 10101100 | 10111101 | 0 | 11011 | 10100 | 1000 | 101011000 | 111101 | 1010000 |
Color Harmonies of #EBACBD
Complementary color
Monochromatic Colors of #EBACBD
Black with #EBACBD
Text Example
Text Example
White with #EBACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACBD; }
p { color: rgb(235,172,189); }
H1.HeaderClassName
{
color: #EBACBD;
}
.AnyTagClassName
{
color: #EBACBD;
}
</style>
background-color css
<style>
a { background-color: #EBACBD; }
a { background-color: rgb(235,172,189); }
div.DivClassName
{
background-color: #EBACBD;
}
.BgClassName
{
background-color: #EBACBD;
}
</style>
border-color css
<style>
span { border-color: #EBACBD; }
span { border-color: rgb(235,172,189); }
td.TdClassName
{
border-color: #EBACBD;
}
.TagClassName
{
border-color: #EBACBD;
}
</style>