Shades of Salmon #EE8575
Tints of Salmon #EE8575
RGB
CMYK
RGB Variations
Color information
#EE8575 (or 0xEE8575) is known color: Salmon. HEX triplet: EE, 85 and 75. RGB value is (238,133,117). Sum of RGB (Red+Green+Blue) = 238+133+117=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8575 is #117A8A. Grayscale: #A2A2A2. Windows color (decimal): -1145483 or 7701998. OLE color: 7701998.
HSL color Cylindrical-coordinate representation of color #EE8575: hue angle of 7.93º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE8575 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 117 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.07 |
| HSL | 7.93º | 0.78% | 0.7% | - |
| HSV(B) | 7.93º | 0.51% | 0.93% | - |
| XYZ | 46.86 | 36.24 | 21.35 | - |
| YUV | 162.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 117 | 0 | 0.44 | 0.51 | 0.07 | 7.93 | 0.78 | 0.7 |
| Hex | EE | 85 | 75 | 0 | 2C | 33 | 7 | 8 | 4E | 46 |
| Octal | 356 | 205 | 165 | 0 | 54 | 63 | 7 | 10 | 116 | 106 |
| Binary | 11101110 | 10000101 | 1110101 | 0 | 101100 | 110011 | 111 | 1000 | 1001110 | 1000110 |
Color Harmonies of #EE8575
Complementary color
Monochromatic Colors of #EE8575
Black with #EE8575
Text Example
Text Example
White with #EE8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8575; }
p { color: rgb(238,133,117); }
H1.HeaderClassName
{
color: #EE8575;
}
.AnyTagClassName
{
color: #EE8575;
}
</style>
background-color css
<style>
a { background-color: #EE8575; }
a { background-color: rgb(238,133,117); }
div.DivClassName
{
background-color: #EE8575;
}
.BgClassName
{
background-color: #EE8575;
}
</style>
border-color css
<style>
span { border-color: #EE8575; }
span { border-color: rgb(238,133,117); }
td.TdClassName
{
border-color: #EE8575;
}
.TagClassName
{
border-color: #EE8575;
}
</style>