Shades of Cupid #EBAAC0
Tints of Cupid #EBAAC0
RGB
CMYK
RGB Variations
Color information
#EBAAC0 (or 0xEBAAC0) is known color: Cupid. HEX triplet: EB, AA and C0. RGB value is (235,170,192). Sum of RGB (Red+Green+Blue) = 235+170+192=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC0 is #14553F. Grayscale: #BFBFBF. Windows color (decimal): -1332544 or 12626667. OLE color: 12626667.
HSL color Cylindrical-coordinate representation of color #EBAAC0: hue angle of 339.69º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAC0 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 192 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.08 |
| HSL | 339.69º | 0.62% | 0.79% | - |
| HSV(B) | 339.69º | 0.28% | 0.92% | - |
| XYZ | 58.15 | 50.22 | 56.5 | - |
| YUV | 191.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 192 | 0 | 0.28 | 0.18 | 0.08 | 339.69 | 0.62 | 0.79 |
| Hex | EB | AA | C0 | 0 | 1C | 12 | 8 | 154 | 3E | 4F |
| Octal | 353 | 252 | 300 | 0 | 34 | 22 | 10 | 524 | 76 | 117 |
| Binary | 11101011 | 10101010 | 11000000 | 0 | 11100 | 10010 | 1000 | 101010100 | 111110 | 1001111 |
Color Harmonies of #EBAAC0
Complementary color
Monochromatic Colors of #EBAAC0
Black with #EBAAC0
Text Example
Text Example
White with #EBAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAC0; }
p { color: rgb(235,170,192); }
H1.HeaderClassName
{
color: #EBAAC0;
}
.AnyTagClassName
{
color: #EBAAC0;
}
</style>
background-color css
<style>
a { background-color: #EBAAC0; }
a { background-color: rgb(235,170,192); }
div.DivClassName
{
background-color: #EBAAC0;
}
.BgClassName
{
background-color: #EBAAC0;
}
</style>
border-color css
<style>
span { border-color: #EBAAC0; }
span { border-color: rgb(235,170,192); }
td.TdClassName
{
border-color: #EBAAC0;
}
.TagClassName
{
border-color: #EBAAC0;
}
</style>