Shades of Dark Salmon #E8907A
Tints of Dark Salmon #E8907A
RGB
CMYK
RGB Variations
Color information
#E8907A (or 0xE8907A) is known color: Dark Salmon. HEX triplet: E8, 90 and 7A. RGB value is (232,144,122). Sum of RGB (Red+Green+Blue) = 232+144+122=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E8907A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8907A is #176F85. Grayscale: #A7A7A7. Windows color (decimal): -1535878 or 8032488. OLE color: 8032488.
HSL color Cylindrical-coordinate representation of color #E8907A: hue angle of 12º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8907A is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 122 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.09 |
| HSL | 12º | 0.71% | 0.69% | - |
| HSV(B) | 12º | 0.47% | 0.91% | - |
| XYZ | 46.76 | 38.51 | 23.38 | - |
| YUV | 167.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 122 | 0 | 0.38 | 0.47 | 0.09 | 12 | 0.71 | 0.69 |
| Hex | E8 | 90 | 7A | 0 | 26 | 2F | 9 | C | 47 | 45 |
| Octal | 350 | 220 | 172 | 0 | 46 | 57 | 11 | 14 | 107 | 105 |
| Binary | 11101000 | 10010000 | 1111010 | 0 | 100110 | 101111 | 1001 | 1100 | 1000111 | 1000101 |
Color Harmonies of #E8907A
Complementary color
Monochromatic Colors of #E8907A
Black with #E8907A
Text Example
Text Example
White with #E8907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8907A; }
p { color: rgb(232,144,122); }
H1.HeaderClassName
{
color: #E8907A;
}
.AnyTagClassName
{
color: #E8907A;
}
</style>
background-color css
<style>
a { background-color: #E8907A; }
a { background-color: rgb(232,144,122); }
div.DivClassName
{
background-color: #E8907A;
}
.BgClassName
{
background-color: #E8907A;
}
</style>
border-color css
<style>
span { border-color: #E8907A; }
span { border-color: rgb(232,144,122); }
td.TdClassName
{
border-color: #E8907A;
}
.TagClassName
{
border-color: #E8907A;
}
</style>