Shades of Dark Salmon #E2997A
Tints of Dark Salmon #E2997A
RGB
CMYK
RGB Variations
Color information
#E2997A (or 0xE2997A) is known color: Dark Salmon. HEX triplet: E2, 99 and 7A. RGB value is (226,153,122). Sum of RGB (Red+Green+Blue) = 226+153+122=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2997A is #1D6685. Grayscale: #ABABAB. Windows color (decimal): -1926790 or 8034786. OLE color: 8034786.
HSL color Cylindrical-coordinate representation of color #E2997A: hue angle of 17.88º 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 #E2997A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 122 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.11 |
| HSL | 17.88º | 0.64% | 0.68% | - |
| HSV(B) | 17.88º | 0.46% | 0.89% | - |
| XYZ | 46.27 | 40.36 | 23.76 | - |
| YUV | 171.29 | 100.18 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 122 | 0 | 0.32 | 0.46 | 0.11 | 17.88 | 0.64 | 0.68 |
| Hex | E2 | 99 | 7A | 0 | 20 | 2E | B | 12 | 40 | 44 |
| Octal | 342 | 231 | 172 | 0 | 40 | 56 | 13 | 22 | 100 | 104 |
| Binary | 11100010 | 10011001 | 1111010 | 0 | 100000 | 101110 | 1011 | 10010 | 1000000 | 1000100 |
Color Harmonies of #E2997A
Complementary color
Monochromatic Colors of #E2997A
Black with #E2997A
Text Example
Text Example
White with #E2997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2997A; }
p { color: rgb(226,153,122); }
H1.HeaderClassName
{
color: #E2997A;
}
.AnyTagClassName
{
color: #E2997A;
}
</style>
background-color css
<style>
a { background-color: #E2997A; }
a { background-color: rgb(226,153,122); }
div.DivClassName
{
background-color: #E2997A;
}
.BgClassName
{
background-color: #E2997A;
}
</style>
border-color css
<style>
span { border-color: #E2997A; }
span { border-color: rgb(226,153,122); }
td.TdClassName
{
border-color: #E2997A;
}
.TagClassName
{
border-color: #E2997A;
}
</style>