Shades of Cupid #EAA7BD
Tints of Cupid #EAA7BD
RGB
CMYK
RGB Variations
Color information
#EAA7BD (or 0xEAA7BD) is known color: Cupid. HEX triplet: EA, A7 and BD. RGB value is (234,167,189). Sum of RGB (Red+Green+Blue) = 234+167+189=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7BD is #155842. Grayscale: #BDBDBD. Windows color (decimal): -1398851 or 12429290. OLE color: 12429290.
HSL color Cylindrical-coordinate representation of color #EAA7BD: hue angle of 340.3º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA7BD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 189 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.08 |
| HSL | 340.3º | 0.61% | 0.79% | - |
| HSV(B) | 340.3º | 0.29% | 0.92% | - |
| XYZ | 56.94 | 48.8 | 54.56 | - |
| YUV | 189.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 189 | 0 | 0.29 | 0.19 | 0.08 | 340.3 | 0.61 | 0.79 |
| Hex | EA | A7 | BD | 0 | 1D | 13 | 8 | 154 | 3D | 4F |
| Octal | 352 | 247 | 275 | 0 | 35 | 23 | 10 | 524 | 75 | 117 |
| Binary | 11101010 | 10100111 | 10111101 | 0 | 11101 | 10011 | 1000 | 101010100 | 111101 | 1001111 |
Color Harmonies of #EAA7BD
Complementary color
Monochromatic Colors of #EAA7BD
Black with #EAA7BD
Text Example
Text Example
White with #EAA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7BD; }
p { color: rgb(234,167,189); }
H1.HeaderClassName
{
color: #EAA7BD;
}
.AnyTagClassName
{
color: #EAA7BD;
}
</style>
background-color css
<style>
a { background-color: #EAA7BD; }
a { background-color: rgb(234,167,189); }
div.DivClassName
{
background-color: #EAA7BD;
}
.BgClassName
{
background-color: #EAA7BD;
}
</style>
border-color css
<style>
span { border-color: #EAA7BD; }
span { border-color: rgb(234,167,189); }
td.TdClassName
{
border-color: #EAA7BD;
}
.TagClassName
{
border-color: #EAA7BD;
}
</style>