Shades of Dark Salmon #E3956F
Tints of Dark Salmon #E3956F
RGB
CMYK
RGB Variations
Color information
#E3956F (or 0xE3956F) is known color: Dark Salmon. HEX triplet: E3, 95 and 6F. RGB value is (227,149,111). Sum of RGB (Red+Green+Blue) = 227+149+111=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 227 - color contains mainly: red. Hex color #E3956F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3956F is #1C6A90. Grayscale: #A8A8A8. Windows color (decimal): -1862289 or 7312867. OLE color: 7312867.
HSL color Cylindrical-coordinate representation of color #E3956F: hue angle of 19.66º degrees, saturation: 0.67, 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 #E3956F is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 111 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.11 |
| HSL | 19.66º | 0.67% | 0.66% | - |
| HSV(B) | 19.66º | 0.51% | 0.89% | - |
| XYZ | 45.3 | 38.97 | 20.17 | - |
| YUV | 167.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 111 | 0 | 0.34 | 0.51 | 0.11 | 19.66 | 0.67 | 0.66 |
| Hex | E3 | 95 | 6F | 0 | 22 | 33 | B | 14 | 43 | 42 |
| Octal | 343 | 225 | 157 | 0 | 42 | 63 | 13 | 24 | 103 | 102 |
| Binary | 11100011 | 10010101 | 1101111 | 0 | 100010 | 110011 | 1011 | 10100 | 1000011 | 1000010 |
Color Harmonies of #E3956F
Complementary color
Monochromatic Colors of #E3956F
Black with #E3956F
Text Example
Text Example
White with #E3956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3956F; }
p { color: rgb(227,149,111); }
H1.HeaderClassName
{
color: #E3956F;
}
.AnyTagClassName
{
color: #E3956F;
}
</style>
background-color css
<style>
a { background-color: #E3956F; }
a { background-color: rgb(227,149,111); }
div.DivClassName
{
background-color: #E3956F;
}
.BgClassName
{
background-color: #E3956F;
}
</style>
border-color css
<style>
span { border-color: #E3956F; }
span { border-color: rgb(227,149,111); }
td.TdClassName
{
border-color: #E3956F;
}
.TagClassName
{
border-color: #E3956F;
}
</style>