Shades of Dark Salmon #E18F78
Tints of Dark Salmon #E18F78
RGB
CMYK
RGB Variations
Color information
#E18F78 (or 0xE18F78) is known color: Dark Salmon. HEX triplet: E1, 8F and 78. RGB value is (225,143,120). Sum of RGB (Red+Green+Blue) = 225+143+120=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F78 is #1E7087. Grayscale: #A5A5A5. Windows color (decimal): -1994888 or 7901153. OLE color: 7901153.
HSL color Cylindrical-coordinate representation of color #E18F78: hue angle of 13.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E18F78 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 120 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.12 |
| HSL | 13.14º | 0.64% | 0.68% | - |
| HSV(B) | 13.14º | 0.47% | 0.88% | - |
| XYZ | 44.26 | 37.01 | 22.58 | - |
| YUV | 164.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 120 | 0 | 0.36 | 0.47 | 0.12 | 13.14 | 0.64 | 0.68 |
| Hex | E1 | 8F | 78 | 0 | 24 | 2F | C | D | 40 | 44 |
| Octal | 341 | 217 | 170 | 0 | 44 | 57 | 14 | 15 | 100 | 104 |
| Binary | 11100001 | 10001111 | 1111000 | 0 | 100100 | 101111 | 1100 | 1101 | 1000000 | 1000100 |
Color Harmonies of #E18F78
Complementary color
Monochromatic Colors of #E18F78
Black with #E18F78
Text Example
Text Example
White with #E18F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F78; }
p { color: rgb(225,143,120); }
H1.HeaderClassName
{
color: #E18F78;
}
.AnyTagClassName
{
color: #E18F78;
}
</style>
background-color css
<style>
a { background-color: #E18F78; }
a { background-color: rgb(225,143,120); }
div.DivClassName
{
background-color: #E18F78;
}
.BgClassName
{
background-color: #E18F78;
}
</style>
border-color css
<style>
span { border-color: #E18F78; }
span { border-color: rgb(225,143,120); }
td.TdClassName
{
border-color: #E18F78;
}
.TagClassName
{
border-color: #E18F78;
}
</style>