Shades of Dark Salmon #E1967A
Tints of Dark Salmon #E1967A
RGB
CMYK
RGB Variations
Color information
#E1967A (or 0xE1967A) is known color: Dark Salmon. HEX triplet: E1, 96 and 7A. RGB value is (225,150,122). Sum of RGB (Red+Green+Blue) = 225+150+122=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1967A is #1E6985. Grayscale: #A9A9A9. Windows color (decimal): -1993094 or 8034017. OLE color: 8034017.
HSL color Cylindrical-coordinate representation of color #E1967A: hue angle of 16.31º 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 #E1967A is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 122 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.12 |
| HSL | 16.31º | 0.63% | 0.68% | - |
| HSV(B) | 16.31º | 0.46% | 0.88% | - |
| XYZ | 45.47 | 39.23 | 23.59 | - |
| YUV | 169.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 122 | 0 | 0.33 | 0.46 | 0.12 | 16.31 | 0.63 | 0.68 |
| Hex | E1 | 96 | 7A | 0 | 21 | 2E | C | 10 | 3F | 44 |
| Octal | 341 | 226 | 172 | 0 | 41 | 56 | 14 | 20 | 77 | 104 |
| Binary | 11100001 | 10010110 | 1111010 | 0 | 100001 | 101110 | 1100 | 10000 | 111111 | 1000100 |
Color Harmonies of #E1967A
Complementary color
Monochromatic Colors of #E1967A
Black with #E1967A
Text Example
Text Example
White with #E1967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1967A; }
p { color: rgb(225,150,122); }
H1.HeaderClassName
{
color: #E1967A;
}
.AnyTagClassName
{
color: #E1967A;
}
</style>
background-color css
<style>
a { background-color: #E1967A; }
a { background-color: rgb(225,150,122); }
div.DivClassName
{
background-color: #E1967A;
}
.BgClassName
{
background-color: #E1967A;
}
</style>
border-color css
<style>
span { border-color: #E1967A; }
span { border-color: rgb(225,150,122); }
td.TdClassName
{
border-color: #E1967A;
}
.TagClassName
{
border-color: #E1967A;
}
</style>