Shades of Dark Salmon #E2907C
Tints of Dark Salmon #E2907C
RGB
CMYK
RGB Variations
Color information
#E2907C (or 0xE2907C) is known color: Dark Salmon. HEX triplet: E2, 90 and 7C. RGB value is (226,144,124). Sum of RGB (Red+Green+Blue) = 226+144+124=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2907C is #1D6F83. Grayscale: #A6A6A6. Windows color (decimal): -1929092 or 8163554. OLE color: 8163554.
HSL color Cylindrical-coordinate representation of color #E2907C: hue angle of 11.76º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2907C is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 124 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.11 |
| HSL | 11.76º | 0.64% | 0.69% | - |
| HSV(B) | 11.76º | 0.45% | 0.89% | - |
| XYZ | 44.98 | 37.57 | 23.95 | - |
| YUV | 166.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 124 | 0 | 0.36 | 0.45 | 0.11 | 11.76 | 0.64 | 0.69 |
| Hex | E2 | 90 | 7C | 0 | 24 | 2D | B | C | 40 | 45 |
| Octal | 342 | 220 | 174 | 0 | 44 | 55 | 13 | 14 | 100 | 105 |
| Binary | 11100010 | 10010000 | 1111100 | 0 | 100100 | 101101 | 1011 | 1100 | 1000000 | 1000101 |
Color Harmonies of #E2907C
Complementary color
Monochromatic Colors of #E2907C
Black with #E2907C
Text Example
Text Example
White with #E2907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2907C; }
p { color: rgb(226,144,124); }
H1.HeaderClassName
{
color: #E2907C;
}
.AnyTagClassName
{
color: #E2907C;
}
</style>
background-color css
<style>
a { background-color: #E2907C; }
a { background-color: rgb(226,144,124); }
div.DivClassName
{
background-color: #E2907C;
}
.BgClassName
{
background-color: #E2907C;
}
</style>
border-color css
<style>
span { border-color: #E2907C; }
span { border-color: rgb(226,144,124); }
td.TdClassName
{
border-color: #E2907C;
}
.TagClassName
{
border-color: #E2907C;
}
</style>