Shades of Dark Salmon #E6977D
Tints of Dark Salmon #E6977D
RGB
CMYK
RGB Variations
Color information
#E6977D (or 0xE6977D) is known color: Dark Salmon. HEX triplet: E6, 97 and 7D. RGB value is (230,151,125). Sum of RGB (Red+Green+Blue) = 230+151+125=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6977D is #196882. Grayscale: #ABABAB. Windows color (decimal): -1665155 or 8230886. OLE color: 8230886.
HSL color Cylindrical-coordinate representation of color #E6977D: hue angle of 14.86º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6977D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 125 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.10 |
| HSL | 14.86º | 0.68% | 0.7% | - |
| HSV(B) | 14.86º | 0.46% | 0.9% | - |
| XYZ | 47.4 | 40.44 | 24.71 | - |
| YUV | 171.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 125 | 0 | 0.34 | 0.46 | 0.10 | 14.86 | 0.68 | 0.7 |
| Hex | E6 | 97 | 7D | 0 | 22 | 2E | A | F | 44 | 46 |
| Octal | 346 | 227 | 175 | 0 | 42 | 56 | 12 | 17 | 104 | 106 |
| Binary | 11100110 | 10010111 | 1111101 | 0 | 100010 | 101110 | 1010 | 1111 | 1000100 | 1000110 |
Color Harmonies of #E6977D
Complementary color
Monochromatic Colors of #E6977D
Black with #E6977D
Text Example
Text Example
White with #E6977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6977D; }
p { color: rgb(230,151,125); }
H1.HeaderClassName
{
color: #E6977D;
}
.AnyTagClassName
{
color: #E6977D;
}
</style>
background-color css
<style>
a { background-color: #E6977D; }
a { background-color: rgb(230,151,125); }
div.DivClassName
{
background-color: #E6977D;
}
.BgClassName
{
background-color: #E6977D;
}
</style>
border-color css
<style>
span { border-color: #E6977D; }
span { border-color: rgb(230,151,125); }
td.TdClassName
{
border-color: #E6977D;
}
.TagClassName
{
border-color: #E6977D;
}
</style>