Shades of Dark Salmon #E48E7A
Tints of Dark Salmon #E48E7A
RGB
CMYK
RGB Variations
Color information
#E48E7A (or 0xE48E7A) is known color: Dark Salmon. HEX triplet: E4, 8E and 7A. RGB value is (228,142,122). Sum of RGB (Red+Green+Blue) = 228+142+122=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48E7A is #1B7185. Grayscale: #A5A5A5. Windows color (decimal): -1798534 or 8031972. OLE color: 8031972.
HSL color Cylindrical-coordinate representation of color #E48E7A: hue angle of 11.32º 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 #E48E7A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 142 | 122 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.11 |
| HSL | 11.32º | 0.66% | 0.69% | - |
| HSV(B) | 11.32º | 0.46% | 0.89% | - |
| XYZ | 45.18 | 37.25 | 23.22 | - |
| YUV | 165.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 142 | 122 | 0 | 0.38 | 0.46 | 0.11 | 11.32 | 0.66 | 0.69 |
| Hex | E4 | 8E | 7A | 0 | 26 | 2E | B | B | 42 | 45 |
| Octal | 344 | 216 | 172 | 0 | 46 | 56 | 13 | 13 | 102 | 105 |
| Binary | 11100100 | 10001110 | 1111010 | 0 | 100110 | 101110 | 1011 | 1011 | 1000010 | 1000101 |
Color Harmonies of #E48E7A
Complementary color
Monochromatic Colors of #E48E7A
Black with #E48E7A
Text Example
Text Example
White with #E48E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48E7A; }
p { color: rgb(228,142,122); }
H1.HeaderClassName
{
color: #E48E7A;
}
.AnyTagClassName
{
color: #E48E7A;
}
</style>
background-color css
<style>
a { background-color: #E48E7A; }
a { background-color: rgb(228,142,122); }
div.DivClassName
{
background-color: #E48E7A;
}
.BgClassName
{
background-color: #E48E7A;
}
</style>
border-color css
<style>
span { border-color: #E48E7A; }
span { border-color: rgb(228,142,122); }
td.TdClassName
{
border-color: #E48E7A;
}
.TagClassName
{
border-color: #E48E7A;
}
</style>