Shades of Cupid #E9A8BD
Tints of Cupid #E9A8BD
RGB
CMYK
RGB Variations
Color information
#E9A8BD (or 0xE9A8BD) is known color: Cupid. HEX triplet: E9, A8 and BD. RGB value is (233,168,189). Sum of RGB (Red+Green+Blue) = 233+168+189=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A8BD is #165742. Grayscale: #BDBDBD. Windows color (decimal): -1464131 or 12429545. OLE color: 12429545.
HSL color Cylindrical-coordinate representation of color #E9A8BD: hue angle of 340.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A8BD is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 189 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.09 |
| HSL | 340.62º | 0.6% | 0.79% | - |
| HSV(B) | 340.62º | 0.28% | 0.91% | - |
| XYZ | 56.79 | 49 | 54.61 | - |
| YUV | 189.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 189 | 0 | 0.28 | 0.19 | 0.09 | 340.62 | 0.6 | 0.79 |
| Hex | E9 | A8 | BD | 0 | 1C | 13 | 9 | 155 | 3C | 4F |
| Octal | 351 | 250 | 275 | 0 | 34 | 23 | 11 | 525 | 74 | 117 |
| Binary | 11101001 | 10101000 | 10111101 | 0 | 11100 | 10011 | 1001 | 101010101 | 111100 | 1001111 |
Color Harmonies of #E9A8BD
Complementary color
Monochromatic Colors of #E9A8BD
Black with #E9A8BD
Text Example
Text Example
White with #E9A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A8BD; }
p { color: rgb(233,168,189); }
H1.HeaderClassName
{
color: #E9A8BD;
}
.AnyTagClassName
{
color: #E9A8BD;
}
</style>
background-color css
<style>
a { background-color: #E9A8BD; }
a { background-color: rgb(233,168,189); }
div.DivClassName
{
background-color: #E9A8BD;
}
.BgClassName
{
background-color: #E9A8BD;
}
</style>
border-color css
<style>
span { border-color: #E9A8BD; }
span { border-color: rgb(233,168,189); }
td.TdClassName
{
border-color: #E9A8BD;
}
.TagClassName
{
border-color: #E9A8BD;
}
</style>