Shades of Dark Salmon #E28F77
Tints of Dark Salmon #E28F77
RGB
CMYK
RGB Variations
Color information
#E28F77 (or 0xE28F77) is known color: Dark Salmon. HEX triplet: E2, 8F and 77. RGB value is (226,143,119). Sum of RGB (Red+Green+Blue) = 226+143+119=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E28F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28F77 is #1D7088. Grayscale: #A5A5A5. Windows color (decimal): -1929353 or 7835618. OLE color: 7835618.
HSL color Cylindrical-coordinate representation of color #E28F77: hue angle of 13.46º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E28F77 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 119 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.11 |
| HSL | 13.46º | 0.65% | 0.68% | - |
| HSV(B) | 13.46º | 0.47% | 0.89% | - |
| XYZ | 44.52 | 37.15 | 22.28 | - |
| YUV | 165.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 119 | 0 | 0.37 | 0.47 | 0.11 | 13.46 | 0.65 | 0.68 |
| Hex | E2 | 8F | 77 | 0 | 25 | 2F | B | D | 41 | 44 |
| Octal | 342 | 217 | 167 | 0 | 45 | 57 | 13 | 15 | 101 | 104 |
| Binary | 11100010 | 10001111 | 1110111 | 0 | 100101 | 101111 | 1011 | 1101 | 1000001 | 1000100 |
Color Harmonies of #E28F77
Complementary color
Monochromatic Colors of #E28F77
Black with #E28F77
Text Example
Text Example
White with #E28F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28F77; }
p { color: rgb(226,143,119); }
H1.HeaderClassName
{
color: #E28F77;
}
.AnyTagClassName
{
color: #E28F77;
}
</style>
background-color css
<style>
a { background-color: #E28F77; }
a { background-color: rgb(226,143,119); }
div.DivClassName
{
background-color: #E28F77;
}
.BgClassName
{
background-color: #E28F77;
}
</style>
border-color css
<style>
span { border-color: #E28F77; }
span { border-color: rgb(226,143,119); }
td.TdClassName
{
border-color: #E28F77;
}
.TagClassName
{
border-color: #E28F77;
}
</style>