Shades of Dark Salmon #E19880
Tints of Dark Salmon #E19880
RGB
CMYK
RGB Variations
Color information
#E19880 (or 0xE19880) is known color: Dark Salmon. HEX triplet: E1, 98 and 80. RGB value is (225,152,128). Sum of RGB (Red+Green+Blue) = 225+152+128=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E19880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19880 is #1E677F. Grayscale: #ABABAB. Windows color (decimal): -1992576 or 8427745. OLE color: 8427745.
HSL color Cylindrical-coordinate representation of color #E19880: hue angle of 14.85º 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 #E19880 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 128 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.12 |
| HSL | 14.85º | 0.62% | 0.69% | - |
| HSV(B) | 14.85º | 0.43% | 0.88% | - |
| XYZ | 46.18 | 40.02 | 25.71 | - |
| YUV | 171.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 128 | 0 | 0.32 | 0.43 | 0.12 | 14.85 | 0.62 | 0.69 |
| Hex | E1 | 98 | 80 | 0 | 20 | 2B | C | F | 3E | 45 |
| Octal | 341 | 230 | 200 | 0 | 40 | 53 | 14 | 17 | 76 | 105 |
| Binary | 11100001 | 10011000 | 10000000 | 0 | 100000 | 101011 | 1100 | 1111 | 111110 | 1000101 |
Color Harmonies of #E19880
Complementary color
Monochromatic Colors of #E19880
Black with #E19880
Text Example
Text Example
White with #E19880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19880; }
p { color: rgb(225,152,128); }
H1.HeaderClassName
{
color: #E19880;
}
.AnyTagClassName
{
color: #E19880;
}
</style>
background-color css
<style>
a { background-color: #E19880; }
a { background-color: rgb(225,152,128); }
div.DivClassName
{
background-color: #E19880;
}
.BgClassName
{
background-color: #E19880;
}
</style>
border-color css
<style>
span { border-color: #E19880; }
span { border-color: rgb(225,152,128); }
td.TdClassName
{
border-color: #E19880;
}
.TagClassName
{
border-color: #E19880;
}
</style>