Shades of Dark Salmon #E38E7A
Tints of Dark Salmon #E38E7A
RGB
CMYK
RGB Variations
Color information
#E38E7A (or 0xE38E7A) is known color: Dark Salmon. HEX triplet: E3, 8E and 7A. RGB value is (227,142,122). Sum of RGB (Red+Green+Blue) = 227+142+122=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38E7A is #1C7185. Grayscale: #A5A5A5. Windows color (decimal): -1864070 or 8031971. OLE color: 8031971.
HSL color Cylindrical-coordinate representation of color #E38E7A: hue angle of 11.43º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E38E7A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 142 | 122 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.11 |
| HSL | 11.43º | 0.65% | 0.68% | - |
| HSV(B) | 11.43º | 0.46% | 0.89% | - |
| XYZ | 44.86 | 37.08 | 23.21 | - |
| YUV | 165.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 142 | 122 | 0 | 0.37 | 0.46 | 0.11 | 11.43 | 0.65 | 0.68 |
| Hex | E3 | 8E | 7A | 0 | 25 | 2E | B | B | 41 | 44 |
| Octal | 343 | 216 | 172 | 0 | 45 | 56 | 13 | 13 | 101 | 104 |
| Binary | 11100011 | 10001110 | 1111010 | 0 | 100101 | 101110 | 1011 | 1011 | 1000001 | 1000100 |
Color Harmonies of #E38E7A
Complementary color
Monochromatic Colors of #E38E7A
Black with #E38E7A
Text Example
Text Example
White with #E38E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38E7A; }
p { color: rgb(227,142,122); }
H1.HeaderClassName
{
color: #E38E7A;
}
.AnyTagClassName
{
color: #E38E7A;
}
</style>
background-color css
<style>
a { background-color: #E38E7A; }
a { background-color: rgb(227,142,122); }
div.DivClassName
{
background-color: #E38E7A;
}
.BgClassName
{
background-color: #E38E7A;
}
</style>
border-color css
<style>
span { border-color: #E38E7A; }
span { border-color: rgb(227,142,122); }
td.TdClassName
{
border-color: #E38E7A;
}
.TagClassName
{
border-color: #E38E7A;
}
</style>