Shades of Dark Salmon #E29B75
Tints of Dark Salmon #E29B75
RGB
CMYK
RGB Variations
Color information
#E29B75 (or 0xE29B75) is known color: Dark Salmon. HEX triplet: E2, 9B and 75. RGB value is (226,155,117). Sum of RGB (Red+Green+Blue) = 226+155+117=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29B75 is #1D648A. Grayscale: #ACACAC. Windows color (decimal): -1926283 or 7707618. OLE color: 7707618.
HSL color Cylindrical-coordinate representation of color #E29B75: hue angle of 20.92º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E29B75 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 117 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.11 |
| HSL | 20.92º | 0.65% | 0.67% | - |
| HSV(B) | 20.92º | 0.48% | 0.89% | - |
| XYZ | 46.3 | 40.9 | 22.28 | - |
| YUV | 171.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 117 | 0 | 0.31 | 0.48 | 0.11 | 20.92 | 0.65 | 0.67 |
| Hex | E2 | 9B | 75 | 0 | 1F | 30 | B | 15 | 41 | 43 |
| Octal | 342 | 233 | 165 | 0 | 37 | 60 | 13 | 25 | 101 | 103 |
| Binary | 11100010 | 10011011 | 1110101 | 0 | 11111 | 110000 | 1011 | 10101 | 1000001 | 1000011 |
Color Harmonies of #E29B75
Complementary color
Monochromatic Colors of #E29B75
Black with #E29B75
Text Example
Text Example
White with #E29B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29B75; }
p { color: rgb(226,155,117); }
H1.HeaderClassName
{
color: #E29B75;
}
.AnyTagClassName
{
color: #E29B75;
}
</style>
background-color css
<style>
a { background-color: #E29B75; }
a { background-color: rgb(226,155,117); }
div.DivClassName
{
background-color: #E29B75;
}
.BgClassName
{
background-color: #E29B75;
}
</style>
border-color css
<style>
span { border-color: #E29B75; }
span { border-color: rgb(226,155,117); }
td.TdClassName
{
border-color: #E29B75;
}
.TagClassName
{
border-color: #E29B75;
}
</style>