Shades of Dark Salmon #EC907E
Tints of Dark Salmon #EC907E
RGB
CMYK
RGB Variations
Color information
#EC907E (or 0xEC907E) is known color: Dark Salmon. HEX triplet: EC, 90 and 7E. RGB value is (236,144,126). Sum of RGB (Red+Green+Blue) = 236+144+126=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC907E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC907E is #136F81. Grayscale: #A9A9A9. Windows color (decimal): -1273730 or 8294636. OLE color: 8294636.
HSL color Cylindrical-coordinate representation of color #EC907E: hue angle of 9.82º 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 #EC907E is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 126 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.07 |
| HSL | 9.82º | 0.74% | 0.71% | - |
| HSV(B) | 9.82º | 0.47% | 0.93% | - |
| XYZ | 48.33 | 39.29 | 24.77 | - |
| YUV | 169.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 126 | 0 | 0.39 | 0.47 | 0.07 | 9.82 | 0.74 | 0.71 |
| Hex | EC | 90 | 7E | 0 | 27 | 2F | 7 | A | 4A | 47 |
| Octal | 354 | 220 | 176 | 0 | 47 | 57 | 7 | 12 | 112 | 107 |
| Binary | 11101100 | 10010000 | 1111110 | 0 | 100111 | 101111 | 111 | 1010 | 1001010 | 1000111 |
Color Harmonies of #EC907E
Complementary color
Monochromatic Colors of #EC907E
Black with #EC907E
Text Example
Text Example
White with #EC907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC907E; }
p { color: rgb(236,144,126); }
H1.HeaderClassName
{
color: #EC907E;
}
.AnyTagClassName
{
color: #EC907E;
}
</style>
background-color css
<style>
a { background-color: #EC907E; }
a { background-color: rgb(236,144,126); }
div.DivClassName
{
background-color: #EC907E;
}
.BgClassName
{
background-color: #EC907E;
}
</style>
border-color css
<style>
span { border-color: #EC907E; }
span { border-color: rgb(236,144,126); }
td.TdClassName
{
border-color: #EC907E;
}
.TagClassName
{
border-color: #EC907E;
}
</style>