Shades of Dark Salmon #E2997B
Tints of Dark Salmon #E2997B
RGB
CMYK
RGB Variations
Color information
#E2997B (or 0xE2997B) is known color: Dark Salmon. HEX triplet: E2, 99 and 7B. RGB value is (226,153,123). Sum of RGB (Red+Green+Blue) = 226+153+123=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2997B is #1D6684. Grayscale: #ABABAB. Windows color (decimal): -1926789 or 8100322. OLE color: 8100322.
HSL color Cylindrical-coordinate representation of color #E2997B: hue angle of 17.48º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2997B is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 123 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.11 |
| HSL | 17.48º | 0.64% | 0.68% | - |
| HSV(B) | 17.48º | 0.46% | 0.89% | - |
| XYZ | 46.33 | 40.38 | 24.09 | - |
| YUV | 171.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 123 | 0 | 0.32 | 0.46 | 0.11 | 17.48 | 0.64 | 0.68 |
| Hex | E2 | 99 | 7B | 0 | 20 | 2E | B | 11 | 40 | 44 |
| Octal | 342 | 231 | 173 | 0 | 40 | 56 | 13 | 21 | 100 | 104 |
| Binary | 11100010 | 10011001 | 1111011 | 0 | 100000 | 101110 | 1011 | 10001 | 1000000 | 1000100 |
Color Harmonies of #E2997B
Complementary color
Monochromatic Colors of #E2997B
Black with #E2997B
Text Example
Text Example
White with #E2997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2997B; }
p { color: rgb(226,153,123); }
H1.HeaderClassName
{
color: #E2997B;
}
.AnyTagClassName
{
color: #E2997B;
}
</style>
background-color css
<style>
a { background-color: #E2997B; }
a { background-color: rgb(226,153,123); }
div.DivClassName
{
background-color: #E2997B;
}
.BgClassName
{
background-color: #E2997B;
}
</style>
border-color css
<style>
span { border-color: #E2997B; }
span { border-color: rgb(226,153,123); }
td.TdClassName
{
border-color: #E2997B;
}
.TagClassName
{
border-color: #E2997B;
}
</style>