Shades of Dark Salmon #E38E7E
Tints of Dark Salmon #E38E7E
RGB
CMYK
RGB Variations
Color information
#E38E7E (or 0xE38E7E) is known color: Dark Salmon. HEX triplet: E3, 8E and 7E. RGB value is (227,142,126). Sum of RGB (Red+Green+Blue) = 227+142+126=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E7E is #1C7181. Grayscale: #A5A5A5. Windows color (decimal): -1864066 or 8294115. OLE color: 8294115.
HSL color Cylindrical-coordinate representation of color #E38E7E: hue angle of 9.5º 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 #E38E7E is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 126 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.11 |
| HSL | 9.5º | 0.64% | 0.69% | - |
| HSV(B) | 9.5º | 0.44% | 0.89% | - |
| XYZ | 45.12 | 37.18 | 24.54 | - |
| YUV | 165.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 126 | 0 | 0.37 | 0.44 | 0.11 | 9.5 | 0.64 | 0.69 |
| Hex | E3 | 8E | 7E | 0 | 25 | 2C | B | A | 40 | 45 |
| Octal | 343 | 216 | 176 | 0 | 45 | 54 | 13 | 12 | 100 | 105 |
| Binary | 11100011 | 10001110 | 1111110 | 0 | 100101 | 101100 | 1011 | 1010 | 1000000 | 1000101 |
Color Harmonies of #E38E7E
Complementary color
Monochromatic Colors of #E38E7E
Black with #E38E7E
Text Example
Text Example
White with #E38E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E7E; }
p { color: rgb(227,142,126); }
H1.HeaderClassName
{
color: #E38E7E;
}
.AnyTagClassName
{
color: #E38E7E;
}
</style>
background-color css
<style>
a { background-color: #E38E7E; }
a { background-color: rgb(227,142,126); }
div.DivClassName
{
background-color: #E38E7E;
}
.BgClassName
{
background-color: #E38E7E;
}
</style>
border-color css
<style>
span { border-color: #E38E7E; }
span { border-color: rgb(227,142,126); }
td.TdClassName
{
border-color: #E38E7E;
}
.TagClassName
{
border-color: #E38E7E;
}
</style>