Shades of Dark Salmon #E2956F
Tints of Dark Salmon #E2956F
RGB
CMYK
RGB Variations
Color information
#E2956F (or 0xE2956F) is known color: Dark Salmon. HEX triplet: E2, 95 and 6F. RGB value is (226,149,111). Sum of RGB (Red+Green+Blue) = 226+149+111=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2956F is #1D6A90. Grayscale: #A7A7A7. Windows color (decimal): -1927825 or 7312866. OLE color: 7312866.
HSL color Cylindrical-coordinate representation of color #E2956F: hue angle of 19.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2956F is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 111 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.11 |
| HSL | 19.83º | 0.66% | 0.66% | - |
| HSV(B) | 19.83º | 0.51% | 0.89% | - |
| XYZ | 44.98 | 38.81 | 20.16 | - |
| YUV | 167.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 111 | 0 | 0.34 | 0.51 | 0.11 | 19.83 | 0.66 | 0.66 |
| Hex | E2 | 95 | 6F | 0 | 22 | 33 | B | 14 | 42 | 42 |
| Octal | 342 | 225 | 157 | 0 | 42 | 63 | 13 | 24 | 102 | 102 |
| Binary | 11100010 | 10010101 | 1101111 | 0 | 100010 | 110011 | 1011 | 10100 | 1000010 | 1000010 |
Color Harmonies of #E2956F
Complementary color
Monochromatic Colors of #E2956F
Black with #E2956F
Text Example
Text Example
White with #E2956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2956F; }
p { color: rgb(226,149,111); }
H1.HeaderClassName
{
color: #E2956F;
}
.AnyTagClassName
{
color: #E2956F;
}
</style>
background-color css
<style>
a { background-color: #E2956F; }
a { background-color: rgb(226,149,111); }
div.DivClassName
{
background-color: #E2956F;
}
.BgClassName
{
background-color: #E2956F;
}
</style>
border-color css
<style>
span { border-color: #E2956F; }
span { border-color: rgb(226,149,111); }
td.TdClassName
{
border-color: #E2956F;
}
.TagClassName
{
border-color: #E2956F;
}
</style>