Shades of Dark Salmon #E0917B
Tints of Dark Salmon #E0917B
RGB
CMYK
RGB Variations
Color information
#E0917B (or 0xE0917B) is known color: Dark Salmon. HEX triplet: E0, 91 and 7B. RGB value is (224,145,123). Sum of RGB (Red+Green+Blue) = 224+145+123=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0917B is #1F6E84. Grayscale: #A6A6A6. Windows color (decimal): -2059909 or 8098272. OLE color: 8098272.
HSL color Cylindrical-coordinate representation of color #E0917B: hue angle of 13.07º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0917B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 123 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.12 |
| HSL | 13.07º | 0.62% | 0.68% | - |
| HSV(B) | 13.07º | 0.45% | 0.88% | - |
| XYZ | 44.44 | 37.53 | 23.64 | - |
| YUV | 166.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 123 | 0 | 0.35 | 0.45 | 0.12 | 13.07 | 0.62 | 0.68 |
| Hex | E0 | 91 | 7B | 0 | 23 | 2D | C | D | 3E | 44 |
| Octal | 340 | 221 | 173 | 0 | 43 | 55 | 14 | 15 | 76 | 104 |
| Binary | 11100000 | 10010001 | 1111011 | 0 | 100011 | 101101 | 1100 | 1101 | 111110 | 1000100 |
Color Harmonies of #E0917B
Complementary color
Monochromatic Colors of #E0917B
Black with #E0917B
Text Example
Text Example
White with #E0917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0917B; }
p { color: rgb(224,145,123); }
H1.HeaderClassName
{
color: #E0917B;
}
.AnyTagClassName
{
color: #E0917B;
}
</style>
background-color css
<style>
a { background-color: #E0917B; }
a { background-color: rgb(224,145,123); }
div.DivClassName
{
background-color: #E0917B;
}
.BgClassName
{
background-color: #E0917B;
}
</style>
border-color css
<style>
span { border-color: #E0917B; }
span { border-color: rgb(224,145,123); }
td.TdClassName
{
border-color: #E0917B;
}
.TagClassName
{
border-color: #E0917B;
}
</style>