Shades of Dark Salmon #E6937C
Tints of Dark Salmon #E6937C
RGB
CMYK
RGB Variations
Color information
#E6937C (or 0xE6937C) is known color: Dark Salmon. HEX triplet: E6, 93 and 7C. RGB value is (230,147,124). Sum of RGB (Red+Green+Blue) = 230+147+124=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6937C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6937C is #196C83. Grayscale: #A9A9A9. Windows color (decimal): -1666180 or 8164326. OLE color: 8164326.
HSL color Cylindrical-coordinate representation of color #E6937C: hue angle of 13.02º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6937C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 124 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.10 |
| HSL | 13.02º | 0.68% | 0.69% | - |
| HSV(B) | 13.02º | 0.46% | 0.9% | - |
| XYZ | 46.7 | 39.15 | 24.16 | - |
| YUV | 169.2 | 102.5 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 124 | 0 | 0.36 | 0.46 | 0.10 | 13.02 | 0.68 | 0.69 |
| Hex | E6 | 93 | 7C | 0 | 24 | 2E | A | D | 44 | 45 |
| Octal | 346 | 223 | 174 | 0 | 44 | 56 | 12 | 15 | 104 | 105 |
| Binary | 11100110 | 10010011 | 1111100 | 0 | 100100 | 101110 | 1010 | 1101 | 1000100 | 1000101 |
Color Harmonies of #E6937C
Complementary color
Monochromatic Colors of #E6937C
Black with #E6937C
Text Example
Text Example
White with #E6937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6937C; }
p { color: rgb(230,147,124); }
H1.HeaderClassName
{
color: #E6937C;
}
.AnyTagClassName
{
color: #E6937C;
}
</style>
background-color css
<style>
a { background-color: #E6937C; }
a { background-color: rgb(230,147,124); }
div.DivClassName
{
background-color: #E6937C;
}
.BgClassName
{
background-color: #E6937C;
}
</style>
border-color css
<style>
span { border-color: #E6937C; }
span { border-color: rgb(230,147,124); }
td.TdClassName
{
border-color: #E6937C;
}
.TagClassName
{
border-color: #E6937C;
}
</style>