Shades of Dark Salmon #E0937D
Tints of Dark Salmon #E0937D
RGB
CMYK
RGB Variations
Color information
#E0937D (or 0xE0937D) is known color: Dark Salmon. HEX triplet: E0, 93 and 7D. RGB value is (224,147,125). Sum of RGB (Red+Green+Blue) = 224+147+125=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0937D is #1F6C82. Grayscale: #A7A7A7. Windows color (decimal): -2059395 or 8229856. OLE color: 8229856.
HSL color Cylindrical-coordinate representation of color #E0937D: hue angle of 13.33º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0937D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 125 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.12 |
| HSL | 13.33º | 0.61% | 0.68% | - |
| HSV(B) | 13.33º | 0.44% | 0.88% | - |
| XYZ | 44.88 | 38.2 | 24.41 | - |
| YUV | 167.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 125 | 0 | 0.34 | 0.44 | 0.12 | 13.33 | 0.61 | 0.68 |
| Hex | E0 | 93 | 7D | 0 | 22 | 2C | C | D | 3D | 44 |
| Octal | 340 | 223 | 175 | 0 | 42 | 54 | 14 | 15 | 75 | 104 |
| Binary | 11100000 | 10010011 | 1111101 | 0 | 100010 | 101100 | 1100 | 1101 | 111101 | 1000100 |
Color Harmonies of #E0937D
Complementary color
Monochromatic Colors of #E0937D
Black with #E0937D
Text Example
Text Example
White with #E0937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0937D; }
p { color: rgb(224,147,125); }
H1.HeaderClassName
{
color: #E0937D;
}
.AnyTagClassName
{
color: #E0937D;
}
</style>
background-color css
<style>
a { background-color: #E0937D; }
a { background-color: rgb(224,147,125); }
div.DivClassName
{
background-color: #E0937D;
}
.BgClassName
{
background-color: #E0937D;
}
</style>
border-color css
<style>
span { border-color: #E0937D; }
span { border-color: rgb(224,147,125); }
td.TdClassName
{
border-color: #E0937D;
}
.TagClassName
{
border-color: #E0937D;
}
</style>