Shades of Dark Salmon #E1937F
Tints of Dark Salmon #E1937F
RGB
CMYK
RGB Variations
Color information
#E1937F (or 0xE1937F) is known color: Dark Salmon. HEX triplet: E1, 93 and 7F. RGB value is (225,147,127). Sum of RGB (Red+Green+Blue) = 225+147+127=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1937F is #1E6C80. Grayscale: #A8A8A8. Windows color (decimal): -1993857 or 8360929. OLE color: 8360929.
HSL color Cylindrical-coordinate representation of color #E1937F: hue angle of 12.24º 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 #E1937F is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 127 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.12 |
| HSL | 12.24º | 0.62% | 0.69% | - |
| HSV(B) | 12.24º | 0.44% | 0.88% | - |
| XYZ | 45.32 | 38.41 | 25.1 | - |
| YUV | 168.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 127 | 0 | 0.35 | 0.44 | 0.12 | 12.24 | 0.62 | 0.69 |
| Hex | E1 | 93 | 7F | 0 | 23 | 2C | C | C | 3E | 45 |
| Octal | 341 | 223 | 177 | 0 | 43 | 54 | 14 | 14 | 76 | 105 |
| Binary | 11100001 | 10010011 | 1111111 | 0 | 100011 | 101100 | 1100 | 1100 | 111110 | 1000101 |
Color Harmonies of #E1937F
Complementary color
Monochromatic Colors of #E1937F
Black with #E1937F
Text Example
Text Example
White with #E1937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1937F; }
p { color: rgb(225,147,127); }
H1.HeaderClassName
{
color: #E1937F;
}
.AnyTagClassName
{
color: #E1937F;
}
</style>
background-color css
<style>
a { background-color: #E1937F; }
a { background-color: rgb(225,147,127); }
div.DivClassName
{
background-color: #E1937F;
}
.BgClassName
{
background-color: #E1937F;
}
</style>
border-color css
<style>
span { border-color: #E1937F; }
span { border-color: rgb(225,147,127); }
td.TdClassName
{
border-color: #E1937F;
}
.TagClassName
{
border-color: #E1937F;
}
</style>