Shades of Dark Salmon #E19A7F
Tints of Dark Salmon #E19A7F
RGB
CMYK
RGB Variations
Color information
#E19A7F (or 0xE19A7F) is known color: Dark Salmon. HEX triplet: E1, 9A and 7F. RGB value is (225,154,127). Sum of RGB (Red+Green+Blue) = 225+154+127=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19A7F is #1E6580. Grayscale: #ACACAC. Windows color (decimal): -1992065 or 8362721. OLE color: 8362721.
HSL color Cylindrical-coordinate representation of color #E19A7F: hue angle of 16.53º 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 #E19A7F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 127 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.12 |
| HSL | 16.53º | 0.62% | 0.69% | - |
| HSV(B) | 16.53º | 0.44% | 0.88% | - |
| XYZ | 46.44 | 40.65 | 25.48 | - |
| YUV | 172.15 | 102.52 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 127 | 0 | 0.32 | 0.44 | 0.12 | 16.53 | 0.62 | 0.69 |
| Hex | E1 | 9A | 7F | 0 | 20 | 2C | C | 11 | 3E | 45 |
| Octal | 341 | 232 | 177 | 0 | 40 | 54 | 14 | 21 | 76 | 105 |
| Binary | 11100001 | 10011010 | 1111111 | 0 | 100000 | 101100 | 1100 | 10001 | 111110 | 1000101 |
Color Harmonies of #E19A7F
Complementary color
Monochromatic Colors of #E19A7F
Black with #E19A7F
Text Example
Text Example
White with #E19A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A7F; }
p { color: rgb(225,154,127); }
H1.HeaderClassName
{
color: #E19A7F;
}
.AnyTagClassName
{
color: #E19A7F;
}
</style>
background-color css
<style>
a { background-color: #E19A7F; }
a { background-color: rgb(225,154,127); }
div.DivClassName
{
background-color: #E19A7F;
}
.BgClassName
{
background-color: #E19A7F;
}
</style>
border-color css
<style>
span { border-color: #E19A7F; }
span { border-color: rgb(225,154,127); }
td.TdClassName
{
border-color: #E19A7F;
}
.TagClassName
{
border-color: #E19A7F;
}
</style>