Shades of Dark Salmon #E2927D
Tints of Dark Salmon #E2927D
RGB
CMYK
RGB Variations
Color information
#E2927D (or 0xE2927D) is known color: Dark Salmon. HEX triplet: E2, 92 and 7D. RGB value is (226,146,125). Sum of RGB (Red+Green+Blue) = 226+146+125=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2927D is #1D6D82. Grayscale: #A7A7A7. Windows color (decimal): -1928579 or 8229602. OLE color: 8229602.
HSL color Cylindrical-coordinate representation of color #E2927D: hue angle of 12.48º 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 #E2927D is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 125 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.11 |
| HSL | 12.48º | 0.64% | 0.69% | - |
| HSV(B) | 12.48º | 0.45% | 0.89% | - |
| XYZ | 45.34 | 38.21 | 24.39 | - |
| YUV | 167.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 125 | 0 | 0.35 | 0.45 | 0.11 | 12.48 | 0.64 | 0.69 |
| Hex | E2 | 92 | 7D | 0 | 23 | 2D | B | C | 40 | 45 |
| Octal | 342 | 222 | 175 | 0 | 43 | 55 | 13 | 14 | 100 | 105 |
| Binary | 11100010 | 10010010 | 1111101 | 0 | 100011 | 101101 | 1011 | 1100 | 1000000 | 1000101 |
Color Harmonies of #E2927D
Complementary color
Monochromatic Colors of #E2927D
Black with #E2927D
Text Example
Text Example
White with #E2927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2927D; }
p { color: rgb(226,146,125); }
H1.HeaderClassName
{
color: #E2927D;
}
.AnyTagClassName
{
color: #E2927D;
}
</style>
background-color css
<style>
a { background-color: #E2927D; }
a { background-color: rgb(226,146,125); }
div.DivClassName
{
background-color: #E2927D;
}
.BgClassName
{
background-color: #E2927D;
}
</style>
border-color css
<style>
span { border-color: #E2927D; }
span { border-color: rgb(226,146,125); }
td.TdClassName
{
border-color: #E2927D;
}
.TagClassName
{
border-color: #E2927D;
}
</style>