Shades of Dark Salmon #E69182
Tints of Dark Salmon #E69182
RGB
CMYK
RGB Variations
Color information
#E69182 (or 0xE69182) is known color: Dark Salmon. HEX triplet: E6, 91 and 82. RGB value is (230,145,130). Sum of RGB (Red+Green+Blue) = 230+145+130=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E69182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69182 is #196E7D. Grayscale: #A8A8A8. Windows color (decimal): -1666686 or 8557030. OLE color: 8557030.
HSL color Cylindrical-coordinate representation of color #E69182: hue angle of 9º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69182 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 130 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.10 |
| HSL | 9º | 0.67% | 0.71% | - |
| HSV(B) | 9º | 0.43% | 0.9% | - |
| XYZ | 46.79 | 38.69 | 26.12 | - |
| YUV | 168.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 130 | 0 | 0.37 | 0.43 | 0.10 | 9 | 0.67 | 0.71 |
| Hex | E6 | 91 | 82 | 0 | 25 | 2B | A | 9 | 43 | 47 |
| Octal | 346 | 221 | 202 | 0 | 45 | 53 | 12 | 11 | 103 | 107 |
| Binary | 11100110 | 10010001 | 10000010 | 0 | 100101 | 101011 | 1010 | 1001 | 1000011 | 1000111 |
Color Harmonies of #E69182
Complementary color
Monochromatic Colors of #E69182
Black with #E69182
Text Example
Text Example
White with #E69182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69182; }
p { color: rgb(230,145,130); }
H1.HeaderClassName
{
color: #E69182;
}
.AnyTagClassName
{
color: #E69182;
}
</style>
background-color css
<style>
a { background-color: #E69182; }
a { background-color: rgb(230,145,130); }
div.DivClassName
{
background-color: #E69182;
}
.BgClassName
{
background-color: #E69182;
}
</style>
border-color css
<style>
span { border-color: #E69182; }
span { border-color: rgb(230,145,130); }
td.TdClassName
{
border-color: #E69182;
}
.TagClassName
{
border-color: #E69182;
}
</style>