Shades of Dark Salmon #E2937C
Tints of Dark Salmon #E2937C
RGB
CMYK
RGB Variations
Color information
#E2937C (or 0xE2937C) is known color: Dark Salmon. HEX triplet: E2, 93 and 7C. RGB value is (226,147,124). Sum of RGB (Red+Green+Blue) = 226+147+124=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2937C is #1D6C83. Grayscale: #A8A8A8. Windows color (decimal): -1928324 or 8164322. OLE color: 8164322.
HSL color Cylindrical-coordinate representation of color #E2937C: hue angle of 13.53º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2937C is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 147 | 124 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.11 |
| HSL | 13.53º | 0.64% | 0.69% | - |
| HSV(B) | 13.53º | 0.45% | 0.89% | - |
| XYZ | 45.44 | 38.49 | 24.1 | - |
| YUV | 168 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 147 | 124 | 0 | 0.35 | 0.45 | 0.11 | 13.53 | 0.64 | 0.69 |
| Hex | E2 | 93 | 7C | 0 | 23 | 2D | B | E | 40 | 45 |
| Octal | 342 | 223 | 174 | 0 | 43 | 55 | 13 | 16 | 100 | 105 |
| Binary | 11100010 | 10010011 | 1111100 | 0 | 100011 | 101101 | 1011 | 1110 | 1000000 | 1000101 |
Color Harmonies of #E2937C
Complementary color
Monochromatic Colors of #E2937C
Black with #E2937C
Text Example
Text Example
White with #E2937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2937C; }
p { color: rgb(226,147,124); }
H1.HeaderClassName
{
color: #E2937C;
}
.AnyTagClassName
{
color: #E2937C;
}
</style>
background-color css
<style>
a { background-color: #E2937C; }
a { background-color: rgb(226,147,124); }
div.DivClassName
{
background-color: #E2937C;
}
.BgClassName
{
background-color: #E2937C;
}
</style>
border-color css
<style>
span { border-color: #E2937C; }
span { border-color: rgb(226,147,124); }
td.TdClassName
{
border-color: #E2937C;
}
.TagClassName
{
border-color: #E2937C;
}
</style>