Shades of Dark Salmon #EC8B7D
Tints of Dark Salmon #EC8B7D
RGB
CMYK
RGB Variations
Color information
#EC8B7D (or 0xEC8B7D) is known color: Dark Salmon. HEX triplet: EC, 8B and 7D. RGB value is (236,139,125). Sum of RGB (Red+Green+Blue) = 236+139+125=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B7D is #137482. Grayscale: #A6A6A6. Windows color (decimal): -1275011 or 8227820. OLE color: 8227820.
HSL color Cylindrical-coordinate representation of color #EC8B7D: hue angle of 7.57º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC8B7D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 125 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.07 |
| HSL | 7.57º | 0.74% | 0.71% | - |
| HSV(B) | 7.57º | 0.47% | 0.93% | - |
| XYZ | 47.53 | 37.78 | 24.19 | - |
| YUV | 166.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 125 | 0 | 0.41 | 0.47 | 0.07 | 7.57 | 0.74 | 0.71 |
| Hex | EC | 8B | 7D | 0 | 29 | 2F | 7 | 8 | 4A | 47 |
| Octal | 354 | 213 | 175 | 0 | 51 | 57 | 7 | 10 | 112 | 107 |
| Binary | 11101100 | 10001011 | 1111101 | 0 | 101001 | 101111 | 111 | 1000 | 1001010 | 1000111 |
Color Harmonies of #EC8B7D
Complementary color
Monochromatic Colors of #EC8B7D
Black with #EC8B7D
Text Example
Text Example
White with #EC8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B7D; }
p { color: rgb(236,139,125); }
H1.HeaderClassName
{
color: #EC8B7D;
}
.AnyTagClassName
{
color: #EC8B7D;
}
</style>
background-color css
<style>
a { background-color: #EC8B7D; }
a { background-color: rgb(236,139,125); }
div.DivClassName
{
background-color: #EC8B7D;
}
.BgClassName
{
background-color: #EC8B7D;
}
</style>
border-color css
<style>
span { border-color: #EC8B7D; }
span { border-color: rgb(236,139,125); }
td.TdClassName
{
border-color: #EC8B7D;
}
.TagClassName
{
border-color: #EC8B7D;
}
</style>