Shades of Dark Salmon #E29282
Tints of Dark Salmon #E29282
RGB
CMYK
RGB Variations
Color information
#E29282 (or 0xE29282) is known color: Dark Salmon. HEX triplet: E2, 92 and 82. RGB value is (226,146,130). Sum of RGB (Red+Green+Blue) = 226+146+130=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E29282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29282 is #1D6D7D. Grayscale: #A8A8A8. Windows color (decimal): -1928574 or 8557282. OLE color: 8557282.
HSL color Cylindrical-coordinate representation of color #E29282: hue angle of 10º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E29282 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 130 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.11 |
| HSL | 10º | 0.62% | 0.7% | - |
| HSV(B) | 10º | 0.42% | 0.89% | - |
| XYZ | 45.67 | 38.34 | 26.11 | - |
| YUV | 168.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 130 | 0 | 0.35 | 0.42 | 0.11 | 10 | 0.62 | 0.7 |
| Hex | E2 | 92 | 82 | 0 | 23 | 2A | B | A | 3E | 46 |
| Octal | 342 | 222 | 202 | 0 | 43 | 52 | 13 | 12 | 76 | 106 |
| Binary | 11100010 | 10010010 | 10000010 | 0 | 100011 | 101010 | 1011 | 1010 | 111110 | 1000110 |
Color Harmonies of #E29282
Complementary color
Monochromatic Colors of #E29282
Black with #E29282
Text Example
Text Example
White with #E29282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29282; }
p { color: rgb(226,146,130); }
H1.HeaderClassName
{
color: #E29282;
}
.AnyTagClassName
{
color: #E29282;
}
</style>
background-color css
<style>
a { background-color: #E29282; }
a { background-color: rgb(226,146,130); }
div.DivClassName
{
background-color: #E29282;
}
.BgClassName
{
background-color: #E29282;
}
</style>
border-color css
<style>
span { border-color: #E29282; }
span { border-color: rgb(226,146,130); }
td.TdClassName
{
border-color: #E29282;
}
.TagClassName
{
border-color: #E29282;
}
</style>