Shades of Cupid #EBAEBD
Tints of Cupid #EBAEBD
RGB
CMYK
RGB Variations
Color information
#EBAEBD (or 0xEBAEBD) is known color: Cupid. HEX triplet: EB, AE and BD. RGB value is (235,174,189). Sum of RGB (Red+Green+Blue) = 235+174+189=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEBD is #145142. Grayscale: #C1C1C1. Windows color (decimal): -1331523 or 12431083. OLE color: 12431083.
HSL color Cylindrical-coordinate representation of color #EBAEBD: hue angle of 345.25º 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 #EBAEBD is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 189 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.08 |
| HSL | 345.25º | 0.6% | 0.8% | - |
| HSV(B) | 345.25º | 0.26% | 0.92% | - |
| XYZ | 58.58 | 51.61 | 55.02 | - |
| YUV | 193.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 189 | 0 | 0.26 | 0.20 | 0.08 | 345.25 | 0.6 | 0.8 |
| Hex | EB | AE | BD | 0 | 1A | 14 | 8 | 159 | 3C | 50 |
| Octal | 353 | 256 | 275 | 0 | 32 | 24 | 10 | 531 | 74 | 120 |
| Binary | 11101011 | 10101110 | 10111101 | 0 | 11010 | 10100 | 1000 | 101011001 | 111100 | 1010000 |
Color Harmonies of #EBAEBD
Complementary color
Monochromatic Colors of #EBAEBD
Black with #EBAEBD
Text Example
Text Example
White with #EBAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEBD; }
p { color: rgb(235,174,189); }
H1.HeaderClassName
{
color: #EBAEBD;
}
.AnyTagClassName
{
color: #EBAEBD;
}
</style>
background-color css
<style>
a { background-color: #EBAEBD; }
a { background-color: rgb(235,174,189); }
div.DivClassName
{
background-color: #EBAEBD;
}
.BgClassName
{
background-color: #EBAEBD;
}
</style>
border-color css
<style>
span { border-color: #EBAEBD; }
span { border-color: rgb(235,174,189); }
td.TdClassName
{
border-color: #EBAEBD;
}
.TagClassName
{
border-color: #EBAEBD;
}
</style>