Shades of Dark Salmon #E4907B
Tints of Dark Salmon #E4907B
RGB
CMYK
RGB Variations
Color information
#E4907B (or 0xE4907B) is known color: Dark Salmon. HEX triplet: E4, 90 and 7B. RGB value is (228,144,123). Sum of RGB (Red+Green+Blue) = 228+144+123=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E4907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4907B is #1B6F84. Grayscale: #A6A6A6. Windows color (decimal): -1798021 or 8098020. OLE color: 8098020.
HSL color Cylindrical-coordinate representation of color #E4907B: hue angle of 12º 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 #E4907B is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 123 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.11 |
| HSL | 12º | 0.66% | 0.69% | - |
| HSV(B) | 12º | 0.46% | 0.89% | - |
| XYZ | 45.54 | 37.87 | 23.65 | - |
| YUV | 166.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 123 | 0 | 0.37 | 0.46 | 0.11 | 12 | 0.66 | 0.69 |
| Hex | E4 | 90 | 7B | 0 | 25 | 2E | B | C | 42 | 45 |
| Octal | 344 | 220 | 173 | 0 | 45 | 56 | 13 | 14 | 102 | 105 |
| Binary | 11100100 | 10010000 | 1111011 | 0 | 100101 | 101110 | 1011 | 1100 | 1000010 | 1000101 |
Color Harmonies of #E4907B
Complementary color
Monochromatic Colors of #E4907B
Black with #E4907B
Text Example
Text Example
White with #E4907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4907B; }
p { color: rgb(228,144,123); }
H1.HeaderClassName
{
color: #E4907B;
}
.AnyTagClassName
{
color: #E4907B;
}
</style>
background-color css
<style>
a { background-color: #E4907B; }
a { background-color: rgb(228,144,123); }
div.DivClassName
{
background-color: #E4907B;
}
.BgClassName
{
background-color: #E4907B;
}
</style>
border-color css
<style>
span { border-color: #E4907B; }
span { border-color: rgb(228,144,123); }
td.TdClassName
{
border-color: #E4907B;
}
.TagClassName
{
border-color: #E4907B;
}
</style>