Shades of Dark Salmon #E1947B
Tints of Dark Salmon #E1947B
RGB
CMYK
RGB Variations
Color information
#E1947B (or 0xE1947B) is known color: Dark Salmon. HEX triplet: E1, 94 and 7B. RGB value is (225,148,123). Sum of RGB (Red+Green+Blue) = 225+148+123=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1947B is #1E6B84. Grayscale: #A8A8A8. Windows color (decimal): -1993605 or 8099041. OLE color: 8099041.
HSL color Cylindrical-coordinate representation of color #E1947B: hue angle of 14.71º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1947B is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 123 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.12 |
| HSL | 14.71º | 0.63% | 0.68% | - |
| HSV(B) | 14.71º | 0.45% | 0.88% | - |
| XYZ | 45.22 | 38.62 | 23.81 | - |
| YUV | 168.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 123 | 0 | 0.34 | 0.45 | 0.12 | 14.71 | 0.63 | 0.68 |
| Hex | E1 | 94 | 7B | 0 | 22 | 2D | C | F | 3F | 44 |
| Octal | 341 | 224 | 173 | 0 | 42 | 55 | 14 | 17 | 77 | 104 |
| Binary | 11100001 | 10010100 | 1111011 | 0 | 100010 | 101101 | 1100 | 1111 | 111111 | 1000100 |
Color Harmonies of #E1947B
Complementary color
Monochromatic Colors of #E1947B
Black with #E1947B
Text Example
Text Example
White with #E1947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1947B; }
p { color: rgb(225,148,123); }
H1.HeaderClassName
{
color: #E1947B;
}
.AnyTagClassName
{
color: #E1947B;
}
</style>
background-color css
<style>
a { background-color: #E1947B; }
a { background-color: rgb(225,148,123); }
div.DivClassName
{
background-color: #E1947B;
}
.BgClassName
{
background-color: #E1947B;
}
</style>
border-color css
<style>
span { border-color: #E1947B; }
span { border-color: rgb(225,148,123); }
td.TdClassName
{
border-color: #E1947B;
}
.TagClassName
{
border-color: #E1947B;
}
</style>