Shades of Cupid #EBA9C4
Tints of Cupid #EBA9C4
RGB
CMYK
RGB Variations
Color information
#EBA9C4 (or 0xEBA9C4) is known color: Cupid. HEX triplet: EB, A9 and C4. RGB value is (235,169,196). Sum of RGB (Red+Green+Blue) = 235+169+196=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9C4 is #14563B. Grayscale: #BFBFBF. Windows color (decimal): -1332796 or 12888555. OLE color: 12888555.
HSL color Cylindrical-coordinate representation of color #EBA9C4: hue angle of 335.45º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9C4 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 196 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.08 |
| HSL | 335.45º | 0.62% | 0.79% | - |
| HSV(B) | 335.45º | 0.28% | 0.92% | - |
| XYZ | 58.41 | 50.02 | 58.8 | - |
| YUV | 191.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 196 | 0 | 0.28 | 0.17 | 0.08 | 335.45 | 0.62 | 0.79 |
| Hex | EB | A9 | C4 | 0 | 1C | 11 | 8 | 14F | 3E | 4F |
| Octal | 353 | 251 | 304 | 0 | 34 | 21 | 10 | 517 | 76 | 117 |
| Binary | 11101011 | 10101001 | 11000100 | 0 | 11100 | 10001 | 1000 | 101001111 | 111110 | 1001111 |
Color Harmonies of #EBA9C4
Complementary color
Monochromatic Colors of #EBA9C4
Black with #EBA9C4
Text Example
Text Example
White with #EBA9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9C4; }
p { color: rgb(235,169,196); }
H1.HeaderClassName
{
color: #EBA9C4;
}
.AnyTagClassName
{
color: #EBA9C4;
}
</style>
background-color css
<style>
a { background-color: #EBA9C4; }
a { background-color: rgb(235,169,196); }
div.DivClassName
{
background-color: #EBA9C4;
}
.BgClassName
{
background-color: #EBA9C4;
}
</style>
border-color css
<style>
span { border-color: #EBA9C4; }
span { border-color: rgb(235,169,196); }
td.TdClassName
{
border-color: #EBA9C4;
}
.TagClassName
{
border-color: #EBA9C4;
}
</style>