Shades of Cupid #EBADC3
Tints of Cupid #EBADC3
RGB
CMYK
RGB Variations
Color information
#EBADC3 (or 0xEBADC3) is known color: Cupid. HEX triplet: EB, AD and C3. RGB value is (235,173,195). Sum of RGB (Red+Green+Blue) = 235+173+195=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC3 is #14523C. Grayscale: #C2C2C2. Windows color (decimal): -1331773 or 12824043. OLE color: 12824043.
HSL color Cylindrical-coordinate representation of color #EBADC3: hue angle of 338.71º 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 #EBADC3 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 195 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.08 |
| HSL | 338.71º | 0.61% | 0.8% | - |
| HSV(B) | 338.71º | 0.26% | 0.92% | - |
| XYZ | 59.05 | 51.49 | 58.46 | - |
| YUV | 194.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 195 | 0 | 0.26 | 0.17 | 0.08 | 338.71 | 0.61 | 0.8 |
| Hex | EB | AD | C3 | 0 | 1A | 11 | 8 | 153 | 3D | 50 |
| Octal | 353 | 255 | 303 | 0 | 32 | 21 | 10 | 523 | 75 | 120 |
| Binary | 11101011 | 10101101 | 11000011 | 0 | 11010 | 10001 | 1000 | 101010011 | 111101 | 1010000 |
Color Harmonies of #EBADC3
Complementary color
Monochromatic Colors of #EBADC3
Black with #EBADC3
Text Example
Text Example
White with #EBADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADC3; }
p { color: rgb(235,173,195); }
H1.HeaderClassName
{
color: #EBADC3;
}
.AnyTagClassName
{
color: #EBADC3;
}
</style>
background-color css
<style>
a { background-color: #EBADC3; }
a { background-color: rgb(235,173,195); }
div.DivClassName
{
background-color: #EBADC3;
}
.BgClassName
{
background-color: #EBADC3;
}
</style>
border-color css
<style>
span { border-color: #EBADC3; }
span { border-color: rgb(235,173,195); }
td.TdClassName
{
border-color: #EBADC3;
}
.TagClassName
{
border-color: #EBADC3;
}
</style>