Shades of Dark Salmon #E2977D
Tints of Dark Salmon #E2977D
RGB
CMYK
RGB Variations
Color information
#E2977D (or 0xE2977D) is known color: Dark Salmon. HEX triplet: E2, 97 and 7D. RGB value is (226,151,125). Sum of RGB (Red+Green+Blue) = 226+151+125=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2977D is #1D6882. Grayscale: #AAAAAA. Windows color (decimal): -1927299 or 8230882. OLE color: 8230882.
HSL color Cylindrical-coordinate representation of color #E2977D: hue angle of 15.45º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2977D is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 125 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.11 |
| HSL | 15.45º | 0.64% | 0.69% | - |
| HSV(B) | 15.45º | 0.45% | 0.89% | - |
| XYZ | 46.13 | 39.78 | 24.65 | - |
| YUV | 170.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 125 | 0 | 0.33 | 0.45 | 0.11 | 15.45 | 0.64 | 0.69 |
| Hex | E2 | 97 | 7D | 0 | 21 | 2D | B | F | 40 | 45 |
| Octal | 342 | 227 | 175 | 0 | 41 | 55 | 13 | 17 | 100 | 105 |
| Binary | 11100010 | 10010111 | 1111101 | 0 | 100001 | 101101 | 1011 | 1111 | 1000000 | 1000101 |
Color Harmonies of #E2977D
Complementary color
Monochromatic Colors of #E2977D
Black with #E2977D
Text Example
Text Example
White with #E2977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2977D; }
p { color: rgb(226,151,125); }
H1.HeaderClassName
{
color: #E2977D;
}
.AnyTagClassName
{
color: #E2977D;
}
</style>
background-color css
<style>
a { background-color: #E2977D; }
a { background-color: rgb(226,151,125); }
div.DivClassName
{
background-color: #E2977D;
}
.BgClassName
{
background-color: #E2977D;
}
</style>
border-color css
<style>
span { border-color: #E2977D; }
span { border-color: rgb(226,151,125); }
td.TdClassName
{
border-color: #E2977D;
}
.TagClassName
{
border-color: #E2977D;
}
</style>