Shades of Cupid #EDA9C5
Tints of Cupid #EDA9C5
RGB
CMYK
RGB Variations
Color information
#EDA9C5 (or 0xEDA9C5) is known color: Cupid. HEX triplet: ED, A9 and C5. RGB value is (237,169,197). Sum of RGB (Red+Green+Blue) = 237+169+197=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9C5 is #12563A. Grayscale: #C0C0C0. Windows color (decimal): -1201723 or 12954093. OLE color: 12954093.
HSL color Cylindrical-coordinate representation of color #EDA9C5: hue angle of 335.29º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9C5 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 197 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.07 |
| HSL | 335.29º | 0.65% | 0.8% | - |
| HSV(B) | 335.29º | 0.29% | 0.93% | - |
| XYZ | 59.19 | 50.41 | 59.43 | - |
| YUV | 192.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 197 | 0 | 0.29 | 0.17 | 0.07 | 335.29 | 0.65 | 0.8 |
| Hex | ED | A9 | C5 | 0 | 1D | 11 | 7 | 14F | 41 | 50 |
| Octal | 355 | 251 | 305 | 0 | 35 | 21 | 7 | 517 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11000101 | 0 | 11101 | 10001 | 111 | 101001111 | 1000001 | 1010000 |
Color Harmonies of #EDA9C5
Complementary color
Monochromatic Colors of #EDA9C5
Black with #EDA9C5
Text Example
Text Example
White with #EDA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9C5; }
p { color: rgb(237,169,197); }
H1.HeaderClassName
{
color: #EDA9C5;
}
.AnyTagClassName
{
color: #EDA9C5;
}
</style>
background-color css
<style>
a { background-color: #EDA9C5; }
a { background-color: rgb(237,169,197); }
div.DivClassName
{
background-color: #EDA9C5;
}
.BgClassName
{
background-color: #EDA9C5;
}
</style>
border-color css
<style>
span { border-color: #EDA9C5; }
span { border-color: rgb(237,169,197); }
td.TdClassName
{
border-color: #EDA9C5;
}
.TagClassName
{
border-color: #EDA9C5;
}
</style>