Shades of Dark Salmon #E7917D
Tints of Dark Salmon #E7917D
RGB
CMYK
RGB Variations
Color information
#E7917D (or 0xE7917D) is known color: Dark Salmon. HEX triplet: E7, 91 and 7D. RGB value is (231,145,125). Sum of RGB (Red+Green+Blue) = 231+145+125=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7917D is #186E82. Grayscale: #A8A8A8. Windows color (decimal): -1601155 or 8229351. OLE color: 8229351.
HSL color Cylindrical-coordinate representation of color #E7917D: hue angle of 11.32º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E7917D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 125 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.09 |
| HSL | 11.32º | 0.69% | 0.7% | - |
| HSV(B) | 11.32º | 0.46% | 0.91% | - |
| XYZ | 46.78 | 38.72 | 24.41 | - |
| YUV | 168.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 125 | 0 | 0.37 | 0.46 | 0.09 | 11.32 | 0.69 | 0.7 |
| Hex | E7 | 91 | 7D | 0 | 25 | 2E | 9 | B | 45 | 46 |
| Octal | 347 | 221 | 175 | 0 | 45 | 56 | 11 | 13 | 105 | 106 |
| Binary | 11100111 | 10010001 | 1111101 | 0 | 100101 | 101110 | 1001 | 1011 | 1000101 | 1000110 |
Color Harmonies of #E7917D
Complementary color
Monochromatic Colors of #E7917D
Black with #E7917D
Text Example
Text Example
White with #E7917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7917D; }
p { color: rgb(231,145,125); }
H1.HeaderClassName
{
color: #E7917D;
}
.AnyTagClassName
{
color: #E7917D;
}
</style>
background-color css
<style>
a { background-color: #E7917D; }
a { background-color: rgb(231,145,125); }
div.DivClassName
{
background-color: #E7917D;
}
.BgClassName
{
background-color: #E7917D;
}
</style>
border-color css
<style>
span { border-color: #E7917D; }
span { border-color: rgb(231,145,125); }
td.TdClassName
{
border-color: #E7917D;
}
.TagClassName
{
border-color: #E7917D;
}
</style>