Shades of Dark Salmon #E38E7B
Tints of Dark Salmon #E38E7B
RGB
CMYK
RGB Variations
Color information
#E38E7B (or 0xE38E7B) is known color: Dark Salmon. HEX triplet: E3, 8E and 7B. RGB value is (227,142,123). Sum of RGB (Red+Green+Blue) = 227+142+123=492 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.14% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E7B is #1C7184. Grayscale: #A5A5A5. Windows color (decimal): -1864069 or 8097507. OLE color: 8097507.
HSL color Cylindrical-coordinate representation of color #E38E7B: hue angle of 10.96º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E38E7B is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 123 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.11 |
| HSL | 10.96º | 0.65% | 0.69% | - |
| HSV(B) | 10.96º | 0.46% | 0.89% | - |
| XYZ | 44.93 | 37.11 | 23.53 | - |
| YUV | 165.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 123 | 0 | 0.37 | 0.46 | 0.11 | 10.96 | 0.65 | 0.69 |
| Hex | E3 | 8E | 7B | 0 | 25 | 2E | B | B | 41 | 45 |
| Octal | 343 | 216 | 173 | 0 | 45 | 56 | 13 | 13 | 101 | 105 |
| Binary | 11100011 | 10001110 | 1111011 | 0 | 100101 | 101110 | 1011 | 1011 | 1000001 | 1000101 |
Color Harmonies of #E38E7B
Complementary color
Monochromatic Colors of #E38E7B
Black with #E38E7B
Text Example
Text Example
White with #E38E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E7B; }
p { color: rgb(227,142,123); }
H1.HeaderClassName
{
color: #E38E7B;
}
.AnyTagClassName
{
color: #E38E7B;
}
</style>
background-color css
<style>
a { background-color: #E38E7B; }
a { background-color: rgb(227,142,123); }
div.DivClassName
{
background-color: #E38E7B;
}
.BgClassName
{
background-color: #E38E7B;
}
</style>
border-color css
<style>
span { border-color: #E38E7B; }
span { border-color: rgb(227,142,123); }
td.TdClassName
{
border-color: #E38E7B;
}
.TagClassName
{
border-color: #E38E7B;
}
</style>