Shades of Dark Salmon #EC907F
Tints of Dark Salmon #EC907F
RGB
CMYK
RGB Variations
Color information
#EC907F (or 0xEC907F) is known color: Dark Salmon. HEX triplet: EC, 90 and 7F. RGB value is (236,144,127). Sum of RGB (Red+Green+Blue) = 236+144+127=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC907F is #136F80. Grayscale: #A9A9A9. Windows color (decimal): -1273729 or 8360172. OLE color: 8360172.
HSL color Cylindrical-coordinate representation of color #EC907F: hue angle of 9.36º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC907F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 127 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.07 |
| HSL | 9.36º | 0.74% | 0.71% | - |
| HSV(B) | 9.36º | 0.46% | 0.93% | - |
| XYZ | 48.4 | 39.31 | 25.12 | - |
| YUV | 169.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 127 | 0 | 0.39 | 0.46 | 0.07 | 9.36 | 0.74 | 0.71 |
| Hex | EC | 90 | 7F | 0 | 27 | 2E | 7 | 9 | 4A | 47 |
| Octal | 354 | 220 | 177 | 0 | 47 | 56 | 7 | 11 | 112 | 107 |
| Binary | 11101100 | 10010000 | 1111111 | 0 | 100111 | 101110 | 111 | 1001 | 1001010 | 1000111 |
Color Harmonies of #EC907F
Complementary color
Monochromatic Colors of #EC907F
Black with #EC907F
Text Example
Text Example
White with #EC907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC907F; }
p { color: rgb(236,144,127); }
H1.HeaderClassName
{
color: #EC907F;
}
.AnyTagClassName
{
color: #EC907F;
}
</style>
background-color css
<style>
a { background-color: #EC907F; }
a { background-color: rgb(236,144,127); }
div.DivClassName
{
background-color: #EC907F;
}
.BgClassName
{
background-color: #EC907F;
}
</style>
border-color css
<style>
span { border-color: #EC907F; }
span { border-color: rgb(236,144,127); }
td.TdClassName
{
border-color: #EC907F;
}
.TagClassName
{
border-color: #EC907F;
}
</style>