Shades of Cupid #EAA9BD
Tints of Cupid #EAA9BD
RGB
CMYK
RGB Variations
Color information
#EAA9BD (or 0xEAA9BD) is known color: Cupid. HEX triplet: EA, A9 and BD. RGB value is (234,169,189). Sum of RGB (Red+Green+Blue) = 234+169+189=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9BD is #155642. Grayscale: #BEBEBE. Windows color (decimal): -1398339 or 12429802. OLE color: 12429802.
HSL color Cylindrical-coordinate representation of color #EAA9BD: hue angle of 341.54º degrees, saturation: 0.61, 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 #EAA9BD is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 189 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.08 |
| HSL | 341.54º | 0.61% | 0.79% | - |
| HSV(B) | 341.54º | 0.28% | 0.92% | - |
| XYZ | 57.3 | 49.54 | 54.69 | - |
| YUV | 190.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 189 | 0 | 0.28 | 0.19 | 0.08 | 341.54 | 0.61 | 0.79 |
| Hex | EA | A9 | BD | 0 | 1C | 13 | 8 | 156 | 3D | 4F |
| Octal | 352 | 251 | 275 | 0 | 34 | 23 | 10 | 526 | 75 | 117 |
| Binary | 11101010 | 10101001 | 10111101 | 0 | 11100 | 10011 | 1000 | 101010110 | 111101 | 1001111 |
Color Harmonies of #EAA9BD
Complementary color
Monochromatic Colors of #EAA9BD
Black with #EAA9BD
Text Example
Text Example
White with #EAA9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9BD; }
p { color: rgb(234,169,189); }
H1.HeaderClassName
{
color: #EAA9BD;
}
.AnyTagClassName
{
color: #EAA9BD;
}
</style>
background-color css
<style>
a { background-color: #EAA9BD; }
a { background-color: rgb(234,169,189); }
div.DivClassName
{
background-color: #EAA9BD;
}
.BgClassName
{
background-color: #EAA9BD;
}
</style>
border-color css
<style>
span { border-color: #EAA9BD; }
span { border-color: rgb(234,169,189); }
td.TdClassName
{
border-color: #EAA9BD;
}
.TagClassName
{
border-color: #EAA9BD;
}
</style>