Shades of Dark Salmon #E1987F
Tints of Dark Salmon #E1987F
RGB
CMYK
RGB Variations
Color information
#E1987F (or 0xE1987F) is known color: Dark Salmon. HEX triplet: E1, 98 and 7F. RGB value is (225,152,127). Sum of RGB (Red+Green+Blue) = 225+152+127=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1987F is #1E6780. Grayscale: #ABABAB. Windows color (decimal): -1992577 or 8362209. OLE color: 8362209.
HSL color Cylindrical-coordinate representation of color #E1987F: hue angle of 15.31º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1987F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 127 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.12 |
| HSL | 15.31º | 0.62% | 0.69% | - |
| HSV(B) | 15.31º | 0.44% | 0.88% | - |
| XYZ | 46.11 | 40 | 25.37 | - |
| YUV | 170.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 127 | 0 | 0.32 | 0.44 | 0.12 | 15.31 | 0.62 | 0.69 |
| Hex | E1 | 98 | 7F | 0 | 20 | 2C | C | F | 3E | 45 |
| Octal | 341 | 230 | 177 | 0 | 40 | 54 | 14 | 17 | 76 | 105 |
| Binary | 11100001 | 10011000 | 1111111 | 0 | 100000 | 101100 | 1100 | 1111 | 111110 | 1000101 |
Color Harmonies of #E1987F
Complementary color
Monochromatic Colors of #E1987F
Black with #E1987F
Text Example
Text Example
White with #E1987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1987F; }
p { color: rgb(225,152,127); }
H1.HeaderClassName
{
color: #E1987F;
}
.AnyTagClassName
{
color: #E1987F;
}
</style>
background-color css
<style>
a { background-color: #E1987F; }
a { background-color: rgb(225,152,127); }
div.DivClassName
{
background-color: #E1987F;
}
.BgClassName
{
background-color: #E1987F;
}
</style>
border-color css
<style>
span { border-color: #E1987F; }
span { border-color: rgb(225,152,127); }
td.TdClassName
{
border-color: #E1987F;
}
.TagClassName
{
border-color: #E1987F;
}
</style>