Shades of Dark Salmon #E2976E
Tints of Dark Salmon #E2976E
RGB
CMYK
RGB Variations
Color information
#E2976E (or 0xE2976E) is known color: Dark Salmon. HEX triplet: E2, 97 and 6E. RGB value is (226,151,110). Sum of RGB (Red+Green+Blue) = 226+151+110=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2976E is #1D6891. Grayscale: #A8A8A8. Windows color (decimal): -1927314 or 7247842. OLE color: 7247842.
HSL color Cylindrical-coordinate representation of color #E2976E: hue angle of 21.21º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2976E is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 110 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.11 |
| HSL | 21.21º | 0.67% | 0.66% | - |
| HSV(B) | 21.21º | 0.51% | 0.89% | - |
| XYZ | 45.25 | 39.43 | 19.98 | - |
| YUV | 168.75 | 94.85 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 110 | 0 | 0.33 | 0.51 | 0.11 | 21.21 | 0.67 | 0.66 |
| Hex | E2 | 97 | 6E | 0 | 21 | 33 | B | 15 | 43 | 42 |
| Octal | 342 | 227 | 156 | 0 | 41 | 63 | 13 | 25 | 103 | 102 |
| Binary | 11100010 | 10010111 | 1101110 | 0 | 100001 | 110011 | 1011 | 10101 | 1000011 | 1000010 |
Color Harmonies of #E2976E
Complementary color
Monochromatic Colors of #E2976E
Black with #E2976E
Text Example
Text Example
White with #E2976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2976E; }
p { color: rgb(226,151,110); }
H1.HeaderClassName
{
color: #E2976E;
}
.AnyTagClassName
{
color: #E2976E;
}
</style>
background-color css
<style>
a { background-color: #E2976E; }
a { background-color: rgb(226,151,110); }
div.DivClassName
{
background-color: #E2976E;
}
.BgClassName
{
background-color: #E2976E;
}
</style>
border-color css
<style>
span { border-color: #E2976E; }
span { border-color: rgb(226,151,110); }
td.TdClassName
{
border-color: #E2976E;
}
.TagClassName
{
border-color: #E2976E;
}
</style>