Shades of Dark Salmon #E6937E
Tints of Dark Salmon #E6937E
RGB
CMYK
RGB Variations
Color information
#E6937E (or 0xE6937E) is known color: Dark Salmon. HEX triplet: E6, 93 and 7E. RGB value is (230,147,126). Sum of RGB (Red+Green+Blue) = 230+147+126=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6937E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6937E is #196C81. Grayscale: #A9A9A9. Windows color (decimal): -1666178 or 8295398. OLE color: 8295398.
HSL color Cylindrical-coordinate representation of color #E6937E: hue angle of 12.12º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6937E is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 126 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.10 |
| HSL | 12.12º | 0.68% | 0.7% | - |
| HSV(B) | 12.12º | 0.45% | 0.9% | - |
| XYZ | 46.83 | 39.2 | 24.84 | - |
| YUV | 169.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 126 | 0 | 0.36 | 0.45 | 0.10 | 12.12 | 0.68 | 0.7 |
| Hex | E6 | 93 | 7E | 0 | 24 | 2D | A | C | 44 | 46 |
| Octal | 346 | 223 | 176 | 0 | 44 | 55 | 12 | 14 | 104 | 106 |
| Binary | 11100110 | 10010011 | 1111110 | 0 | 100100 | 101101 | 1010 | 1100 | 1000100 | 1000110 |
Color Harmonies of #E6937E
Complementary color
Monochromatic Colors of #E6937E
Black with #E6937E
Text Example
Text Example
White with #E6937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6937E; }
p { color: rgb(230,147,126); }
H1.HeaderClassName
{
color: #E6937E;
}
.AnyTagClassName
{
color: #E6937E;
}
</style>
background-color css
<style>
a { background-color: #E6937E; }
a { background-color: rgb(230,147,126); }
div.DivClassName
{
background-color: #E6937E;
}
.BgClassName
{
background-color: #E6937E;
}
</style>
border-color css
<style>
span { border-color: #E6937E; }
span { border-color: rgb(230,147,126); }
td.TdClassName
{
border-color: #E6937E;
}
.TagClassName
{
border-color: #E6937E;
}
</style>