Shades of Dark Salmon #E2987B
Tints of Dark Salmon #E2987B
RGB
CMYK
RGB Variations
Color information
#E2987B (or 0xE2987B) is known color: Dark Salmon. HEX triplet: E2, 98 and 7B. RGB value is (226,152,123). Sum of RGB (Red+Green+Blue) = 226+152+123=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2987B is #1D6784. Grayscale: #ABABAB. Windows color (decimal): -1927045 or 8100066. OLE color: 8100066.
HSL color Cylindrical-coordinate representation of color #E2987B: hue angle of 16.89º 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 #E2987B is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 123 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.11 |
| HSL | 16.89º | 0.64% | 0.68% | - |
| HSV(B) | 16.89º | 0.46% | 0.89% | - |
| XYZ | 46.17 | 40.06 | 24.04 | - |
| YUV | 170.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 123 | 0 | 0.33 | 0.46 | 0.11 | 16.89 | 0.64 | 0.68 |
| Hex | E2 | 98 | 7B | 0 | 21 | 2E | B | 11 | 40 | 44 |
| Octal | 342 | 230 | 173 | 0 | 41 | 56 | 13 | 21 | 100 | 104 |
| Binary | 11100010 | 10011000 | 1111011 | 0 | 100001 | 101110 | 1011 | 10001 | 1000000 | 1000100 |
Color Harmonies of #E2987B
Complementary color
Monochromatic Colors of #E2987B
Black with #E2987B
Text Example
Text Example
White with #E2987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2987B; }
p { color: rgb(226,152,123); }
H1.HeaderClassName
{
color: #E2987B;
}
.AnyTagClassName
{
color: #E2987B;
}
</style>
background-color css
<style>
a { background-color: #E2987B; }
a { background-color: rgb(226,152,123); }
div.DivClassName
{
background-color: #E2987B;
}
.BgClassName
{
background-color: #E2987B;
}
</style>
border-color css
<style>
span { border-color: #E2987B; }
span { border-color: rgb(226,152,123); }
td.TdClassName
{
border-color: #E2987B;
}
.TagClassName
{
border-color: #E2987B;
}
</style>