Shades of Dark Salmon #E38E7C
Tints of Dark Salmon #E38E7C
RGB
CMYK
RGB Variations
Color information
#E38E7C (or 0xE38E7C) is known color: Dark Salmon. HEX triplet: E3, 8E and 7C. RGB value is (227,142,124). Sum of RGB (Red+Green+Blue) = 227+142+124=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E7C is #1C7183. Grayscale: #A5A5A5. Windows color (decimal): -1864068 or 8163043. OLE color: 8163043.
HSL color Cylindrical-coordinate representation of color #E38E7C: hue angle of 10.49º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E38E7C is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 124 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.11 |
| HSL | 10.49º | 0.65% | 0.69% | - |
| HSV(B) | 10.49º | 0.45% | 0.89% | - |
| XYZ | 44.99 | 37.13 | 23.86 | - |
| YUV | 165.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 124 | 0 | 0.37 | 0.45 | 0.11 | 10.49 | 0.65 | 0.69 |
| Hex | E3 | 8E | 7C | 0 | 25 | 2D | B | A | 41 | 45 |
| Octal | 343 | 216 | 174 | 0 | 45 | 55 | 13 | 12 | 101 | 105 |
| Binary | 11100011 | 10001110 | 1111100 | 0 | 100101 | 101101 | 1011 | 1010 | 1000001 | 1000101 |
Color Harmonies of #E38E7C
Complementary color
Monochromatic Colors of #E38E7C
Black with #E38E7C
Text Example
Text Example
White with #E38E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E7C; }
p { color: rgb(227,142,124); }
H1.HeaderClassName
{
color: #E38E7C;
}
.AnyTagClassName
{
color: #E38E7C;
}
</style>
background-color css
<style>
a { background-color: #E38E7C; }
a { background-color: rgb(227,142,124); }
div.DivClassName
{
background-color: #E38E7C;
}
.BgClassName
{
background-color: #E38E7C;
}
</style>
border-color css
<style>
span { border-color: #E38E7C; }
span { border-color: rgb(227,142,124); }
td.TdClassName
{
border-color: #E38E7C;
}
.TagClassName
{
border-color: #E38E7C;
}
</style>