Shades of Cupid #EBABC8
Tints of Cupid #EBABC8
RGB
CMYK
RGB Variations
Color information
#EBABC8 (or 0xEBABC8) is known color: Cupid. HEX triplet: EB, AB and C8. RGB value is (235,171,200). Sum of RGB (Red+Green+Blue) = 235+171+200=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABC8 is #145437. Grayscale: #C1C1C1. Windows color (decimal): -1332280 or 13151211. OLE color: 13151211.
HSL color Cylindrical-coordinate representation of color #EBABC8: hue angle of 332.81º 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 #EBABC8 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 200 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.08 |
| HSL | 332.81º | 0.62% | 0.8% | - |
| HSV(B) | 332.81º | 0.27% | 0.92% | - |
| XYZ | 59.25 | 50.96 | 61.36 | - |
| YUV | 193.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 200 | 0 | 0.27 | 0.15 | 0.08 | 332.81 | 0.62 | 0.8 |
| Hex | EB | AB | C8 | 0 | 1B | F | 8 | 14D | 3E | 50 |
| Octal | 353 | 253 | 310 | 0 | 33 | 17 | 10 | 515 | 76 | 120 |
| Binary | 11101011 | 10101011 | 11001000 | 0 | 11011 | 1111 | 1000 | 101001101 | 111110 | 1010000 |
Color Harmonies of #EBABC8
Complementary color
Monochromatic Colors of #EBABC8
Black with #EBABC8
Text Example
Text Example
White with #EBABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABC8; }
p { color: rgb(235,171,200); }
H1.HeaderClassName
{
color: #EBABC8;
}
.AnyTagClassName
{
color: #EBABC8;
}
</style>
background-color css
<style>
a { background-color: #EBABC8; }
a { background-color: rgb(235,171,200); }
div.DivClassName
{
background-color: #EBABC8;
}
.BgClassName
{
background-color: #EBABC8;
}
</style>
border-color css
<style>
span { border-color: #EBABC8; }
span { border-color: rgb(235,171,200); }
td.TdClassName
{
border-color: #EBABC8;
}
.TagClassName
{
border-color: #EBABC8;
}
</style>