Shades of Dark Salmon #E1937E
Tints of Dark Salmon #E1937E
RGB
CMYK
RGB Variations
Color information
#E1937E (or 0xE1937E) is known color: Dark Salmon. HEX triplet: E1, 93 and 7E. RGB value is (225,147,126). Sum of RGB (Red+Green+Blue) = 225+147+126=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1937E is #1E6C81. Grayscale: #A8A8A8. Windows color (decimal): -1993858 or 8295393. OLE color: 8295393.
HSL color Cylindrical-coordinate representation of color #E1937E: hue angle of 12.73º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1937E is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 126 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.12 |
| HSL | 12.73º | 0.62% | 0.69% | - |
| HSV(B) | 12.73º | 0.44% | 0.88% | - |
| XYZ | 45.25 | 38.38 | 24.76 | - |
| YUV | 167.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 126 | 0 | 0.35 | 0.44 | 0.12 | 12.73 | 0.62 | 0.69 |
| Hex | E1 | 93 | 7E | 0 | 23 | 2C | C | D | 3E | 45 |
| Octal | 341 | 223 | 176 | 0 | 43 | 54 | 14 | 15 | 76 | 105 |
| Binary | 11100001 | 10010011 | 1111110 | 0 | 100011 | 101100 | 1100 | 1101 | 111110 | 1000101 |
Color Harmonies of #E1937E
Complementary color
Monochromatic Colors of #E1937E
Black with #E1937E
Text Example
Text Example
White with #E1937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1937E; }
p { color: rgb(225,147,126); }
H1.HeaderClassName
{
color: #E1937E;
}
.AnyTagClassName
{
color: #E1937E;
}
</style>
background-color css
<style>
a { background-color: #E1937E; }
a { background-color: rgb(225,147,126); }
div.DivClassName
{
background-color: #E1937E;
}
.BgClassName
{
background-color: #E1937E;
}
</style>
border-color css
<style>
span { border-color: #E1937E; }
span { border-color: rgb(225,147,126); }
td.TdClassName
{
border-color: #E1937E;
}
.TagClassName
{
border-color: #E1937E;
}
</style>