Shades of Dark Salmon #E28D7B
Tints of Dark Salmon #E28D7B
RGB
CMYK
RGB Variations
Color information
#E28D7B (or 0xE28D7B) is known color: Dark Salmon. HEX triplet: E2, 8D and 7B. RGB value is (226,141,123). Sum of RGB (Red+Green+Blue) = 226+141+123=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E28D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28D7B is #1D7284. Grayscale: #A4A4A4. Windows color (decimal): -1929861 or 8097250. OLE color: 8097250.
HSL color Cylindrical-coordinate representation of color #E28D7B: hue angle of 10.49º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E28D7B is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 123 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.11 |
| HSL | 10.49º | 0.64% | 0.68% | - |
| HSV(B) | 10.49º | 0.46% | 0.89% | - |
| XYZ | 44.46 | 36.65 | 23.47 | - |
| YUV | 164.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 123 | 0 | 0.38 | 0.46 | 0.11 | 10.49 | 0.64 | 0.68 |
| Hex | E2 | 8D | 7B | 0 | 26 | 2E | B | A | 40 | 44 |
| Octal | 342 | 215 | 173 | 0 | 46 | 56 | 13 | 12 | 100 | 104 |
| Binary | 11100010 | 10001101 | 1111011 | 0 | 100110 | 101110 | 1011 | 1010 | 1000000 | 1000100 |
Color Harmonies of #E28D7B
Complementary color
Monochromatic Colors of #E28D7B
Black with #E28D7B
Text Example
Text Example
White with #E28D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28D7B; }
p { color: rgb(226,141,123); }
H1.HeaderClassName
{
color: #E28D7B;
}
.AnyTagClassName
{
color: #E28D7B;
}
</style>
background-color css
<style>
a { background-color: #E28D7B; }
a { background-color: rgb(226,141,123); }
div.DivClassName
{
background-color: #E28D7B;
}
.BgClassName
{
background-color: #E28D7B;
}
</style>
border-color css
<style>
span { border-color: #E28D7B; }
span { border-color: rgb(226,141,123); }
td.TdClassName
{
border-color: #E28D7B;
}
.TagClassName
{
border-color: #E28D7B;
}
</style>