Shades of Dark Salmon #E1917D
Tints of Dark Salmon #E1917D
RGB
CMYK
RGB Variations
Color information
#E1917D (or 0xE1917D) is known color: Dark Salmon. HEX triplet: E1, 91 and 7D. RGB value is (225,145,125). Sum of RGB (Red+Green+Blue) = 225+145+125=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1917D is #1E6E82. Grayscale: #A6A6A6. Windows color (decimal): -1994371 or 8229345. OLE color: 8229345.
HSL color Cylindrical-coordinate representation of color #E1917D: hue angle of 12º 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 #E1917D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 125 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.12 |
| HSL | 12º | 0.63% | 0.69% | - |
| HSV(B) | 12º | 0.44% | 0.88% | - |
| XYZ | 44.88 | 37.74 | 24.32 | - |
| YUV | 166.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 125 | 0 | 0.36 | 0.44 | 0.12 | 12 | 0.63 | 0.69 |
| Hex | E1 | 91 | 7D | 0 | 24 | 2C | C | C | 3E | 45 |
| Octal | 341 | 221 | 175 | 0 | 44 | 54 | 14 | 14 | 76 | 105 |
| Binary | 11100001 | 10010001 | 1111101 | 0 | 100100 | 101100 | 1100 | 1100 | 111110 | 1000101 |
Color Harmonies of #E1917D
Complementary color
Monochromatic Colors of #E1917D
Black with #E1917D
Text Example
Text Example
White with #E1917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1917D; }
p { color: rgb(225,145,125); }
H1.HeaderClassName
{
color: #E1917D;
}
.AnyTagClassName
{
color: #E1917D;
}
</style>
background-color css
<style>
a { background-color: #E1917D; }
a { background-color: rgb(225,145,125); }
div.DivClassName
{
background-color: #E1917D;
}
.BgClassName
{
background-color: #E1917D;
}
</style>
border-color css
<style>
span { border-color: #E1917D; }
span { border-color: rgb(225,145,125); }
td.TdClassName
{
border-color: #E1917D;
}
.TagClassName
{
border-color: #E1917D;
}
</style>