Shades of Dark Salmon #E58C7E
Tints of Dark Salmon #E58C7E
RGB
CMYK
RGB Variations
Color information
#E58C7E (or 0xE58C7E) is known color: Dark Salmon. HEX triplet: E5, 8C and 7E. RGB value is (229,140,126). Sum of RGB (Red+Green+Blue) = 229+140+126=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58C7E is #1A7381. Grayscale: #A5A5A5. Windows color (decimal): -1733506 or 8293605. OLE color: 8293605.
HSL color Cylindrical-coordinate representation of color #E58C7E: hue angle of 8.16º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E58C7E is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 126 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.10 |
| HSL | 8.16º | 0.66% | 0.7% | - |
| HSV(B) | 8.16º | 0.45% | 0.9% | - |
| XYZ | 45.46 | 36.92 | 24.47 | - |
| YUV | 165.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 126 | 0 | 0.39 | 0.45 | 0.10 | 8.16 | 0.66 | 0.7 |
| Hex | E5 | 8C | 7E | 0 | 27 | 2D | A | 8 | 42 | 46 |
| Octal | 345 | 214 | 176 | 0 | 47 | 55 | 12 | 10 | 102 | 106 |
| Binary | 11100101 | 10001100 | 1111110 | 0 | 100111 | 101101 | 1010 | 1000 | 1000010 | 1000110 |
Color Harmonies of #E58C7E
Complementary color
Monochromatic Colors of #E58C7E
Black with #E58C7E
Text Example
Text Example
White with #E58C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58C7E; }
p { color: rgb(229,140,126); }
H1.HeaderClassName
{
color: #E58C7E;
}
.AnyTagClassName
{
color: #E58C7E;
}
</style>
background-color css
<style>
a { background-color: #E58C7E; }
a { background-color: rgb(229,140,126); }
div.DivClassName
{
background-color: #E58C7E;
}
.BgClassName
{
background-color: #E58C7E;
}
</style>
border-color css
<style>
span { border-color: #E58C7E; }
span { border-color: rgb(229,140,126); }
td.TdClassName
{
border-color: #E58C7E;
}
.TagClassName
{
border-color: #E58C7E;
}
</style>