Shades of Dark Salmon #E48E7B
Tints of Dark Salmon #E48E7B
RGB
CMYK
RGB Variations
Color information
#E48E7B (or 0xE48E7B) is known color: Dark Salmon. HEX triplet: E4, 8E and 7B. RGB value is (228,142,123). Sum of RGB (Red+Green+Blue) = 228+142+123=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48E7B is #1B7184. Grayscale: #A5A5A5. Windows color (decimal): -1798533 or 8097508. OLE color: 8097508.
HSL color Cylindrical-coordinate representation of color #E48E7B: hue angle of 10.86º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E48E7B is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 123 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.11 |
| HSL | 10.86º | 0.66% | 0.69% | - |
| HSV(B) | 10.86º | 0.46% | 0.89% | - |
| XYZ | 45.24 | 37.27 | 23.55 | - |
| YUV | 165.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 123 | 0 | 0.38 | 0.46 | 0.11 | 10.86 | 0.66 | 0.69 |
| Hex | E4 | 8E | 7B | 0 | 26 | 2E | B | B | 42 | 45 |
| Octal | 344 | 216 | 173 | 0 | 46 | 56 | 13 | 13 | 102 | 105 |
| Binary | 11100100 | 10001110 | 1111011 | 0 | 100110 | 101110 | 1011 | 1011 | 1000010 | 1000101 |
Color Harmonies of #E48E7B
Complementary color
Monochromatic Colors of #E48E7B
Black with #E48E7B
Text Example
Text Example
White with #E48E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E7B; }
p { color: rgb(228,142,123); }
H1.HeaderClassName
{
color: #E48E7B;
}
.AnyTagClassName
{
color: #E48E7B;
}
</style>
background-color css
<style>
a { background-color: #E48E7B; }
a { background-color: rgb(228,142,123); }
div.DivClassName
{
background-color: #E48E7B;
}
.BgClassName
{
background-color: #E48E7B;
}
</style>
border-color css
<style>
span { border-color: #E48E7B; }
span { border-color: rgb(228,142,123); }
td.TdClassName
{
border-color: #E48E7B;
}
.TagClassName
{
border-color: #E48E7B;
}
</style>