Shades of Dark Salmon #E4997E
Tints of Dark Salmon #E4997E
RGB
CMYK
RGB Variations
Color information
#E4997E (or 0xE4997E) is known color: Dark Salmon. HEX triplet: E4, 99 and 7E. RGB value is (228,153,126). Sum of RGB (Red+Green+Blue) = 228+153+126=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E4997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4997E is #1B6681. Grayscale: #ACACAC. Windows color (decimal): -1795714 or 8296932. OLE color: 8296932.
HSL color Cylindrical-coordinate representation of color #E4997E: hue angle of 15.88º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E4997E is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 126 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.11 |
| HSL | 15.88º | 0.65% | 0.69% | - |
| HSV(B) | 15.88º | 0.45% | 0.89% | - |
| XYZ | 47.15 | 40.78 | 25.13 | - |
| YUV | 172.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 126 | 0 | 0.33 | 0.45 | 0.11 | 15.88 | 0.65 | 0.69 |
| Hex | E4 | 99 | 7E | 0 | 21 | 2D | B | 10 | 41 | 45 |
| Octal | 344 | 231 | 176 | 0 | 41 | 55 | 13 | 20 | 101 | 105 |
| Binary | 11100100 | 10011001 | 1111110 | 0 | 100001 | 101101 | 1011 | 10000 | 1000001 | 1000101 |
Color Harmonies of #E4997E
Complementary color
Monochromatic Colors of #E4997E
Black with #E4997E
Text Example
Text Example
White with #E4997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4997E; }
p { color: rgb(228,153,126); }
H1.HeaderClassName
{
color: #E4997E;
}
.AnyTagClassName
{
color: #E4997E;
}
</style>
background-color css
<style>
a { background-color: #E4997E; }
a { background-color: rgb(228,153,126); }
div.DivClassName
{
background-color: #E4997E;
}
.BgClassName
{
background-color: #E4997E;
}
</style>
border-color css
<style>
span { border-color: #E4997E; }
span { border-color: rgb(228,153,126); }
td.TdClassName
{
border-color: #E4997E;
}
.TagClassName
{
border-color: #E4997E;
}
</style>