Shades of Dark Salmon #E18F7A
Tints of Dark Salmon #E18F7A
RGB
CMYK
RGB Variations
Color information
#E18F7A (or 0xE18F7A) is known color: Dark Salmon. HEX triplet: E1, 8F and 7A. RGB value is (225,143,122). Sum of RGB (Red+Green+Blue) = 225+143+122=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F7A is #1E7085. Grayscale: #A5A5A5. Windows color (decimal): -1994886 or 8032225. OLE color: 8032225.
HSL color Cylindrical-coordinate representation of color #E18F7A: hue angle of 12.23º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E18F7A is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 122 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.12 |
| HSL | 12.23º | 0.63% | 0.68% | - |
| HSV(B) | 12.23º | 0.46% | 0.88% | - |
| XYZ | 44.39 | 37.06 | 23.23 | - |
| YUV | 165.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 122 | 0 | 0.36 | 0.46 | 0.12 | 12.23 | 0.63 | 0.68 |
| Hex | E1 | 8F | 7A | 0 | 24 | 2E | C | C | 3F | 44 |
| Octal | 341 | 217 | 172 | 0 | 44 | 56 | 14 | 14 | 77 | 104 |
| Binary | 11100001 | 10001111 | 1111010 | 0 | 100100 | 101110 | 1100 | 1100 | 111111 | 1000100 |
Color Harmonies of #E18F7A
Complementary color
Monochromatic Colors of #E18F7A
Black with #E18F7A
Text Example
Text Example
White with #E18F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F7A; }
p { color: rgb(225,143,122); }
H1.HeaderClassName
{
color: #E18F7A;
}
.AnyTagClassName
{
color: #E18F7A;
}
</style>
background-color css
<style>
a { background-color: #E18F7A; }
a { background-color: rgb(225,143,122); }
div.DivClassName
{
background-color: #E18F7A;
}
.BgClassName
{
background-color: #E18F7A;
}
</style>
border-color css
<style>
span { border-color: #E18F7A; }
span { border-color: rgb(225,143,122); }
td.TdClassName
{
border-color: #E18F7A;
}
.TagClassName
{
border-color: #E18F7A;
}
</style>