Shades of Dark Salmon #E3987B
Tints of Dark Salmon #E3987B
RGB
CMYK
RGB Variations
Color information
#E3987B (or 0xE3987B) is known color: Dark Salmon. HEX triplet: E3, 98 and 7B. RGB value is (227,152,123). Sum of RGB (Red+Green+Blue) = 227+152+123=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E3987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3987B is #1C6784. Grayscale: #ABABAB. Windows color (decimal): -1861509 or 8100067. OLE color: 8100067.
HSL color Cylindrical-coordinate representation of color #E3987B: hue angle of 16.73º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3987B is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 152 | 123 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.11 |
| HSL | 16.73º | 0.65% | 0.69% | - |
| HSV(B) | 16.73º | 0.46% | 0.89% | - |
| XYZ | 46.48 | 40.22 | 24.05 | - |
| YUV | 171.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 152 | 123 | 0 | 0.33 | 0.46 | 0.11 | 16.73 | 0.65 | 0.69 |
| Hex | E3 | 98 | 7B | 0 | 21 | 2E | B | 11 | 41 | 45 |
| Octal | 343 | 230 | 173 | 0 | 41 | 56 | 13 | 21 | 101 | 105 |
| Binary | 11100011 | 10011000 | 1111011 | 0 | 100001 | 101110 | 1011 | 10001 | 1000001 | 1000101 |
Color Harmonies of #E3987B
Complementary color
Monochromatic Colors of #E3987B
Black with #E3987B
Text Example
Text Example
White with #E3987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3987B; }
p { color: rgb(227,152,123); }
H1.HeaderClassName
{
color: #E3987B;
}
.AnyTagClassName
{
color: #E3987B;
}
</style>
background-color css
<style>
a { background-color: #E3987B; }
a { background-color: rgb(227,152,123); }
div.DivClassName
{
background-color: #E3987B;
}
.BgClassName
{
background-color: #E3987B;
}
</style>
border-color css
<style>
span { border-color: #E3987B; }
span { border-color: rgb(227,152,123); }
td.TdClassName
{
border-color: #E3987B;
}
.TagClassName
{
border-color: #E3987B;
}
</style>