Shades of Dark Salmon #E18F77
Tints of Dark Salmon #E18F77
RGB
CMYK
RGB Variations
Color information
#E18F77 (or 0xE18F77) is known color: Dark Salmon. HEX triplet: E1, 8F and 77. RGB value is (225,143,119). Sum of RGB (Red+Green+Blue) = 225+143+119=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F77 is #1E7088. Grayscale: #A4A4A4. Windows color (decimal): -1994889 or 7835617. OLE color: 7835617.
HSL color Cylindrical-coordinate representation of color #E18F77: hue angle of 13.58º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E18F77 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 119 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.12 |
| HSL | 13.58º | 0.64% | 0.67% | - |
| HSV(B) | 13.58º | 0.47% | 0.88% | - |
| XYZ | 44.2 | 36.98 | 22.26 | - |
| YUV | 164.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 119 | 0 | 0.36 | 0.47 | 0.12 | 13.58 | 0.64 | 0.67 |
| Hex | E1 | 8F | 77 | 0 | 24 | 2F | C | E | 40 | 43 |
| Octal | 341 | 217 | 167 | 0 | 44 | 57 | 14 | 16 | 100 | 103 |
| Binary | 11100001 | 10001111 | 1110111 | 0 | 100100 | 101111 | 1100 | 1110 | 1000000 | 1000011 |
Color Harmonies of #E18F77
Complementary color
Monochromatic Colors of #E18F77
Black with #E18F77
Text Example
Text Example
White with #E18F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F77; }
p { color: rgb(225,143,119); }
H1.HeaderClassName
{
color: #E18F77;
}
.AnyTagClassName
{
color: #E18F77;
}
</style>
background-color css
<style>
a { background-color: #E18F77; }
a { background-color: rgb(225,143,119); }
div.DivClassName
{
background-color: #E18F77;
}
.BgClassName
{
background-color: #E18F77;
}
</style>
border-color css
<style>
span { border-color: #E18F77; }
span { border-color: rgb(225,143,119); }
td.TdClassName
{
border-color: #E18F77;
}
.TagClassName
{
border-color: #E18F77;
}
</style>