Shades of Dark Salmon #E38F7C
Tints of Dark Salmon #E38F7C
RGB
CMYK
RGB Variations
Color information
#E38F7C (or 0xE38F7C) is known color: Dark Salmon. HEX triplet: E3, 8F and 7C. RGB value is (227,143,124). Sum of RGB (Red+Green+Blue) = 227+143+124=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F7C is #1C7083. Grayscale: #A6A6A6. Windows color (decimal): -1863812 or 8163299. OLE color: 8163299.
HSL color Cylindrical-coordinate representation of color #E38F7C: hue angle of 11.07º 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 #E38F7C is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 124 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.11 |
| HSL | 11.07º | 0.65% | 0.69% | - |
| HSV(B) | 11.07º | 0.45% | 0.89% | - |
| XYZ | 45.14 | 37.43 | 23.91 | - |
| YUV | 165.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 124 | 0 | 0.37 | 0.45 | 0.11 | 11.07 | 0.65 | 0.69 |
| Hex | E3 | 8F | 7C | 0 | 25 | 2D | B | B | 41 | 45 |
| Octal | 343 | 217 | 174 | 0 | 45 | 55 | 13 | 13 | 101 | 105 |
| Binary | 11100011 | 10001111 | 1111100 | 0 | 100101 | 101101 | 1011 | 1011 | 1000001 | 1000101 |
Color Harmonies of #E38F7C
Complementary color
Monochromatic Colors of #E38F7C
Black with #E38F7C
Text Example
Text Example
White with #E38F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38F7C; }
p { color: rgb(227,143,124); }
H1.HeaderClassName
{
color: #E38F7C;
}
.AnyTagClassName
{
color: #E38F7C;
}
</style>
background-color css
<style>
a { background-color: #E38F7C; }
a { background-color: rgb(227,143,124); }
div.DivClassName
{
background-color: #E38F7C;
}
.BgClassName
{
background-color: #E38F7C;
}
</style>
border-color css
<style>
span { border-color: #E38F7C; }
span { border-color: rgb(227,143,124); }
td.TdClassName
{
border-color: #E38F7C;
}
.TagClassName
{
border-color: #E38F7C;
}
</style>