Shades of Dark Salmon #ED8E80
Tints of Dark Salmon #ED8E80
RGB
CMYK
RGB Variations
Color information
#ED8E80 (or 0xED8E80) is known color: Dark Salmon. HEX triplet: ED, 8E and 80. RGB value is (237,142,128). Sum of RGB (Red+Green+Blue) = 237+142+128=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E80 is #12717F. Grayscale: #A8A8A8. Windows color (decimal): -1208704 or 8425197. OLE color: 8425197.
HSL color Cylindrical-coordinate representation of color #ED8E80: hue angle of 7.71º 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 #ED8E80 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 128 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.07 |
| HSL | 7.71º | 0.75% | 0.72% | - |
| HSV(B) | 7.71º | 0.46% | 0.93% | - |
| XYZ | 48.49 | 38.91 | 25.38 | - |
| YUV | 168.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 128 | 0 | 0.40 | 0.46 | 0.07 | 7.71 | 0.75 | 0.72 |
| Hex | ED | 8E | 80 | 0 | 28 | 2E | 7 | 8 | 4B | 48 |
| Octal | 355 | 216 | 200 | 0 | 50 | 56 | 7 | 10 | 113 | 110 |
| Binary | 11101101 | 10001110 | 10000000 | 0 | 101000 | 101110 | 111 | 1000 | 1001011 | 1001000 |
Color Harmonies of #ED8E80
Complementary color
Monochromatic Colors of #ED8E80
Black with #ED8E80
Text Example
Text Example
White with #ED8E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8E80; }
p { color: rgb(237,142,128); }
H1.HeaderClassName
{
color: #ED8E80;
}
.AnyTagClassName
{
color: #ED8E80;
}
</style>
background-color css
<style>
a { background-color: #ED8E80; }
a { background-color: rgb(237,142,128); }
div.DivClassName
{
background-color: #ED8E80;
}
.BgClassName
{
background-color: #ED8E80;
}
</style>
border-color css
<style>
span { border-color: #ED8E80; }
span { border-color: rgb(237,142,128); }
td.TdClassName
{
border-color: #ED8E80;
}
.TagClassName
{
border-color: #ED8E80;
}
</style>