Shades of Cupid #EAADBE
Tints of Cupid #EAADBE
RGB
CMYK
RGB Variations
Color information
#EAADBE (or 0xEAADBE) is known color: Cupid. HEX triplet: EA, AD and BE. RGB value is (234,173,190). Sum of RGB (Red+Green+Blue) = 234+173+190=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADBE is #155241. Grayscale: #C1C1C1. Windows color (decimal): -1397314 or 12496362. OLE color: 12496362.
HSL color Cylindrical-coordinate representation of color #EAADBE: hue angle of 343.28º degrees, saturation: 0.59, 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 #EAADBE is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 190 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.08 |
| HSL | 343.28º | 0.59% | 0.8% | - |
| HSV(B) | 343.28º | 0.26% | 0.92% | - |
| XYZ | 58.17 | 51.1 | 55.51 | - |
| YUV | 193.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 190 | 0 | 0.26 | 0.19 | 0.08 | 343.28 | 0.59 | 0.8 |
| Hex | EA | AD | BE | 0 | 1A | 13 | 8 | 157 | 3B | 50 |
| Octal | 352 | 255 | 276 | 0 | 32 | 23 | 10 | 527 | 73 | 120 |
| Binary | 11101010 | 10101101 | 10111110 | 0 | 11010 | 10011 | 1000 | 101010111 | 111011 | 1010000 |
Color Harmonies of #EAADBE
Complementary color
Monochromatic Colors of #EAADBE
Black with #EAADBE
Text Example
Text Example
White with #EAADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADBE; }
p { color: rgb(234,173,190); }
H1.HeaderClassName
{
color: #EAADBE;
}
.AnyTagClassName
{
color: #EAADBE;
}
</style>
background-color css
<style>
a { background-color: #EAADBE; }
a { background-color: rgb(234,173,190); }
div.DivClassName
{
background-color: #EAADBE;
}
.BgClassName
{
background-color: #EAADBE;
}
</style>
border-color css
<style>
span { border-color: #EAADBE; }
span { border-color: rgb(234,173,190); }
td.TdClassName
{
border-color: #EAADBE;
}
.TagClassName
{
border-color: #EAADBE;
}
</style>