Shades of Cupid #EBADC2
Tints of Cupid #EBADC2
RGB
CMYK
RGB Variations
Color information
#EBADC2 (or 0xEBADC2) is known color: Cupid. HEX triplet: EB, AD and C2. RGB value is (235,173,194). Sum of RGB (Red+Green+Blue) = 235+173+194=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC2 is #14523D. Grayscale: #C1C1C1. Windows color (decimal): -1331774 or 12758507. OLE color: 12758507.
HSL color Cylindrical-coordinate representation of color #EBADC2: hue angle of 339.68º 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 #EBADC2 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 194 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.08 |
| HSL | 339.68º | 0.61% | 0.8% | - |
| HSV(B) | 339.68º | 0.26% | 0.92% | - |
| XYZ | 58.94 | 51.44 | 57.86 | - |
| YUV | 193.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 194 | 0 | 0.26 | 0.17 | 0.08 | 339.68 | 0.61 | 0.8 |
| Hex | EB | AD | C2 | 0 | 1A | 11 | 8 | 154 | 3D | 50 |
| Octal | 353 | 255 | 302 | 0 | 32 | 21 | 10 | 524 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11000010 | 0 | 11010 | 10001 | 1000 | 101010100 | 111101 | 1010000 |
Color Harmonies of #EBADC2
Complementary color
Monochromatic Colors of #EBADC2
Black with #EBADC2
Text Example
Text Example
White with #EBADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADC2; }
p { color: rgb(235,173,194); }
H1.HeaderClassName
{
color: #EBADC2;
}
.AnyTagClassName
{
color: #EBADC2;
}
</style>
background-color css
<style>
a { background-color: #EBADC2; }
a { background-color: rgb(235,173,194); }
div.DivClassName
{
background-color: #EBADC2;
}
.BgClassName
{
background-color: #EBADC2;
}
</style>
border-color css
<style>
span { border-color: #EBADC2; }
span { border-color: rgb(235,173,194); }
td.TdClassName
{
border-color: #EBADC2;
}
.TagClassName
{
border-color: #EBADC2;
}
</style>