Shades of Dark Salmon #E38F75
Tints of Dark Salmon #E38F75
RGB
CMYK
RGB Variations
Color information
#E38F75 (or 0xE38F75) is known color: Dark Salmon. HEX triplet: E3, 8F and 75. RGB value is (227,143,117). Sum of RGB (Red+Green+Blue) = 227+143+117=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F75 is #1C708A. Grayscale: #A5A5A5. Windows color (decimal): -1863819 or 7704547. OLE color: 7704547.
HSL color Cylindrical-coordinate representation of color #E38F75: hue angle of 14.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E38F75 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 117 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.11 |
| HSL | 14.18º | 0.66% | 0.67% | - |
| HSV(B) | 14.18º | 0.48% | 0.89% | - |
| XYZ | 44.71 | 37.26 | 21.66 | - |
| YUV | 165.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 117 | 0 | 0.37 | 0.48 | 0.11 | 14.18 | 0.66 | 0.67 |
| Hex | E3 | 8F | 75 | 0 | 25 | 30 | B | E | 42 | 43 |
| Octal | 343 | 217 | 165 | 0 | 45 | 60 | 13 | 16 | 102 | 103 |
| Binary | 11100011 | 10001111 | 1110101 | 0 | 100101 | 110000 | 1011 | 1110 | 1000010 | 1000011 |
Color Harmonies of #E38F75
Complementary color
Monochromatic Colors of #E38F75
Black with #E38F75
Text Example
Text Example
White with #E38F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38F75; }
p { color: rgb(227,143,117); }
H1.HeaderClassName
{
color: #E38F75;
}
.AnyTagClassName
{
color: #E38F75;
}
</style>
background-color css
<style>
a { background-color: #E38F75; }
a { background-color: rgb(227,143,117); }
div.DivClassName
{
background-color: #E38F75;
}
.BgClassName
{
background-color: #E38F75;
}
</style>
border-color css
<style>
span { border-color: #E38F75; }
span { border-color: rgb(227,143,117); }
td.TdClassName
{
border-color: #E38F75;
}
.TagClassName
{
border-color: #E38F75;
}
</style>