Shades of Dark Salmon #E4907A
Tints of Dark Salmon #E4907A
RGB
CMYK
RGB Variations
Color information
#E4907A (or 0xE4907A) is known color: Dark Salmon. HEX triplet: E4, 90 and 7A. RGB value is (228,144,122). Sum of RGB (Red+Green+Blue) = 228+144+122=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E4907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4907A is #1B6F85. Grayscale: #A6A6A6. Windows color (decimal): -1798022 or 8032484. OLE color: 8032484.
HSL color Cylindrical-coordinate representation of color #E4907A: hue angle of 12.45º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4907A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 122 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.11 |
| HSL | 12.45º | 0.66% | 0.69% | - |
| HSV(B) | 12.45º | 0.46% | 0.89% | - |
| XYZ | 45.48 | 37.85 | 23.32 | - |
| YUV | 166.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 122 | 0 | 0.37 | 0.46 | 0.11 | 12.45 | 0.66 | 0.69 |
| Hex | E4 | 90 | 7A | 0 | 25 | 2E | B | C | 42 | 45 |
| Octal | 344 | 220 | 172 | 0 | 45 | 56 | 13 | 14 | 102 | 105 |
| Binary | 11100100 | 10010000 | 1111010 | 0 | 100101 | 101110 | 1011 | 1100 | 1000010 | 1000101 |
Color Harmonies of #E4907A
Complementary color
Monochromatic Colors of #E4907A
Black with #E4907A
Text Example
Text Example
White with #E4907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4907A; }
p { color: rgb(228,144,122); }
H1.HeaderClassName
{
color: #E4907A;
}
.AnyTagClassName
{
color: #E4907A;
}
</style>
background-color css
<style>
a { background-color: #E4907A; }
a { background-color: rgb(228,144,122); }
div.DivClassName
{
background-color: #E4907A;
}
.BgClassName
{
background-color: #E4907A;
}
</style>
border-color css
<style>
span { border-color: #E4907A; }
span { border-color: rgb(228,144,122); }
td.TdClassName
{
border-color: #E4907A;
}
.TagClassName
{
border-color: #E4907A;
}
</style>