Shades of Dark Salmon #E18F76
Tints of Dark Salmon #E18F76
RGB
CMYK
RGB Variations
Color information
#E18F76 (or 0xE18F76) is known color: Dark Salmon. HEX triplet: E1, 8F and 76. RGB value is (225,143,118). Sum of RGB (Red+Green+Blue) = 225+143+118=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F76 is #1E7089. Grayscale: #A4A4A4. Windows color (decimal): -1994890 or 7770081. OLE color: 7770081.
HSL color Cylindrical-coordinate representation of color #E18F76: hue angle of 14.02º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E18F76 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 118 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.12 |
| HSL | 14.02º | 0.64% | 0.67% | - |
| HSV(B) | 14.02º | 0.48% | 0.88% | - |
| XYZ | 44.14 | 36.96 | 21.95 | - |
| YUV | 164.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 118 | 0 | 0.36 | 0.48 | 0.12 | 14.02 | 0.64 | 0.67 |
| Hex | E1 | 8F | 76 | 0 | 24 | 30 | C | E | 40 | 43 |
| Octal | 341 | 217 | 166 | 0 | 44 | 60 | 14 | 16 | 100 | 103 |
| Binary | 11100001 | 10001111 | 1110110 | 0 | 100100 | 110000 | 1100 | 1110 | 1000000 | 1000011 |
Color Harmonies of #E18F76
Complementary color
Monochromatic Colors of #E18F76
Black with #E18F76
Text Example
Text Example
White with #E18F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F76; }
p { color: rgb(225,143,118); }
H1.HeaderClassName
{
color: #E18F76;
}
.AnyTagClassName
{
color: #E18F76;
}
</style>
background-color css
<style>
a { background-color: #E18F76; }
a { background-color: rgb(225,143,118); }
div.DivClassName
{
background-color: #E18F76;
}
.BgClassName
{
background-color: #E18F76;
}
</style>
border-color css
<style>
span { border-color: #E18F76; }
span { border-color: rgb(225,143,118); }
td.TdClassName
{
border-color: #E18F76;
}
.TagClassName
{
border-color: #E18F76;
}
</style>