Shades of Dark Salmon #E39081
Tints of Dark Salmon #E39081
RGB
CMYK
RGB Variations
Color information
#E39081 (or 0xE39081) is known color: Dark Salmon. HEX triplet: E3, 90 and 81. RGB value is (227,144,129). Sum of RGB (Red+Green+Blue) = 227+144+129=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E39081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39081 is #1C6F7E. Grayscale: #A7A7A7. Windows color (decimal): -1863551 or 8491235. OLE color: 8491235.
HSL color Cylindrical-coordinate representation of color #E39081: hue angle of 9.18º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E39081 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 129 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.11 |
| HSL | 9.18º | 0.64% | 0.7% | - |
| HSV(B) | 9.18º | 0.43% | 0.89% | - |
| XYZ | 45.61 | 37.86 | 25.67 | - |
| YUV | 167.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 129 | 0 | 0.37 | 0.43 | 0.11 | 9.18 | 0.64 | 0.7 |
| Hex | E3 | 90 | 81 | 0 | 25 | 2B | B | 9 | 40 | 46 |
| Octal | 343 | 220 | 201 | 0 | 45 | 53 | 13 | 11 | 100 | 106 |
| Binary | 11100011 | 10010000 | 10000001 | 0 | 100101 | 101011 | 1011 | 1001 | 1000000 | 1000110 |
Color Harmonies of #E39081
Complementary color
Monochromatic Colors of #E39081
Black with #E39081
Text Example
Text Example
White with #E39081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39081; }
p { color: rgb(227,144,129); }
H1.HeaderClassName
{
color: #E39081;
}
.AnyTagClassName
{
color: #E39081;
}
</style>
background-color css
<style>
a { background-color: #E39081; }
a { background-color: rgb(227,144,129); }
div.DivClassName
{
background-color: #E39081;
}
.BgClassName
{
background-color: #E39081;
}
</style>
border-color css
<style>
span { border-color: #E39081; }
span { border-color: rgb(227,144,129); }
td.TdClassName
{
border-color: #E39081;
}
.TagClassName
{
border-color: #E39081;
}
</style>