Shades of Dark Salmon #E1967D
Tints of Dark Salmon #E1967D
RGB
CMYK
RGB Variations
Color information
#E1967D (or 0xE1967D) is known color: Dark Salmon. HEX triplet: E1, 96 and 7D. RGB value is (225,150,125). Sum of RGB (Red+Green+Blue) = 225+150+125=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1967D is #1E6982. Grayscale: #A9A9A9. Windows color (decimal): -1993091 or 8230625. OLE color: 8230625.
HSL color Cylindrical-coordinate representation of color #E1967D: hue angle of 15º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1967D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 125 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.12 |
| HSL | 15º | 0.63% | 0.69% | - |
| HSV(B) | 15º | 0.44% | 0.88% | - |
| XYZ | 45.66 | 39.3 | 24.58 | - |
| YUV | 169.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 125 | 0 | 0.33 | 0.44 | 0.12 | 15 | 0.63 | 0.69 |
| Hex | E1 | 96 | 7D | 0 | 21 | 2C | C | F | 3E | 45 |
| Octal | 341 | 226 | 175 | 0 | 41 | 54 | 14 | 17 | 76 | 105 |
| Binary | 11100001 | 10010110 | 1111101 | 0 | 100001 | 101100 | 1100 | 1111 | 111110 | 1000101 |
Color Harmonies of #E1967D
Complementary color
Monochromatic Colors of #E1967D
Black with #E1967D
Text Example
Text Example
White with #E1967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1967D; }
p { color: rgb(225,150,125); }
H1.HeaderClassName
{
color: #E1967D;
}
.AnyTagClassName
{
color: #E1967D;
}
</style>
background-color css
<style>
a { background-color: #E1967D; }
a { background-color: rgb(225,150,125); }
div.DivClassName
{
background-color: #E1967D;
}
.BgClassName
{
background-color: #E1967D;
}
</style>
border-color css
<style>
span { border-color: #E1967D; }
span { border-color: rgb(225,150,125); }
td.TdClassName
{
border-color: #E1967D;
}
.TagClassName
{
border-color: #E1967D;
}
</style>