Shades of Dark Salmon #E1976F
Tints of Dark Salmon #E1976F
RGB
CMYK
RGB Variations
Color information
#E1976F (or 0xE1976F) is known color: Dark Salmon. HEX triplet: E1, 97 and 6F. RGB value is (225,151,111). Sum of RGB (Red+Green+Blue) = 225+151+111=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1976F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1976F is #1E6890. Grayscale: #A8A8A8. Windows color (decimal): -1992849 or 7313377. OLE color: 7313377.
HSL color Cylindrical-coordinate representation of color #E1976F: hue angle of 21.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1976F is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 111 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.12 |
| HSL | 21.05º | 0.66% | 0.66% | - |
| HSV(B) | 21.05º | 0.51% | 0.88% | - |
| XYZ | 44.99 | 39.29 | 20.25 | - |
| YUV | 168.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 111 | 0 | 0.33 | 0.51 | 0.12 | 21.05 | 0.66 | 0.66 |
| Hex | E1 | 97 | 6F | 0 | 21 | 33 | C | 15 | 42 | 42 |
| Octal | 341 | 227 | 157 | 0 | 41 | 63 | 14 | 25 | 102 | 102 |
| Binary | 11100001 | 10010111 | 1101111 | 0 | 100001 | 110011 | 1100 | 10101 | 1000010 | 1000010 |
Color Harmonies of #E1976F
Complementary color
Monochromatic Colors of #E1976F
Black with #E1976F
Text Example
Text Example
White with #E1976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1976F; }
p { color: rgb(225,151,111); }
H1.HeaderClassName
{
color: #E1976F;
}
.AnyTagClassName
{
color: #E1976F;
}
</style>
background-color css
<style>
a { background-color: #E1976F; }
a { background-color: rgb(225,151,111); }
div.DivClassName
{
background-color: #E1976F;
}
.BgClassName
{
background-color: #E1976F;
}
</style>
border-color css
<style>
span { border-color: #E1976F; }
span { border-color: rgb(225,151,111); }
td.TdClassName
{
border-color: #E1976F;
}
.TagClassName
{
border-color: #E1976F;
}
</style>