Shades of Dark Salmon #E2987E
Tints of Dark Salmon #E2987E
RGB
CMYK
RGB Variations
Color information
#E2987E (or 0xE2987E) is known color: Dark Salmon. HEX triplet: E2, 98 and 7E. RGB value is (226,152,126). Sum of RGB (Red+Green+Blue) = 226+152+126=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2987E is #1D6781. Grayscale: #ABABAB. Windows color (decimal): -1927042 or 8296674. OLE color: 8296674.
HSL color Cylindrical-coordinate representation of color #E2987E: hue angle of 15.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2987E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 126 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.11 |
| HSL | 15.6º | 0.63% | 0.69% | - |
| HSV(B) | 15.6º | 0.44% | 0.89% | - |
| XYZ | 46.36 | 40.13 | 25.04 | - |
| YUV | 171.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 126 | 0 | 0.33 | 0.44 | 0.11 | 15.6 | 0.63 | 0.69 |
| Hex | E2 | 98 | 7E | 0 | 21 | 2C | B | 10 | 3F | 45 |
| Octal | 342 | 230 | 176 | 0 | 41 | 54 | 13 | 20 | 77 | 105 |
| Binary | 11100010 | 10011000 | 1111110 | 0 | 100001 | 101100 | 1011 | 10000 | 111111 | 1000101 |
Color Harmonies of #E2987E
Complementary color
Monochromatic Colors of #E2987E
Black with #E2987E
Text Example
Text Example
White with #E2987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2987E; }
p { color: rgb(226,152,126); }
H1.HeaderClassName
{
color: #E2987E;
}
.AnyTagClassName
{
color: #E2987E;
}
</style>
background-color css
<style>
a { background-color: #E2987E; }
a { background-color: rgb(226,152,126); }
div.DivClassName
{
background-color: #E2987E;
}
.BgClassName
{
background-color: #E2987E;
}
</style>
border-color css
<style>
span { border-color: #E2987E; }
span { border-color: rgb(226,152,126); }
td.TdClassName
{
border-color: #E2987E;
}
.TagClassName
{
border-color: #E2987E;
}
</style>