Shades of Dark Salmon #E6927C
Tints of Dark Salmon #E6927C
RGB
CMYK
RGB Variations
Color information
#E6927C (or 0xE6927C) is known color: Dark Salmon. HEX triplet: E6, 92 and 7C. RGB value is (230,146,124). Sum of RGB (Red+Green+Blue) = 230+146+124=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6927C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6927C is #196D83. Grayscale: #A8A8A8. Windows color (decimal): -1666436 or 8164070. OLE color: 8164070.
HSL color Cylindrical-coordinate representation of color #E6927C: hue angle of 12.45º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6927C is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 124 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.10 |
| HSL | 12.45º | 0.68% | 0.69% | - |
| HSV(B) | 12.45º | 0.46% | 0.9% | - |
| XYZ | 46.55 | 38.84 | 24.11 | - |
| YUV | 168.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 124 | 0 | 0.37 | 0.46 | 0.10 | 12.45 | 0.68 | 0.69 |
| Hex | E6 | 92 | 7C | 0 | 25 | 2E | A | C | 44 | 45 |
| Octal | 346 | 222 | 174 | 0 | 45 | 56 | 12 | 14 | 104 | 105 |
| Binary | 11100110 | 10010010 | 1111100 | 0 | 100101 | 101110 | 1010 | 1100 | 1000100 | 1000101 |
Color Harmonies of #E6927C
Complementary color
Monochromatic Colors of #E6927C
Black with #E6927C
Text Example
Text Example
White with #E6927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6927C; }
p { color: rgb(230,146,124); }
H1.HeaderClassName
{
color: #E6927C;
}
.AnyTagClassName
{
color: #E6927C;
}
</style>
background-color css
<style>
a { background-color: #E6927C; }
a { background-color: rgb(230,146,124); }
div.DivClassName
{
background-color: #E6927C;
}
.BgClassName
{
background-color: #E6927C;
}
</style>
border-color css
<style>
span { border-color: #E6927C; }
span { border-color: rgb(230,146,124); }
td.TdClassName
{
border-color: #E6927C;
}
.TagClassName
{
border-color: #E6927C;
}
</style>