Shades of Cupid #EBADC5
Tints of Cupid #EBADC5
RGB
CMYK
RGB Variations
Color information
#EBADC5 (or 0xEBADC5) is known color: Cupid. HEX triplet: EB, AD and C5. RGB value is (235,173,197). Sum of RGB (Red+Green+Blue) = 235+173+197=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC5 is #14523A. Grayscale: #C2C2C2. Windows color (decimal): -1331771 or 12955115. OLE color: 12955115.
HSL color Cylindrical-coordinate representation of color #EBADC5: hue angle of 336.77º 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 #EBADC5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 197 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.08 |
| HSL | 336.77º | 0.61% | 0.8% | - |
| HSV(B) | 336.77º | 0.26% | 0.92% | - |
| XYZ | 59.28 | 51.58 | 59.65 | - |
| YUV | 194.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 197 | 0 | 0.26 | 0.16 | 0.08 | 336.77 | 0.61 | 0.8 |
| Hex | EB | AD | C5 | 0 | 1A | 10 | 8 | 151 | 3D | 50 |
| Octal | 353 | 255 | 305 | 0 | 32 | 20 | 10 | 521 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11000101 | 0 | 11010 | 10000 | 1000 | 101010001 | 111101 | 1010000 |
Color Harmonies of #EBADC5
Complementary color
Monochromatic Colors of #EBADC5
Black with #EBADC5
Text Example
Text Example
White with #EBADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADC5; }
p { color: rgb(235,173,197); }
H1.HeaderClassName
{
color: #EBADC5;
}
.AnyTagClassName
{
color: #EBADC5;
}
</style>
background-color css
<style>
a { background-color: #EBADC5; }
a { background-color: rgb(235,173,197); }
div.DivClassName
{
background-color: #EBADC5;
}
.BgClassName
{
background-color: #EBADC5;
}
</style>
border-color css
<style>
span { border-color: #EBADC5; }
span { border-color: rgb(235,173,197); }
td.TdClassName
{
border-color: #EBADC5;
}
.TagClassName
{
border-color: #EBADC5;
}
</style>