Shades of Cupid #EBAABF
Tints of Cupid #EBAABF
RGB
CMYK
RGB Variations
Color information
#EBAABF (or 0xEBAABF) is known color: Cupid. HEX triplet: EB, AA and BF. RGB value is (235,170,191). Sum of RGB (Red+Green+Blue) = 235+170+191=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAABF is #145540. Grayscale: #BFBFBF. Windows color (decimal): -1332545 or 12561131. OLE color: 12561131.
HSL color Cylindrical-coordinate representation of color #EBAABF: hue angle of 340.62º 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 #EBAABF is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 191 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.08 |
| HSL | 340.62º | 0.62% | 0.79% | - |
| HSV(B) | 340.62º | 0.28% | 0.92% | - |
| XYZ | 58.04 | 50.17 | 55.92 | - |
| YUV | 191.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 191 | 0 | 0.28 | 0.19 | 0.08 | 340.62 | 0.62 | 0.79 |
| Hex | EB | AA | BF | 0 | 1C | 13 | 8 | 155 | 3E | 4F |
| Octal | 353 | 252 | 277 | 0 | 34 | 23 | 10 | 525 | 76 | 117 |
| Binary | 11101011 | 10101010 | 10111111 | 0 | 11100 | 10011 | 1000 | 101010101 | 111110 | 1001111 |
Color Harmonies of #EBAABF
Complementary color
Monochromatic Colors of #EBAABF
Black with #EBAABF
Text Example
Text Example
White with #EBAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAABF; }
p { color: rgb(235,170,191); }
H1.HeaderClassName
{
color: #EBAABF;
}
.AnyTagClassName
{
color: #EBAABF;
}
</style>
background-color css
<style>
a { background-color: #EBAABF; }
a { background-color: rgb(235,170,191); }
div.DivClassName
{
background-color: #EBAABF;
}
.BgClassName
{
background-color: #EBAABF;
}
</style>
border-color css
<style>
span { border-color: #EBAABF; }
span { border-color: rgb(235,170,191); }
td.TdClassName
{
border-color: #EBAABF;
}
.TagClassName
{
border-color: #EBAABF;
}
</style>