Shades of Cupid #EBADC6
Tints of Cupid #EBADC6
RGB
CMYK
RGB Variations
Color information
#EBADC6 (or 0xEBADC6) is known color: Cupid. HEX triplet: EB, AD and C6. RGB value is (235,173,198). Sum of RGB (Red+Green+Blue) = 235+173+198=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC6 is #145239. Grayscale: #C2C2C2. Windows color (decimal): -1331770 or 13020651. OLE color: 13020651.
HSL color Cylindrical-coordinate representation of color #EBADC6: hue angle of 335.81º 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 #EBADC6 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 198 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.08 |
| HSL | 335.81º | 0.61% | 0.8% | - |
| HSV(B) | 335.81º | 0.26% | 0.92% | - |
| XYZ | 59.4 | 51.63 | 60.26 | - |
| YUV | 194.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 198 | 0 | 0.26 | 0.16 | 0.08 | 335.81 | 0.61 | 0.8 |
| Hex | EB | AD | C6 | 0 | 1A | 10 | 8 | 150 | 3D | 50 |
| Octal | 353 | 255 | 306 | 0 | 32 | 20 | 10 | 520 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11000110 | 0 | 11010 | 10000 | 1000 | 101010000 | 111101 | 1010000 |
Color Harmonies of #EBADC6
Complementary color
Monochromatic Colors of #EBADC6
Black with #EBADC6
Text Example
Text Example
White with #EBADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADC6; }
p { color: rgb(235,173,198); }
H1.HeaderClassName
{
color: #EBADC6;
}
.AnyTagClassName
{
color: #EBADC6;
}
</style>
background-color css
<style>
a { background-color: #EBADC6; }
a { background-color: rgb(235,173,198); }
div.DivClassName
{
background-color: #EBADC6;
}
.BgClassName
{
background-color: #EBADC6;
}
</style>
border-color css
<style>
span { border-color: #EBADC6; }
span { border-color: rgb(235,173,198); }
td.TdClassName
{
border-color: #EBADC6;
}
.TagClassName
{
border-color: #EBADC6;
}
</style>