Shades of Dark Salmon #ED9880
Tints of Dark Salmon #ED9880
RGB
CMYK
RGB Variations
Color information
#ED9880 (or 0xED9880) is known color: Dark Salmon. HEX triplet: ED, 98 and 80. RGB value is (237,152,128). Sum of RGB (Red+Green+Blue) = 237+152+128=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9880 is #12677F. Grayscale: #AEAEAE. Windows color (decimal): -1206144 or 8427757. OLE color: 8427757.
HSL color Cylindrical-coordinate representation of color #ED9880: hue angle of 13.21º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED9880 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 128 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.07 |
| HSL | 13.21º | 0.75% | 0.72% | - |
| HSV(B) | 13.21º | 0.46% | 0.93% | - |
| XYZ | 50.05 | 42.02 | 25.89 | - |
| YUV | 174.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 128 | 0 | 0.36 | 0.46 | 0.07 | 13.21 | 0.75 | 0.72 |
| Hex | ED | 98 | 80 | 0 | 24 | 2E | 7 | D | 4B | 48 |
| Octal | 355 | 230 | 200 | 0 | 44 | 56 | 7 | 15 | 113 | 110 |
| Binary | 11101101 | 10011000 | 10000000 | 0 | 100100 | 101110 | 111 | 1101 | 1001011 | 1001000 |
Color Harmonies of #ED9880
Complementary color
Monochromatic Colors of #ED9880
Black with #ED9880
Text Example
Text Example
White with #ED9880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9880; }
p { color: rgb(237,152,128); }
H1.HeaderClassName
{
color: #ED9880;
}
.AnyTagClassName
{
color: #ED9880;
}
</style>
background-color css
<style>
a { background-color: #ED9880; }
a { background-color: rgb(237,152,128); }
div.DivClassName
{
background-color: #ED9880;
}
.BgClassName
{
background-color: #ED9880;
}
</style>
border-color css
<style>
span { border-color: #ED9880; }
span { border-color: rgb(237,152,128); }
td.TdClassName
{
border-color: #ED9880;
}
.TagClassName
{
border-color: #ED9880;
}
</style>