Shades of Cupid #EBAEBE
Tints of Cupid #EBAEBE
RGB
CMYK
RGB Variations
Color information
#EBAEBE (or 0xEBAEBE) is known color: Cupid. HEX triplet: EB, AE and BE. RGB value is (235,174,190). Sum of RGB (Red+Green+Blue) = 235+174+190=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEBE is #145141. Grayscale: #C2C2C2. Windows color (decimal): -1331522 or 12496619. OLE color: 12496619.
HSL color Cylindrical-coordinate representation of color #EBAEBE: hue angle of 344.26º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEBE is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 190 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.08 |
| HSL | 344.26º | 0.6% | 0.8% | - |
| HSV(B) | 344.26º | 0.26% | 0.92% | - |
| XYZ | 58.69 | 51.65 | 55.59 | - |
| YUV | 194.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 190 | 0 | 0.26 | 0.19 | 0.08 | 344.26 | 0.6 | 0.8 |
| Hex | EB | AE | BE | 0 | 1A | 13 | 8 | 158 | 3C | 50 |
| Octal | 353 | 256 | 276 | 0 | 32 | 23 | 10 | 530 | 74 | 120 |
| Binary | 11101011 | 10101110 | 10111110 | 0 | 11010 | 10011 | 1000 | 101011000 | 111100 | 1010000 |
Color Harmonies of #EBAEBE
Complementary color
Monochromatic Colors of #EBAEBE
Black with #EBAEBE
Text Example
Text Example
White with #EBAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEBE; }
p { color: rgb(235,174,190); }
H1.HeaderClassName
{
color: #EBAEBE;
}
.AnyTagClassName
{
color: #EBAEBE;
}
</style>
background-color css
<style>
a { background-color: #EBAEBE; }
a { background-color: rgb(235,174,190); }
div.DivClassName
{
background-color: #EBAEBE;
}
.BgClassName
{
background-color: #EBAEBE;
}
</style>
border-color css
<style>
span { border-color: #EBAEBE; }
span { border-color: rgb(235,174,190); }
td.TdClassName
{
border-color: #EBAEBE;
}
.TagClassName
{
border-color: #EBAEBE;
}
</style>