Shades of Cupid #EBADC0
Tints of Cupid #EBADC0
RGB
CMYK
RGB Variations
Color information
#EBADC0 (or 0xEBADC0) is known color: Cupid. HEX triplet: EB, AD and C0. RGB value is (235,173,192). Sum of RGB (Red+Green+Blue) = 235+173+192=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC0 is #14523F. Grayscale: #C1C1C1. Windows color (decimal): -1331776 or 12627435. OLE color: 12627435.
HSL color Cylindrical-coordinate representation of color #EBADC0: hue angle of 341.61º 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 #EBADC0 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 173 | 192 | - |
CMYK | 0 | 0.26 | 0.18 | 0.08 |
HSL | 341.61º | 0.61% | 0.8% | - |
HSV(B) | 341.61º | 0.26% | 0.92% | - |
XYZ | 58.72 | 51.36 | 56.69 | - |
YUV | 193.7 | 127.04 | 157.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 173 | 192 | 0 | 0.26 | 0.18 | 0.08 | 341.61 | 0.61 | 0.8 |
Hex | EB | AD | C0 | 0 | 1A | 12 | 8 | 156 | 3D | 50 |
Octal | 353 | 255 | 300 | 0 | 32 | 22 | 10 | 526 | 75 | 120 |
Binary | 11101011 | 10101101 | 11000000 | 0 | 11010 | 10010 | 1000 | 101010110 | 111101 | 1010000 |
Color Harmonies of #EBADC0
Complementary color
Monochromatic Colors of #EBADC0
Black with #EBADC0
Text Example
Text Example
White with #EBADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADC0; }
p { color: rgb(235,173,192); }
H1.HeaderClassName
{
color: #EBADC0;
}
.AnyTagClassName
{
color: #EBADC0;
}
</style>
background-color css
<style>
a { background-color: #EBADC0; }
a { background-color: rgb(235,173,192); }
div.DivClassName
{
background-color: #EBADC0;
}
.BgClassName
{
background-color: #EBADC0;
}
</style>
border-color css
<style>
span { border-color: #EBADC0; }
span { border-color: rgb(235,173,192); }
td.TdClassName
{
border-color: #EBADC0;
}
.TagClassName
{
border-color: #EBADC0;
}
</style>