Shades of Dark Salmon #E6977F
Tints of Dark Salmon #E6977F
RGB
CMYK
RGB Variations
Color information
#E6977F (or 0xE6977F) is known color: Dark Salmon. HEX triplet: E6, 97 and 7F. RGB value is (230,151,127). Sum of RGB (Red+Green+Blue) = 230+151+127=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6977F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6977F is #196880. Grayscale: #ACACAC. Windows color (decimal): -1665153 or 8361958. OLE color: 8361958.
HSL color Cylindrical-coordinate representation of color #E6977F: hue angle of 13.98º 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 #E6977F is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 127 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.10 |
| HSL | 13.98º | 0.67% | 0.7% | - |
| HSV(B) | 13.98º | 0.45% | 0.9% | - |
| XYZ | 47.53 | 40.49 | 25.39 | - |
| YUV | 171.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 127 | 0 | 0.34 | 0.45 | 0.10 | 13.98 | 0.67 | 0.7 |
| Hex | E6 | 97 | 7F | 0 | 22 | 2D | A | E | 43 | 46 |
| Octal | 346 | 227 | 177 | 0 | 42 | 55 | 12 | 16 | 103 | 106 |
| Binary | 11100110 | 10010111 | 1111111 | 0 | 100010 | 101101 | 1010 | 1110 | 1000011 | 1000110 |
Color Harmonies of #E6977F
Complementary color
Monochromatic Colors of #E6977F
Black with #E6977F
Text Example
Text Example
White with #E6977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6977F; }
p { color: rgb(230,151,127); }
H1.HeaderClassName
{
color: #E6977F;
}
.AnyTagClassName
{
color: #E6977F;
}
</style>
background-color css
<style>
a { background-color: #E6977F; }
a { background-color: rgb(230,151,127); }
div.DivClassName
{
background-color: #E6977F;
}
.BgClassName
{
background-color: #E6977F;
}
</style>
border-color css
<style>
span { border-color: #E6977F; }
span { border-color: rgb(230,151,127); }
td.TdClassName
{
border-color: #E6977F;
}
.TagClassName
{
border-color: #E6977F;
}
</style>