Shades of Cupid #EBABBE
Tints of Cupid #EBABBE
RGB
CMYK
RGB Variations
Color information
#EBABBE (or 0xEBABBE) is known color: Cupid. HEX triplet: EB, AB and BE. RGB value is (235,171,190). Sum of RGB (Red+Green+Blue) = 235+171+190=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABBE is #145441. Grayscale: #C0C0C0. Windows color (decimal): -1332290 or 12495851. OLE color: 12495851.
HSL color Cylindrical-coordinate representation of color #EBABBE: hue angle of 342.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABBE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 190 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.08 |
| HSL | 342.19º | 0.62% | 0.8% | - |
| HSV(B) | 342.19º | 0.27% | 0.92% | - |
| XYZ | 58.12 | 50.51 | 55.4 | - |
| YUV | 192.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 190 | 0 | 0.27 | 0.19 | 0.08 | 342.19 | 0.62 | 0.8 |
| Hex | EB | AB | BE | 0 | 1B | 13 | 8 | 156 | 3E | 50 |
| Octal | 353 | 253 | 276 | 0 | 33 | 23 | 10 | 526 | 76 | 120 |
| Binary | 11101011 | 10101011 | 10111110 | 0 | 11011 | 10011 | 1000 | 101010110 | 111110 | 1010000 |
Color Harmonies of #EBABBE
Complementary color
Monochromatic Colors of #EBABBE
Black with #EBABBE
Text Example
Text Example
White with #EBABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABBE; }
p { color: rgb(235,171,190); }
H1.HeaderClassName
{
color: #EBABBE;
}
.AnyTagClassName
{
color: #EBABBE;
}
</style>
background-color css
<style>
a { background-color: #EBABBE; }
a { background-color: rgb(235,171,190); }
div.DivClassName
{
background-color: #EBABBE;
}
.BgClassName
{
background-color: #EBABBE;
}
</style>
border-color css
<style>
span { border-color: #EBABBE; }
span { border-color: rgb(235,171,190); }
td.TdClassName
{
border-color: #EBABBE;
}
.TagClassName
{
border-color: #EBABBE;
}
</style>