Shades of Cupid #EBADC4
Tints of Cupid #EBADC4
RGB
CMYK
RGB Variations
Color information
#EBADC4 (or 0xEBADC4) is known color: Cupid. HEX triplet: EB, AD and C4. RGB value is (235,173,196). Sum of RGB (Red+Green+Blue) = 235+173+196=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC4 is #14523B. Grayscale: #C2C2C2. Windows color (decimal): -1331772 or 12889579. OLE color: 12889579.
HSL color Cylindrical-coordinate representation of color #EBADC4: hue angle of 337.74º 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 #EBADC4 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 196 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.08 |
| HSL | 337.74º | 0.61% | 0.8% | - |
| HSV(B) | 337.74º | 0.26% | 0.92% | - |
| XYZ | 59.17 | 51.53 | 59.05 | - |
| YUV | 194.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 196 | 0 | 0.26 | 0.17 | 0.08 | 337.74 | 0.61 | 0.8 |
| Hex | EB | AD | C4 | 0 | 1A | 11 | 8 | 152 | 3D | 50 |
| Octal | 353 | 255 | 304 | 0 | 32 | 21 | 10 | 522 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11000100 | 0 | 11010 | 10001 | 1000 | 101010010 | 111101 | 1010000 |
Color Harmonies of #EBADC4
Complementary color
Monochromatic Colors of #EBADC4
Black with #EBADC4
Text Example
Text Example
White with #EBADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADC4; }
p { color: rgb(235,173,196); }
H1.HeaderClassName
{
color: #EBADC4;
}
.AnyTagClassName
{
color: #EBADC4;
}
</style>
background-color css
<style>
a { background-color: #EBADC4; }
a { background-color: rgb(235,173,196); }
div.DivClassName
{
background-color: #EBADC4;
}
.BgClassName
{
background-color: #EBADC4;
}
</style>
border-color css
<style>
span { border-color: #EBADC4; }
span { border-color: rgb(235,173,196); }
td.TdClassName
{
border-color: #EBADC4;
}
.TagClassName
{
border-color: #EBADC4;
}
</style>