Shades of Cupid #EBACC7
Tints of Cupid #EBACC7
RGB
CMYK
RGB Variations
Color information
#EBACC7 (or 0xEBACC7) is known color: Cupid. HEX triplet: EB, AC and C7. RGB value is (235,172,199). Sum of RGB (Red+Green+Blue) = 235+172+199=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACC7 is #145338. Grayscale: #C1C1C1. Windows color (decimal): -1332025 or 13085931. OLE color: 13085931.
HSL color Cylindrical-coordinate representation of color #EBACC7: hue angle of 334.29º degrees, saturation: 0.61, 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 #EBACC7 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 199 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.08 |
| HSL | 334.29º | 0.61% | 0.8% | - |
| HSV(B) | 334.29º | 0.27% | 0.92% | - |
| XYZ | 59.32 | 51.29 | 60.81 | - |
| YUV | 193.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 199 | 0 | 0.27 | 0.15 | 0.08 | 334.29 | 0.61 | 0.8 |
| Hex | EB | AC | C7 | 0 | 1B | F | 8 | 14E | 3D | 50 |
| Octal | 353 | 254 | 307 | 0 | 33 | 17 | 10 | 516 | 75 | 120 |
| Binary | 11101011 | 10101100 | 11000111 | 0 | 11011 | 1111 | 1000 | 101001110 | 111101 | 1010000 |
Color Harmonies of #EBACC7
Complementary color
Monochromatic Colors of #EBACC7
Black with #EBACC7
Text Example
Text Example
White with #EBACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACC7; }
p { color: rgb(235,172,199); }
H1.HeaderClassName
{
color: #EBACC7;
}
.AnyTagClassName
{
color: #EBACC7;
}
</style>
background-color css
<style>
a { background-color: #EBACC7; }
a { background-color: rgb(235,172,199); }
div.DivClassName
{
background-color: #EBACC7;
}
.BgClassName
{
background-color: #EBACC7;
}
</style>
border-color css
<style>
span { border-color: #EBACC7; }
span { border-color: rgb(235,172,199); }
td.TdClassName
{
border-color: #EBACC7;
}
.TagClassName
{
border-color: #EBACC7;
}
</style>