Shades of Dark Salmon #E3987E
Tints of Dark Salmon #E3987E
RGB
CMYK
RGB Variations
Color information
#E3987E (or 0xE3987E) is known color: Dark Salmon. HEX triplet: E3, 98 and 7E. RGB value is (227,152,126). Sum of RGB (Red+Green+Blue) = 227+152+126=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E3987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3987E is #1C6781. Grayscale: #ABABAB. Windows color (decimal): -1861506 or 8296675. OLE color: 8296675.
HSL color Cylindrical-coordinate representation of color #E3987E: hue angle of 15.45º degrees, saturation: 0.64, 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 #E3987E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 126 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.11 |
| HSL | 15.45º | 0.64% | 0.69% | - |
| HSV(B) | 15.45º | 0.44% | 0.89% | - |
| XYZ | 46.67 | 40.29 | 25.06 | - |
| YUV | 171.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 126 | 0 | 0.33 | 0.44 | 0.11 | 15.45 | 0.64 | 0.69 |
| Hex | E3 | 98 | 7E | 0 | 21 | 2C | B | F | 40 | 45 |
| Octal | 343 | 230 | 176 | 0 | 41 | 54 | 13 | 17 | 100 | 105 |
| Binary | 11100011 | 10011000 | 1111110 | 0 | 100001 | 101100 | 1011 | 1111 | 1000000 | 1000101 |
Color Harmonies of #E3987E
Complementary color
Monochromatic Colors of #E3987E
Black with #E3987E
Text Example
Text Example
White with #E3987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3987E; }
p { color: rgb(227,152,126); }
H1.HeaderClassName
{
color: #E3987E;
}
.AnyTagClassName
{
color: #E3987E;
}
</style>
background-color css
<style>
a { background-color: #E3987E; }
a { background-color: rgb(227,152,126); }
div.DivClassName
{
background-color: #E3987E;
}
.BgClassName
{
background-color: #E3987E;
}
</style>
border-color css
<style>
span { border-color: #E3987E; }
span { border-color: rgb(227,152,126); }
td.TdClassName
{
border-color: #E3987E;
}
.TagClassName
{
border-color: #E3987E;
}
</style>