Shades of Dark Salmon #E28E7B
Tints of Dark Salmon #E28E7B
RGB
CMYK
RGB Variations
Color information
#E28E7B (or 0xE28E7B) is known color: Dark Salmon. HEX triplet: E2, 8E and 7B. RGB value is (226,142,123). Sum of RGB (Red+Green+Blue) = 226+142+123=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E7B is #1D7184. Grayscale: #A5A5A5. Windows color (decimal): -1929605 or 8097506. OLE color: 8097506.
HSL color Cylindrical-coordinate representation of color #E28E7B: hue angle of 11.07º 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 #E28E7B is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 142 | 123 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.11 |
| HSL | 11.07º | 0.64% | 0.68% | - |
| HSV(B) | 11.07º | 0.46% | 0.89% | - |
| XYZ | 44.61 | 36.94 | 23.52 | - |
| YUV | 164.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 123 | 0 | 0.37 | 0.46 | 0.11 | 11.07 | 0.64 | 0.68 |
| Hex | E2 | 8E | 7B | 0 | 25 | 2E | B | B | 40 | 44 |
| Octal | 342 | 216 | 173 | 0 | 45 | 56 | 13 | 13 | 100 | 104 |
| Binary | 11100010 | 10001110 | 1111011 | 0 | 100101 | 101110 | 1011 | 1011 | 1000000 | 1000100 |
Color Harmonies of #E28E7B
Complementary color
Monochromatic Colors of #E28E7B
Black with #E28E7B
Text Example
Text Example
White with #E28E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28E7B; }
p { color: rgb(226,142,123); }
H1.HeaderClassName
{
color: #E28E7B;
}
.AnyTagClassName
{
color: #E28E7B;
}
</style>
background-color css
<style>
a { background-color: #E28E7B; }
a { background-color: rgb(226,142,123); }
div.DivClassName
{
background-color: #E28E7B;
}
.BgClassName
{
background-color: #E28E7B;
}
</style>
border-color css
<style>
span { border-color: #E28E7B; }
span { border-color: rgb(226,142,123); }
td.TdClassName
{
border-color: #E28E7B;
}
.TagClassName
{
border-color: #E28E7B;
}
</style>