Shades of Dark Salmon #E1927A
Tints of Dark Salmon #E1927A
RGB
CMYK
RGB Variations
Color information
#E1927A (or 0xE1927A) is known color: Dark Salmon. HEX triplet: E1, 92 and 7A. RGB value is (225,146,122). Sum of RGB (Red+Green+Blue) = 225+146+122=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1927A is #1E6D85. Grayscale: #A7A7A7. Windows color (decimal): -1994118 or 8032993. OLE color: 8032993.
HSL color Cylindrical-coordinate representation of color #E1927A: hue angle of 13.98º 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 #E1927A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 122 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.12 |
| HSL | 13.98º | 0.63% | 0.68% | - |
| HSV(B) | 13.98º | 0.46% | 0.88% | - |
| XYZ | 44.84 | 37.97 | 23.38 | - |
| YUV | 166.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 122 | 0 | 0.35 | 0.46 | 0.12 | 13.98 | 0.63 | 0.68 |
| Hex | E1 | 92 | 7A | 0 | 23 | 2E | C | E | 3F | 44 |
| Octal | 341 | 222 | 172 | 0 | 43 | 56 | 14 | 16 | 77 | 104 |
| Binary | 11100001 | 10010010 | 1111010 | 0 | 100011 | 101110 | 1100 | 1110 | 111111 | 1000100 |
Color Harmonies of #E1927A
Complementary color
Monochromatic Colors of #E1927A
Black with #E1927A
Text Example
Text Example
White with #E1927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1927A; }
p { color: rgb(225,146,122); }
H1.HeaderClassName
{
color: #E1927A;
}
.AnyTagClassName
{
color: #E1927A;
}
</style>
background-color css
<style>
a { background-color: #E1927A; }
a { background-color: rgb(225,146,122); }
div.DivClassName
{
background-color: #E1927A;
}
.BgClassName
{
background-color: #E1927A;
}
</style>
border-color css
<style>
span { border-color: #E1927A; }
span { border-color: rgb(225,146,122); }
td.TdClassName
{
border-color: #E1927A;
}
.TagClassName
{
border-color: #E1927A;
}
</style>