Shades of Cupid #EBABBB
Tints of Cupid #EBABBB
RGB
CMYK
RGB Variations
Color information
#EBABBB (or 0xEBABBB) is known color: Cupid. HEX triplet: EB, AB and BB. RGB value is (235,171,187). Sum of RGB (Red+Green+Blue) = 235+171+187=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABBB is #145444. Grayscale: #BFBFBF. Windows color (decimal): -1332293 or 12299243. OLE color: 12299243.
HSL color Cylindrical-coordinate representation of color #EBABBB: hue angle of 345º 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 #EBABBB is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 187 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.08 |
| HSL | 345º | 0.62% | 0.8% | - |
| HSV(B) | 345º | 0.27% | 0.92% | - |
| XYZ | 57.79 | 50.38 | 53.69 | - |
| YUV | 191.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 187 | 0 | 0.27 | 0.20 | 0.08 | 345 | 0.62 | 0.8 |
| Hex | EB | AB | BB | 0 | 1B | 14 | 8 | 159 | 3E | 50 |
| Octal | 353 | 253 | 273 | 0 | 33 | 24 | 10 | 531 | 76 | 120 |
| Binary | 11101011 | 10101011 | 10111011 | 0 | 11011 | 10100 | 1000 | 101011001 | 111110 | 1010000 |
Color Harmonies of #EBABBB
Complementary color
Monochromatic Colors of #EBABBB
Black with #EBABBB
Text Example
Text Example
White with #EBABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABBB; }
p { color: rgb(235,171,187); }
H1.HeaderClassName
{
color: #EBABBB;
}
.AnyTagClassName
{
color: #EBABBB;
}
</style>
background-color css
<style>
a { background-color: #EBABBB; }
a { background-color: rgb(235,171,187); }
div.DivClassName
{
background-color: #EBABBB;
}
.BgClassName
{
background-color: #EBABBB;
}
</style>
border-color css
<style>
span { border-color: #EBABBB; }
span { border-color: rgb(235,171,187); }
td.TdClassName
{
border-color: #EBABBB;
}
.TagClassName
{
border-color: #EBABBB;
}
</style>