Shades of Dark Salmon #E99270
Tints of Dark Salmon #E99270
RGB
CMYK
RGB Variations
Color information
#E99270 (or 0xE99270) is known color: Dark Salmon. HEX triplet: E9, 92 and 70. RGB value is (233,146,112). Sum of RGB (Red+Green+Blue) = 233+146+112=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E99270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99270 is #166D8F. Grayscale: #A8A8A8. Windows color (decimal): -1469840 or 7377641. OLE color: 7377641.
HSL color Cylindrical-coordinate representation of color #E99270: hue angle of 16.86º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E99270 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 146 | 112 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.09 |
| HSL | 16.86º | 0.73% | 0.68% | - |
| HSV(B) | 16.86º | 0.52% | 0.91% | - |
| XYZ | 46.81 | 39.05 | 20.4 | - |
| YUV | 168.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 146 | 112 | 0 | 0.37 | 0.52 | 0.09 | 16.86 | 0.73 | 0.68 |
| Hex | E9 | 92 | 70 | 0 | 25 | 34 | 9 | 11 | 49 | 44 |
| Octal | 351 | 222 | 160 | 0 | 45 | 64 | 11 | 21 | 111 | 104 |
| Binary | 11101001 | 10010010 | 1110000 | 0 | 100101 | 110100 | 1001 | 10001 | 1001001 | 1000100 |
Color Harmonies of #E99270
Complementary color
Monochromatic Colors of #E99270
Black with #E99270
Text Example
Text Example
White with #E99270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99270; }
p { color: rgb(233,146,112); }
H1.HeaderClassName
{
color: #E99270;
}
.AnyTagClassName
{
color: #E99270;
}
</style>
background-color css
<style>
a { background-color: #E99270; }
a { background-color: rgb(233,146,112); }
div.DivClassName
{
background-color: #E99270;
}
.BgClassName
{
background-color: #E99270;
}
</style>
border-color css
<style>
span { border-color: #E99270; }
span { border-color: rgb(233,146,112); }
td.TdClassName
{
border-color: #E99270;
}
.TagClassName
{
border-color: #E99270;
}
</style>