Shades of Dark Salmon #E5957C
Tints of Dark Salmon #E5957C
RGB
CMYK
RGB Variations
Color information
#E5957C (or 0xE5957C) is known color: Dark Salmon. HEX triplet: E5, 95 and 7C. RGB value is (229,149,124). Sum of RGB (Red+Green+Blue) = 229+149+124=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5957C is #1A6A83. Grayscale: #AAAAAA. Windows color (decimal): -1731204 or 8164837. OLE color: 8164837.
HSL color Cylindrical-coordinate representation of color #E5957C: hue angle of 14.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5957C is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 124 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.10 |
| HSL | 14.29º | 0.67% | 0.69% | - |
| HSV(B) | 14.29º | 0.46% | 0.9% | - |
| XYZ | 46.7 | 39.61 | 24.25 | - |
| YUV | 170.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 124 | 0 | 0.35 | 0.46 | 0.10 | 14.29 | 0.67 | 0.69 |
| Hex | E5 | 95 | 7C | 0 | 23 | 2E | A | E | 43 | 45 |
| Octal | 345 | 225 | 174 | 0 | 43 | 56 | 12 | 16 | 103 | 105 |
| Binary | 11100101 | 10010101 | 1111100 | 0 | 100011 | 101110 | 1010 | 1110 | 1000011 | 1000101 |
Color Harmonies of #E5957C
Complementary color
Monochromatic Colors of #E5957C
Black with #E5957C
Text Example
Text Example
White with #E5957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5957C; }
p { color: rgb(229,149,124); }
H1.HeaderClassName
{
color: #E5957C;
}
.AnyTagClassName
{
color: #E5957C;
}
</style>
background-color css
<style>
a { background-color: #E5957C; }
a { background-color: rgb(229,149,124); }
div.DivClassName
{
background-color: #E5957C;
}
.BgClassName
{
background-color: #E5957C;
}
</style>
border-color css
<style>
span { border-color: #E5957C; }
span { border-color: rgb(229,149,124); }
td.TdClassName
{
border-color: #E5957C;
}
.TagClassName
{
border-color: #E5957C;
}
</style>