Shades of Dark Salmon #E38F7E
Tints of Dark Salmon #E38F7E
RGB
CMYK
RGB Variations
Color information
#E38F7E (or 0xE38F7E) is known color: Dark Salmon. HEX triplet: E3, 8F and 7E. RGB value is (227,143,126). Sum of RGB (Red+Green+Blue) = 227+143+126=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38F7E is #1C7081. Grayscale: #A6A6A6. Windows color (decimal): -1863810 or 8294371. OLE color: 8294371.
HSL color Cylindrical-coordinate representation of color #E38F7E: hue angle of 10.1º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E38F7E is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 143 | 126 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.11 |
| HSL | 10.1º | 0.64% | 0.69% | - |
| HSV(B) | 10.1º | 0.44% | 0.89% | - |
| XYZ | 45.27 | 37.48 | 24.59 | - |
| YUV | 166.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 143 | 126 | 0 | 0.37 | 0.44 | 0.11 | 10.1 | 0.64 | 0.69 |
| Hex | E3 | 8F | 7E | 0 | 25 | 2C | B | A | 40 | 45 |
| Octal | 343 | 217 | 176 | 0 | 45 | 54 | 13 | 12 | 100 | 105 |
| Binary | 11100011 | 10001111 | 1111110 | 0 | 100101 | 101100 | 1011 | 1010 | 1000000 | 1000101 |
Color Harmonies of #E38F7E
Complementary color
Monochromatic Colors of #E38F7E
Black with #E38F7E
Text Example
Text Example
White with #E38F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38F7E; }
p { color: rgb(227,143,126); }
H1.HeaderClassName
{
color: #E38F7E;
}
.AnyTagClassName
{
color: #E38F7E;
}
</style>
background-color css
<style>
a { background-color: #E38F7E; }
a { background-color: rgb(227,143,126); }
div.DivClassName
{
background-color: #E38F7E;
}
.BgClassName
{
background-color: #E38F7E;
}
</style>
border-color css
<style>
span { border-color: #E38F7E; }
span { border-color: rgb(227,143,126); }
td.TdClassName
{
border-color: #E38F7E;
}
.TagClassName
{
border-color: #E38F7E;
}
</style>