Shades of Dark Salmon #E6987F
Tints of Dark Salmon #E6987F
RGB
CMYK
RGB Variations
Color information
#E6987F (or 0xE6987F) is known color: Dark Salmon. HEX triplet: E6, 98 and 7F. RGB value is (230,152,127). Sum of RGB (Red+Green+Blue) = 230+152+127=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E6987F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6987F is #196780. Grayscale: #ACACAC. Windows color (decimal): -1664897 or 8362214. OLE color: 8362214.
HSL color Cylindrical-coordinate representation of color #E6987F: hue angle of 14.56º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6987F is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 127 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.10 |
| HSL | 14.56º | 0.67% | 0.7% | - |
| HSV(B) | 14.56º | 0.45% | 0.9% | - |
| XYZ | 47.69 | 40.81 | 25.44 | - |
| YUV | 172.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 127 | 0 | 0.34 | 0.45 | 0.10 | 14.56 | 0.67 | 0.7 |
| Hex | E6 | 98 | 7F | 0 | 22 | 2D | A | F | 43 | 46 |
| Octal | 346 | 230 | 177 | 0 | 42 | 55 | 12 | 17 | 103 | 106 |
| Binary | 11100110 | 10011000 | 1111111 | 0 | 100010 | 101101 | 1010 | 1111 | 1000011 | 1000110 |
Color Harmonies of #E6987F
Complementary color
Monochromatic Colors of #E6987F
Black with #E6987F
Text Example
Text Example
White with #E6987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6987F; }
p { color: rgb(230,152,127); }
H1.HeaderClassName
{
color: #E6987F;
}
.AnyTagClassName
{
color: #E6987F;
}
</style>
background-color css
<style>
a { background-color: #E6987F; }
a { background-color: rgb(230,152,127); }
div.DivClassName
{
background-color: #E6987F;
}
.BgClassName
{
background-color: #E6987F;
}
</style>
border-color css
<style>
span { border-color: #E6987F; }
span { border-color: rgb(230,152,127); }
td.TdClassName
{
border-color: #E6987F;
}
.TagClassName
{
border-color: #E6987F;
}
</style>