Shades of Dark Salmon #E1947C
Tints of Dark Salmon #E1947C
RGB
CMYK
RGB Variations
Color information
#E1947C (or 0xE1947C) is known color: Dark Salmon. HEX triplet: E1, 94 and 7C. RGB value is (225,148,124). Sum of RGB (Red+Green+Blue) = 225+148+124=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1947C is #1E6B83. Grayscale: #A8A8A8. Windows color (decimal): -1993604 or 8164577. OLE color: 8164577.
HSL color Cylindrical-coordinate representation of color #E1947C: hue angle of 14.26º 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 #E1947C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 124 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.12 |
| HSL | 14.26º | 0.63% | 0.68% | - |
| HSV(B) | 14.26º | 0.45% | 0.88% | - |
| XYZ | 45.28 | 38.64 | 24.14 | - |
| YUV | 168.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 124 | 0 | 0.34 | 0.45 | 0.12 | 14.26 | 0.63 | 0.68 |
| Hex | E1 | 94 | 7C | 0 | 22 | 2D | C | E | 3F | 44 |
| Octal | 341 | 224 | 174 | 0 | 42 | 55 | 14 | 16 | 77 | 104 |
| Binary | 11100001 | 10010100 | 1111100 | 0 | 100010 | 101101 | 1100 | 1110 | 111111 | 1000100 |
Color Harmonies of #E1947C
Complementary color
Monochromatic Colors of #E1947C
Black with #E1947C
Text Example
Text Example
White with #E1947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1947C; }
p { color: rgb(225,148,124); }
H1.HeaderClassName
{
color: #E1947C;
}
.AnyTagClassName
{
color: #E1947C;
}
</style>
background-color css
<style>
a { background-color: #E1947C; }
a { background-color: rgb(225,148,124); }
div.DivClassName
{
background-color: #E1947C;
}
.BgClassName
{
background-color: #E1947C;
}
</style>
border-color css
<style>
span { border-color: #E1947C; }
span { border-color: rgb(225,148,124); }
td.TdClassName
{
border-color: #E1947C;
}
.TagClassName
{
border-color: #E1947C;
}
</style>