Shades of Dark Salmon #E3907D
Tints of Dark Salmon #E3907D
RGB
CMYK
RGB Variations
Color information
#E3907D (or 0xE3907D) is known color: Dark Salmon. HEX triplet: E3, 90 and 7D. RGB value is (227,144,125). Sum of RGB (Red+Green+Blue) = 227+144+125=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E3907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3907D is #1C6F82. Grayscale: #A6A6A6. Windows color (decimal): -1863555 or 8229091. OLE color: 8229091.
HSL color Cylindrical-coordinate representation of color #E3907D: hue angle of 11.18º degrees, saturation: 0.65, 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 #E3907D is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 125 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.11 |
| HSL | 11.18º | 0.65% | 0.69% | - |
| HSV(B) | 11.18º | 0.45% | 0.89% | - |
| XYZ | 45.35 | 37.76 | 24.3 | - |
| YUV | 166.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 125 | 0 | 0.37 | 0.45 | 0.11 | 11.18 | 0.65 | 0.69 |
| Hex | E3 | 90 | 7D | 0 | 25 | 2D | B | B | 41 | 45 |
| Octal | 343 | 220 | 175 | 0 | 45 | 55 | 13 | 13 | 101 | 105 |
| Binary | 11100011 | 10010000 | 1111101 | 0 | 100101 | 101101 | 1011 | 1011 | 1000001 | 1000101 |
Color Harmonies of #E3907D
Complementary color
Monochromatic Colors of #E3907D
Black with #E3907D
Text Example
Text Example
White with #E3907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3907D; }
p { color: rgb(227,144,125); }
H1.HeaderClassName
{
color: #E3907D;
}
.AnyTagClassName
{
color: #E3907D;
}
</style>
background-color css
<style>
a { background-color: #E3907D; }
a { background-color: rgb(227,144,125); }
div.DivClassName
{
background-color: #E3907D;
}
.BgClassName
{
background-color: #E3907D;
}
</style>
border-color css
<style>
span { border-color: #E3907D; }
span { border-color: rgb(227,144,125); }
td.TdClassName
{
border-color: #E3907D;
}
.TagClassName
{
border-color: #E3907D;
}
</style>