Shades of Dark Salmon #E0907A
Tints of Dark Salmon #E0907A
RGB
CMYK
RGB Variations
Color information
#E0907A (or 0xE0907A) is known color: Dark Salmon. HEX triplet: E0, 90 and 7A. RGB value is (224,144,122). Sum of RGB (Red+Green+Blue) = 224+144+122=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0907A is #1F6F85. Grayscale: #A5A5A5. Windows color (decimal): -2060166 or 8032480. OLE color: 8032480.
HSL color Cylindrical-coordinate representation of color #E0907A: hue angle of 12.94º 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 #E0907A is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 122 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.12 |
| HSL | 12.94º | 0.62% | 0.68% | - |
| HSV(B) | 12.94º | 0.46% | 0.88% | - |
| XYZ | 44.23 | 37.2 | 23.26 | - |
| YUV | 165.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 122 | 0 | 0.36 | 0.46 | 0.12 | 12.94 | 0.62 | 0.68 |
| Hex | E0 | 90 | 7A | 0 | 24 | 2E | C | D | 3E | 44 |
| Octal | 340 | 220 | 172 | 0 | 44 | 56 | 14 | 15 | 76 | 104 |
| Binary | 11100000 | 10010000 | 1111010 | 0 | 100100 | 101110 | 1100 | 1101 | 111110 | 1000100 |
Color Harmonies of #E0907A
Complementary color
Monochromatic Colors of #E0907A
Black with #E0907A
Text Example
Text Example
White with #E0907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0907A; }
p { color: rgb(224,144,122); }
H1.HeaderClassName
{
color: #E0907A;
}
.AnyTagClassName
{
color: #E0907A;
}
</style>
background-color css
<style>
a { background-color: #E0907A; }
a { background-color: rgb(224,144,122); }
div.DivClassName
{
background-color: #E0907A;
}
.BgClassName
{
background-color: #E0907A;
}
</style>
border-color css
<style>
span { border-color: #E0907A; }
span { border-color: rgb(224,144,122); }
td.TdClassName
{
border-color: #E0907A;
}
.TagClassName
{
border-color: #E0907A;
}
</style>