Shades of Cupid #EBADBC
Tints of Cupid #EBADBC
RGB
CMYK
RGB Variations
Color information
#EBADBC (or 0xEBADBC) is known color: Cupid. HEX triplet: EB, AD and BC. RGB value is (235,173,188). Sum of RGB (Red+Green+Blue) = 235+173+188=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADBC is #145243. Grayscale: #C1C1C1. Windows color (decimal): -1331780 or 12365291. OLE color: 12365291.
HSL color Cylindrical-coordinate representation of color #EBADBC: hue angle of 345.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADBC is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 188 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.08 |
| HSL | 345.48º | 0.61% | 0.8% | - |
| HSV(B) | 345.48º | 0.26% | 0.92% | - |
| XYZ | 58.28 | 51.18 | 54.38 | - |
| YUV | 193.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 188 | 0 | 0.26 | 0.2 | 0.08 | 345.48 | 0.61 | 0.8 |
| Hex | EB | AD | BC | 0 | 1A | 14 | 8 | 159 | 3D | 50 |
| Octal | 353 | 255 | 274 | 0 | 32 | 24 | 10 | 531 | 75 | 120 |
| Binary | 11101011 | 10101101 | 10111100 | 0 | 11010 | 10100 | 1000 | 101011001 | 111101 | 1010000 |
Color Harmonies of #EBADBC
Complementary color
Monochromatic Colors of #EBADBC
Black with #EBADBC
Text Example
Text Example
White with #EBADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADBC; }
p { color: rgb(235,173,188); }
H1.HeaderClassName
{
color: #EBADBC;
}
.AnyTagClassName
{
color: #EBADBC;
}
</style>
background-color css
<style>
a { background-color: #EBADBC; }
a { background-color: rgb(235,173,188); }
div.DivClassName
{
background-color: #EBADBC;
}
.BgClassName
{
background-color: #EBADBC;
}
</style>
border-color css
<style>
span { border-color: #EBADBC; }
span { border-color: rgb(235,173,188); }
td.TdClassName
{
border-color: #EBADBC;
}
.TagClassName
{
border-color: #EBADBC;
}
</style>