Shades of Cupid #EDA8B9
Tints of Cupid #EDA8B9
RGB
CMYK
RGB Variations
Color information
#EDA8B9 (or 0xEDA8B9) is known color: Cupid. HEX triplet: ED, A8 and B9. RGB value is (237,168,185). Sum of RGB (Red+Green+Blue) = 237+168+185=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA8B9 is #125746. Grayscale: #BEBEBE. Windows color (decimal): -1201991 or 12167405. OLE color: 12167405.
HSL color Cylindrical-coordinate representation of color #EDA8B9: hue angle of 345.22º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8B9 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 185 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.07 |
| HSL | 345.22º | 0.66% | 0.79% | - |
| HSV(B) | 345.22º | 0.29% | 0.93% | - |
| XYZ | 57.68 | 49.51 | 52.42 | - |
| YUV | 190.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 185 | 0 | 0.29 | 0.22 | 0.07 | 345.22 | 0.66 | 0.79 |
| Hex | ED | A8 | B9 | 0 | 1D | 16 | 7 | 159 | 42 | 4F |
| Octal | 355 | 250 | 271 | 0 | 35 | 26 | 7 | 531 | 102 | 117 |
| Binary | 11101101 | 10101000 | 10111001 | 0 | 11101 | 10110 | 111 | 101011001 | 1000010 | 1001111 |
Color Harmonies of #EDA8B9
Complementary color
Monochromatic Colors of #EDA8B9
Black with #EDA8B9
Text Example
Text Example
White with #EDA8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8B9; }
p { color: rgb(237,168,185); }
H1.HeaderClassName
{
color: #EDA8B9;
}
.AnyTagClassName
{
color: #EDA8B9;
}
</style>
background-color css
<style>
a { background-color: #EDA8B9; }
a { background-color: rgb(237,168,185); }
div.DivClassName
{
background-color: #EDA8B9;
}
.BgClassName
{
background-color: #EDA8B9;
}
</style>
border-color css
<style>
span { border-color: #EDA8B9; }
span { border-color: rgb(237,168,185); }
td.TdClassName
{
border-color: #EDA8B9;
}
.TagClassName
{
border-color: #EDA8B9;
}
</style>