Shades of Dark Salmon #E0947F
Tints of Dark Salmon #E0947F
RGB
CMYK
RGB Variations
Color information
#E0947F (or 0xE0947F) is known color: Dark Salmon. HEX triplet: E0, 94 and 7F. RGB value is (224,148,127). Sum of RGB (Red+Green+Blue) = 224+148+127=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0947F is #1F6B80. Grayscale: #A8A8A8. Windows color (decimal): -2059137 or 8361184. OLE color: 8361184.
HSL color Cylindrical-coordinate representation of color #E0947F: hue angle of 12.99º degrees, saturation: 0.61, 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 #E0947F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 127 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.12 |
| HSL | 12.99º | 0.61% | 0.69% | - |
| HSV(B) | 12.99º | 0.43% | 0.88% | - |
| XYZ | 45.16 | 38.56 | 25.14 | - |
| YUV | 168.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 127 | 0 | 0.34 | 0.43 | 0.12 | 12.99 | 0.61 | 0.69 |
| Hex | E0 | 94 | 7F | 0 | 22 | 2B | C | D | 3D | 45 |
| Octal | 340 | 224 | 177 | 0 | 42 | 53 | 14 | 15 | 75 | 105 |
| Binary | 11100000 | 10010100 | 1111111 | 0 | 100010 | 101011 | 1100 | 1101 | 111101 | 1000101 |
Color Harmonies of #E0947F
Complementary color
Monochromatic Colors of #E0947F
Black with #E0947F
Text Example
Text Example
White with #E0947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0947F; }
p { color: rgb(224,148,127); }
H1.HeaderClassName
{
color: #E0947F;
}
.AnyTagClassName
{
color: #E0947F;
}
</style>
background-color css
<style>
a { background-color: #E0947F; }
a { background-color: rgb(224,148,127); }
div.DivClassName
{
background-color: #E0947F;
}
.BgClassName
{
background-color: #E0947F;
}
</style>
border-color css
<style>
span { border-color: #E0947F; }
span { border-color: rgb(224,148,127); }
td.TdClassName
{
border-color: #E0947F;
}
.TagClassName
{
border-color: #E0947F;
}
</style>