Shades of Dark Salmon #E5987A
Tints of Dark Salmon #E5987A
RGB
CMYK
RGB Variations
Color information
#E5987A (or 0xE5987A) is known color: Dark Salmon. HEX triplet: E5, 98 and 7A. RGB value is (229,152,122). Sum of RGB (Red+Green+Blue) = 229+152+122=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5987A is #1A6785. Grayscale: #ABABAB. Windows color (decimal): -1730438 or 8034533. OLE color: 8034533.
HSL color Cylindrical-coordinate representation of color #E5987A: hue angle of 16.82º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5987A is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 122 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.10 |
| HSL | 16.82º | 0.67% | 0.69% | - |
| HSV(B) | 16.82º | 0.47% | 0.9% | - |
| XYZ | 47.05 | 40.52 | 23.75 | - |
| YUV | 171.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 122 | 0 | 0.34 | 0.47 | 0.10 | 16.82 | 0.67 | 0.69 |
| Hex | E5 | 98 | 7A | 0 | 22 | 2F | A | 11 | 43 | 45 |
| Octal | 345 | 230 | 172 | 0 | 42 | 57 | 12 | 21 | 103 | 105 |
| Binary | 11100101 | 10011000 | 1111010 | 0 | 100010 | 101111 | 1010 | 10001 | 1000011 | 1000101 |
Color Harmonies of #E5987A
Complementary color
Monochromatic Colors of #E5987A
Black with #E5987A
Text Example
Text Example
White with #E5987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5987A; }
p { color: rgb(229,152,122); }
H1.HeaderClassName
{
color: #E5987A;
}
.AnyTagClassName
{
color: #E5987A;
}
</style>
background-color css
<style>
a { background-color: #E5987A; }
a { background-color: rgb(229,152,122); }
div.DivClassName
{
background-color: #E5987A;
}
.BgClassName
{
background-color: #E5987A;
}
</style>
border-color css
<style>
span { border-color: #E5987A; }
span { border-color: rgb(229,152,122); }
td.TdClassName
{
border-color: #E5987A;
}
.TagClassName
{
border-color: #E5987A;
}
</style>