Shades of Dark Salmon #E3937E
Tints of Dark Salmon #E3937E
RGB
CMYK
RGB Variations
Color information
#E3937E (or 0xE3937E) is known color: Dark Salmon. HEX triplet: E3, 93 and 7E. RGB value is (227,147,126). Sum of RGB (Red+Green+Blue) = 227+147+126=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3937E is #1C6C81. Grayscale: #A8A8A8. Windows color (decimal): -1862786 or 8295395. OLE color: 8295395.
HSL color Cylindrical-coordinate representation of color #E3937E: hue angle of 12.48º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3937E is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 126 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.11 |
| HSL | 12.48º | 0.64% | 0.69% | - |
| HSV(B) | 12.48º | 0.44% | 0.89% | - |
| XYZ | 45.88 | 38.7 | 24.79 | - |
| YUV | 168.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 126 | 0 | 0.35 | 0.44 | 0.11 | 12.48 | 0.64 | 0.69 |
| Hex | E3 | 93 | 7E | 0 | 23 | 2C | B | C | 40 | 45 |
| Octal | 343 | 223 | 176 | 0 | 43 | 54 | 13 | 14 | 100 | 105 |
| Binary | 11100011 | 10010011 | 1111110 | 0 | 100011 | 101100 | 1011 | 1100 | 1000000 | 1000101 |
Color Harmonies of #E3937E
Complementary color
Monochromatic Colors of #E3937E
Black with #E3937E
Text Example
Text Example
White with #E3937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3937E; }
p { color: rgb(227,147,126); }
H1.HeaderClassName
{
color: #E3937E;
}
.AnyTagClassName
{
color: #E3937E;
}
</style>
background-color css
<style>
a { background-color: #E3937E; }
a { background-color: rgb(227,147,126); }
div.DivClassName
{
background-color: #E3937E;
}
.BgClassName
{
background-color: #E3937E;
}
</style>
border-color css
<style>
span { border-color: #E3937E; }
span { border-color: rgb(227,147,126); }
td.TdClassName
{
border-color: #E3937E;
}
.TagClassName
{
border-color: #E3937E;
}
</style>