Shades of Dark Salmon #E1987A
Tints of Dark Salmon #E1987A
RGB
CMYK
RGB Variations
Color information
#E1987A (or 0xE1987A) is known color: Dark Salmon. HEX triplet: E1, 98 and 7A. RGB value is (225,152,122). Sum of RGB (Red+Green+Blue) = 225+152+122=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1987A is #1E6785. Grayscale: #AAAAAA. Windows color (decimal): -1992582 or 8034529. OLE color: 8034529.
HSL color Cylindrical-coordinate representation of color #E1987A: hue angle of 17.48º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1987A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 122 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.12 |
| HSL | 17.48º | 0.63% | 0.68% | - |
| HSV(B) | 17.48º | 0.46% | 0.88% | - |
| XYZ | 45.79 | 39.87 | 23.69 | - |
| YUV | 170.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 122 | 0 | 0.32 | 0.46 | 0.12 | 17.48 | 0.63 | 0.68 |
| Hex | E1 | 98 | 7A | 0 | 20 | 2E | C | 11 | 3F | 44 |
| Octal | 341 | 230 | 172 | 0 | 40 | 56 | 14 | 21 | 77 | 104 |
| Binary | 11100001 | 10011000 | 1111010 | 0 | 100000 | 101110 | 1100 | 10001 | 111111 | 1000100 |
Color Harmonies of #E1987A
Complementary color
Monochromatic Colors of #E1987A
Black with #E1987A
Text Example
Text Example
White with #E1987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1987A; }
p { color: rgb(225,152,122); }
H1.HeaderClassName
{
color: #E1987A;
}
.AnyTagClassName
{
color: #E1987A;
}
</style>
background-color css
<style>
a { background-color: #E1987A; }
a { background-color: rgb(225,152,122); }
div.DivClassName
{
background-color: #E1987A;
}
.BgClassName
{
background-color: #E1987A;
}
</style>
border-color css
<style>
span { border-color: #E1987A; }
span { border-color: rgb(225,152,122); }
td.TdClassName
{
border-color: #E1987A;
}
.TagClassName
{
border-color: #E1987A;
}
</style>