Shades of Dark Salmon #E88F72
Tints of Dark Salmon #E88F72
RGB
CMYK
RGB Variations
Color information
#E88F72 (or 0xE88F72) is known color: Dark Salmon. HEX triplet: E8, 8F and 72. RGB value is (232,143,114). Sum of RGB (Red+Green+Blue) = 232+143+114=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88F72 is #17708D. Grayscale: #A6A6A6. Windows color (decimal): -1536142 or 7507944. OLE color: 7507944.
HSL color Cylindrical-coordinate representation of color #E88F72: hue angle of 14.75º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E88F72 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 114 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.09 |
| HSL | 14.75º | 0.72% | 0.68% | - |
| HSV(B) | 14.75º | 0.51% | 0.91% | - |
| XYZ | 46.14 | 38.02 | 20.83 | - |
| YUV | 166.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 114 | 0 | 0.38 | 0.51 | 0.09 | 14.75 | 0.72 | 0.68 |
| Hex | E8 | 8F | 72 | 0 | 26 | 33 | 9 | F | 48 | 44 |
| Octal | 350 | 217 | 162 | 0 | 46 | 63 | 11 | 17 | 110 | 104 |
| Binary | 11101000 | 10001111 | 1110010 | 0 | 100110 | 110011 | 1001 | 1111 | 1001000 | 1000100 |
Color Harmonies of #E88F72
Complementary color
Monochromatic Colors of #E88F72
Black with #E88F72
Text Example
Text Example
White with #E88F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F72; }
p { color: rgb(232,143,114); }
H1.HeaderClassName
{
color: #E88F72;
}
.AnyTagClassName
{
color: #E88F72;
}
</style>
background-color css
<style>
a { background-color: #E88F72; }
a { background-color: rgb(232,143,114); }
div.DivClassName
{
background-color: #E88F72;
}
.BgClassName
{
background-color: #E88F72;
}
</style>
border-color css
<style>
span { border-color: #E88F72; }
span { border-color: rgb(232,143,114); }
td.TdClassName
{
border-color: #E88F72;
}
.TagClassName
{
border-color: #E88F72;
}
</style>