Shades of Dark Salmon #E0937C
Tints of Dark Salmon #E0937C
RGB
CMYK
RGB Variations
Color information
#E0937C (or 0xE0937C) is known color: Dark Salmon. HEX triplet: E0, 93 and 7C. RGB value is (224,147,124). Sum of RGB (Red+Green+Blue) = 224+147+124=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0937C is #1F6C83. Grayscale: #A7A7A7. Windows color (decimal): -2059396 or 8164320. OLE color: 8164320.
HSL color Cylindrical-coordinate representation of color #E0937C: hue angle of 13.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0937C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 124 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.12 |
| HSL | 13.8º | 0.62% | 0.68% | - |
| HSV(B) | 13.8º | 0.45% | 0.88% | - |
| XYZ | 44.81 | 38.17 | 24.07 | - |
| YUV | 167.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 124 | 0 | 0.34 | 0.45 | 0.12 | 13.8 | 0.62 | 0.68 |
| Hex | E0 | 93 | 7C | 0 | 22 | 2D | C | E | 3E | 44 |
| Octal | 340 | 223 | 174 | 0 | 42 | 55 | 14 | 16 | 76 | 104 |
| Binary | 11100000 | 10010011 | 1111100 | 0 | 100010 | 101101 | 1100 | 1110 | 111110 | 1000100 |
Color Harmonies of #E0937C
Complementary color
Monochromatic Colors of #E0937C
Black with #E0937C
Text Example
Text Example
White with #E0937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0937C; }
p { color: rgb(224,147,124); }
H1.HeaderClassName
{
color: #E0937C;
}
.AnyTagClassName
{
color: #E0937C;
}
</style>
background-color css
<style>
a { background-color: #E0937C; }
a { background-color: rgb(224,147,124); }
div.DivClassName
{
background-color: #E0937C;
}
.BgClassName
{
background-color: #E0937C;
}
</style>
border-color css
<style>
span { border-color: #E0937C; }
span { border-color: rgb(224,147,124); }
td.TdClassName
{
border-color: #E0937C;
}
.TagClassName
{
border-color: #E0937C;
}
</style>