Shades of Dark Salmon #E3957A
Tints of Dark Salmon #E3957A
RGB
CMYK
RGB Variations
Color information
#E3957A (or 0xE3957A) is known color: Dark Salmon. HEX triplet: E3, 95 and 7A. RGB value is (227,149,122). Sum of RGB (Red+Green+Blue) = 227+149+122=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E3957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3957A is #1C6A85. Grayscale: #A9A9A9. Windows color (decimal): -1862278 or 8033763. OLE color: 8033763.
HSL color Cylindrical-coordinate representation of color #E3957A: hue angle of 15.43º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3957A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 122 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.11 |
| HSL | 15.43º | 0.65% | 0.68% | - |
| HSV(B) | 15.43º | 0.46% | 0.89% | - |
| XYZ | 45.94 | 39.23 | 23.56 | - |
| YUV | 169.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 122 | 0 | 0.34 | 0.46 | 0.11 | 15.43 | 0.65 | 0.68 |
| Hex | E3 | 95 | 7A | 0 | 22 | 2E | B | F | 41 | 44 |
| Octal | 343 | 225 | 172 | 0 | 42 | 56 | 13 | 17 | 101 | 104 |
| Binary | 11100011 | 10010101 | 1111010 | 0 | 100010 | 101110 | 1011 | 1111 | 1000001 | 1000100 |
Color Harmonies of #E3957A
Complementary color
Monochromatic Colors of #E3957A
Black with #E3957A
Text Example
Text Example
White with #E3957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3957A; }
p { color: rgb(227,149,122); }
H1.HeaderClassName
{
color: #E3957A;
}
.AnyTagClassName
{
color: #E3957A;
}
</style>
background-color css
<style>
a { background-color: #E3957A; }
a { background-color: rgb(227,149,122); }
div.DivClassName
{
background-color: #E3957A;
}
.BgClassName
{
background-color: #E3957A;
}
</style>
border-color css
<style>
span { border-color: #E3957A; }
span { border-color: rgb(227,149,122); }
td.TdClassName
{
border-color: #E3957A;
}
.TagClassName
{
border-color: #E3957A;
}
</style>