Shades of Dark Salmon #E19A80
Tints of Dark Salmon #E19A80
RGB
CMYK
RGB Variations
Color information
#E19A80 (or 0xE19A80) is known color: Dark Salmon. HEX triplet: E1, 9A and 80. RGB value is (225,154,128). Sum of RGB (Red+Green+Blue) = 225+154+128=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A80 is #1E657F. Grayscale: #ACACAC. Windows color (decimal): -1992064 or 8428257. OLE color: 8428257.
HSL color Cylindrical-coordinate representation of color #E19A80: hue angle of 16.08º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E19A80 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 128 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.12 |
| HSL | 16.08º | 0.62% | 0.69% | - |
| HSV(B) | 16.08º | 0.43% | 0.88% | - |
| XYZ | 46.5 | 40.68 | 25.82 | - |
| YUV | 172.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 128 | 0 | 0.32 | 0.43 | 0.12 | 16.08 | 0.62 | 0.69 |
| Hex | E1 | 9A | 80 | 0 | 20 | 2B | C | 10 | 3E | 45 |
| Octal | 341 | 232 | 200 | 0 | 40 | 53 | 14 | 20 | 76 | 105 |
| Binary | 11100001 | 10011010 | 10000000 | 0 | 100000 | 101011 | 1100 | 10000 | 111110 | 1000101 |
Color Harmonies of #E19A80
Complementary color
Monochromatic Colors of #E19A80
Black with #E19A80
Text Example
Text Example
White with #E19A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A80; }
p { color: rgb(225,154,128); }
H1.HeaderClassName
{
color: #E19A80;
}
.AnyTagClassName
{
color: #E19A80;
}
</style>
background-color css
<style>
a { background-color: #E19A80; }
a { background-color: rgb(225,154,128); }
div.DivClassName
{
background-color: #E19A80;
}
.BgClassName
{
background-color: #E19A80;
}
</style>
border-color css
<style>
span { border-color: #E19A80; }
span { border-color: rgb(225,154,128); }
td.TdClassName
{
border-color: #E19A80;
}
.TagClassName
{
border-color: #E19A80;
}
</style>