Shades of Dark Salmon #E1907A
Tints of Dark Salmon #E1907A
RGB
CMYK
RGB Variations
Color information
#E1907A (or 0xE1907A) is known color: Dark Salmon. HEX triplet: E1, 90 and 7A. RGB value is (225,144,122). Sum of RGB (Red+Green+Blue) = 225+144+122=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1907A is #1E6F85. Grayscale: #A5A5A5. Windows color (decimal): -1994630 or 8032481. OLE color: 8032481.
HSL color Cylindrical-coordinate representation of color #E1907A: hue angle of 12.82º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1907A is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 122 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.12 |
| HSL | 12.82º | 0.63% | 0.68% | - |
| HSV(B) | 12.82º | 0.46% | 0.88% | - |
| XYZ | 44.54 | 37.36 | 23.28 | - |
| YUV | 165.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 122 | 0 | 0.36 | 0.46 | 0.12 | 12.82 | 0.63 | 0.68 |
| Hex | E1 | 90 | 7A | 0 | 24 | 2E | C | D | 3F | 44 |
| Octal | 341 | 220 | 172 | 0 | 44 | 56 | 14 | 15 | 77 | 104 |
| Binary | 11100001 | 10010000 | 1111010 | 0 | 100100 | 101110 | 1100 | 1101 | 111111 | 1000100 |
Color Harmonies of #E1907A
Complementary color
Monochromatic Colors of #E1907A
Black with #E1907A
Text Example
Text Example
White with #E1907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1907A; }
p { color: rgb(225,144,122); }
H1.HeaderClassName
{
color: #E1907A;
}
.AnyTagClassName
{
color: #E1907A;
}
</style>
background-color css
<style>
a { background-color: #E1907A; }
a { background-color: rgb(225,144,122); }
div.DivClassName
{
background-color: #E1907A;
}
.BgClassName
{
background-color: #E1907A;
}
</style>
border-color css
<style>
span { border-color: #E1907A; }
span { border-color: rgb(225,144,122); }
td.TdClassName
{
border-color: #E1907A;
}
.TagClassName
{
border-color: #E1907A;
}
</style>