Shades of Dark Salmon #E4967D
Tints of Dark Salmon #E4967D
RGB
CMYK
RGB Variations
Color information
#E4967D (or 0xE4967D) is known color: Dark Salmon. HEX triplet: E4, 96 and 7D. RGB value is (228,150,125). Sum of RGB (Red+Green+Blue) = 228+150+125=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 228 - color contains mainly: red. Hex color #E4967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4967D is #1B6982. Grayscale: #AAAAAA. Windows color (decimal): -1796483 or 8230628. OLE color: 8230628.
HSL color Cylindrical-coordinate representation of color #E4967D: hue angle of 14.56º degrees, saturation: 0.66, 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 #E4967D is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 125 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.11 |
| HSL | 14.56º | 0.66% | 0.69% | - |
| HSV(B) | 14.56º | 0.45% | 0.89% | - |
| XYZ | 46.6 | 39.79 | 24.63 | - |
| YUV | 170.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 125 | 0 | 0.34 | 0.45 | 0.11 | 14.56 | 0.66 | 0.69 |
| Hex | E4 | 96 | 7D | 0 | 22 | 2D | B | F | 42 | 45 |
| Octal | 344 | 226 | 175 | 0 | 42 | 55 | 13 | 17 | 102 | 105 |
| Binary | 11100100 | 10010110 | 1111101 | 0 | 100010 | 101101 | 1011 | 1111 | 1000010 | 1000101 |
Color Harmonies of #E4967D
Complementary color
Monochromatic Colors of #E4967D
Black with #E4967D
Text Example
Text Example
White with #E4967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4967D; }
p { color: rgb(228,150,125); }
H1.HeaderClassName
{
color: #E4967D;
}
.AnyTagClassName
{
color: #E4967D;
}
</style>
background-color css
<style>
a { background-color: #E4967D; }
a { background-color: rgb(228,150,125); }
div.DivClassName
{
background-color: #E4967D;
}
.BgClassName
{
background-color: #E4967D;
}
</style>
border-color css
<style>
span { border-color: #E4967D; }
span { border-color: rgb(228,150,125); }
td.TdClassName
{
border-color: #E4967D;
}
.TagClassName
{
border-color: #E4967D;
}
</style>