Shades of Dark Salmon #E1917A
Tints of Dark Salmon #E1917A
RGB
CMYK
RGB Variations
Color information
#E1917A (or 0xE1917A) is known color: Dark Salmon. HEX triplet: E1, 91 and 7A. RGB value is (225,145,122). Sum of RGB (Red+Green+Blue) = 225+145+122=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1917A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1917A is #1E6E85. Grayscale: #A6A6A6. Windows color (decimal): -1994374 or 8032737. OLE color: 8032737.
HSL color Cylindrical-coordinate representation of color #E1917A: hue angle of 13.4º 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 #E1917A is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 122 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.12 |
| HSL | 13.4º | 0.63% | 0.68% | - |
| HSV(B) | 13.4º | 0.46% | 0.88% | - |
| XYZ | 44.69 | 37.66 | 23.33 | - |
| YUV | 166.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 122 | 0 | 0.36 | 0.46 | 0.12 | 13.4 | 0.63 | 0.68 |
| Hex | E1 | 91 | 7A | 0 | 24 | 2E | C | D | 3F | 44 |
| Octal | 341 | 221 | 172 | 0 | 44 | 56 | 14 | 15 | 77 | 104 |
| Binary | 11100001 | 10010001 | 1111010 | 0 | 100100 | 101110 | 1100 | 1101 | 111111 | 1000100 |
Color Harmonies of #E1917A
Complementary color
Monochromatic Colors of #E1917A
Black with #E1917A
Text Example
Text Example
White with #E1917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1917A; }
p { color: rgb(225,145,122); }
H1.HeaderClassName
{
color: #E1917A;
}
.AnyTagClassName
{
color: #E1917A;
}
</style>
background-color css
<style>
a { background-color: #E1917A; }
a { background-color: rgb(225,145,122); }
div.DivClassName
{
background-color: #E1917A;
}
.BgClassName
{
background-color: #E1917A;
}
</style>
border-color css
<style>
span { border-color: #E1917A; }
span { border-color: rgb(225,145,122); }
td.TdClassName
{
border-color: #E1917A;
}
.TagClassName
{
border-color: #E1917A;
}
</style>