Shades of Dark Salmon #E0927A
Tints of Dark Salmon #E0927A
RGB
CMYK
RGB Variations
Color information
#E0927A (or 0xE0927A) is known color: Dark Salmon. HEX triplet: E0, 92 and 7A. RGB value is (224,146,122). Sum of RGB (Red+Green+Blue) = 224+146+122=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0927A is #1F6D85. Grayscale: #A6A6A6. Windows color (decimal): -2059654 or 8032992. OLE color: 8032992.
HSL color Cylindrical-coordinate representation of color #E0927A: hue angle of 14.12º degrees, saturation: 0.62, 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 #E0927A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 122 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.12 |
| HSL | 14.12º | 0.62% | 0.68% | - |
| HSV(B) | 14.12º | 0.46% | 0.88% | - |
| XYZ | 44.53 | 37.81 | 23.36 | - |
| YUV | 166.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 122 | 0 | 0.35 | 0.46 | 0.12 | 14.12 | 0.62 | 0.68 |
| Hex | E0 | 92 | 7A | 0 | 23 | 2E | C | E | 3E | 44 |
| Octal | 340 | 222 | 172 | 0 | 43 | 56 | 14 | 16 | 76 | 104 |
| Binary | 11100000 | 10010010 | 1111010 | 0 | 100011 | 101110 | 1100 | 1110 | 111110 | 1000100 |
Color Harmonies of #E0927A
Complementary color
Monochromatic Colors of #E0927A
Black with #E0927A
Text Example
Text Example
White with #E0927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0927A; }
p { color: rgb(224,146,122); }
H1.HeaderClassName
{
color: #E0927A;
}
.AnyTagClassName
{
color: #E0927A;
}
</style>
background-color css
<style>
a { background-color: #E0927A; }
a { background-color: rgb(224,146,122); }
div.DivClassName
{
background-color: #E0927A;
}
.BgClassName
{
background-color: #E0927A;
}
</style>
border-color css
<style>
span { border-color: #E0927A; }
span { border-color: rgb(224,146,122); }
td.TdClassName
{
border-color: #E0927A;
}
.TagClassName
{
border-color: #E0927A;
}
</style>