Shades of Dark Salmon #E1947A
Tints of Dark Salmon #E1947A
RGB
CMYK
RGB Variations
Color information
#E1947A (or 0xE1947A) is known color: Dark Salmon. HEX triplet: E1, 94 and 7A. RGB value is (225,148,122). Sum of RGB (Red+Green+Blue) = 225+148+122=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1947A is #1E6B85. Grayscale: #A8A8A8. Windows color (decimal): -1993606 or 8033505. OLE color: 8033505.
HSL color Cylindrical-coordinate representation of color #E1947A: hue angle of 15.15º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1947A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 122 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.12 |
| HSL | 15.15º | 0.63% | 0.68% | - |
| HSV(B) | 15.15º | 0.46% | 0.88% | - |
| XYZ | 45.15 | 38.59 | 23.48 | - |
| YUV | 168.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 122 | 0 | 0.34 | 0.46 | 0.12 | 15.15 | 0.63 | 0.68 |
| Hex | E1 | 94 | 7A | 0 | 22 | 2E | C | F | 3F | 44 |
| Octal | 341 | 224 | 172 | 0 | 42 | 56 | 14 | 17 | 77 | 104 |
| Binary | 11100001 | 10010100 | 1111010 | 0 | 100010 | 101110 | 1100 | 1111 | 111111 | 1000100 |
Color Harmonies of #E1947A
Complementary color
Monochromatic Colors of #E1947A
Black with #E1947A
Text Example
Text Example
White with #E1947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1947A; }
p { color: rgb(225,148,122); }
H1.HeaderClassName
{
color: #E1947A;
}
.AnyTagClassName
{
color: #E1947A;
}
</style>
background-color css
<style>
a { background-color: #E1947A; }
a { background-color: rgb(225,148,122); }
div.DivClassName
{
background-color: #E1947A;
}
.BgClassName
{
background-color: #E1947A;
}
</style>
border-color css
<style>
span { border-color: #E1947A; }
span { border-color: rgb(225,148,122); }
td.TdClassName
{
border-color: #E1947A;
}
.TagClassName
{
border-color: #E1947A;
}
</style>