Shades of Dark Salmon #E89572
Tints of Dark Salmon #E89572
RGB
CMYK
RGB Variations
Color information
#E89572 (or 0xE89572) is known color: Dark Salmon. HEX triplet: E8, 95 and 72. RGB value is (232,149,114). Sum of RGB (Red+Green+Blue) = 232+149+114=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E89572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89572 is #176A8D. Grayscale: #AAAAAA. Windows color (decimal): -1534606 or 7509480. OLE color: 7509480.
HSL color Cylindrical-coordinate representation of color #E89572: hue angle of 17.8º 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 #E89572 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 114 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.09 |
| HSL | 17.8º | 0.72% | 0.68% | - |
| HSV(B) | 17.8º | 0.51% | 0.91% | - |
| XYZ | 47.06 | 39.87 | 21.13 | - |
| YUV | 169.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 114 | 0 | 0.36 | 0.51 | 0.09 | 17.8 | 0.72 | 0.68 |
| Hex | E8 | 95 | 72 | 0 | 24 | 33 | 9 | 12 | 48 | 44 |
| Octal | 350 | 225 | 162 | 0 | 44 | 63 | 11 | 22 | 110 | 104 |
| Binary | 11101000 | 10010101 | 1110010 | 0 | 100100 | 110011 | 1001 | 10010 | 1001000 | 1000100 |
Color Harmonies of #E89572
Complementary color
Monochromatic Colors of #E89572
Black with #E89572
Text Example
Text Example
White with #E89572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89572; }
p { color: rgb(232,149,114); }
H1.HeaderClassName
{
color: #E89572;
}
.AnyTagClassName
{
color: #E89572;
}
</style>
background-color css
<style>
a { background-color: #E89572; }
a { background-color: rgb(232,149,114); }
div.DivClassName
{
background-color: #E89572;
}
.BgClassName
{
background-color: #E89572;
}
</style>
border-color css
<style>
span { border-color: #E89572; }
span { border-color: rgb(232,149,114); }
td.TdClassName
{
border-color: #E89572;
}
.TagClassName
{
border-color: #E89572;
}
</style>