Shades of Dark Salmon #E19B71
Tints of Dark Salmon #E19B71
RGB
CMYK
RGB Variations
Color information
#E19B71 (or 0xE19B71) is known color: Dark Salmon. HEX triplet: E1, 9B and 71. RGB value is (225,155,113). Sum of RGB (Red+Green+Blue) = 225+155+113=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19B71 is #1E648E. Grayscale: #ABABAB. Windows color (decimal): -1991823 or 7445473. OLE color: 7445473.
HSL color Cylindrical-coordinate representation of color #E19B71: hue angle of 22.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E19B71 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 113 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.12 |
| HSL | 22.5º | 0.65% | 0.66% | - |
| HSV(B) | 22.5º | 0.5% | 0.88% | - |
| XYZ | 45.75 | 40.64 | 21.06 | - |
| YUV | 171.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 113 | 0 | 0.31 | 0.50 | 0.12 | 22.5 | 0.65 | 0.66 |
| Hex | E1 | 9B | 71 | 0 | 1F | 32 | C | 16 | 41 | 42 |
| Octal | 341 | 233 | 161 | 0 | 37 | 62 | 14 | 26 | 101 | 102 |
| Binary | 11100001 | 10011011 | 1110001 | 0 | 11111 | 110010 | 1100 | 10110 | 1000001 | 1000010 |
Color Harmonies of #E19B71
Complementary color
Monochromatic Colors of #E19B71
Black with #E19B71
Text Example
Text Example
White with #E19B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B71; }
p { color: rgb(225,155,113); }
H1.HeaderClassName
{
color: #E19B71;
}
.AnyTagClassName
{
color: #E19B71;
}
</style>
background-color css
<style>
a { background-color: #E19B71; }
a { background-color: rgb(225,155,113); }
div.DivClassName
{
background-color: #E19B71;
}
.BgClassName
{
background-color: #E19B71;
}
</style>
border-color css
<style>
span { border-color: #E19B71; }
span { border-color: rgb(225,155,113); }
td.TdClassName
{
border-color: #E19B71;
}
.TagClassName
{
border-color: #E19B71;
}
</style>