#E49380

Color #E49380 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E49380

Tints of Dark Salmon #E49380

Color information

#E49380 (or 0xE49380) is unknown color: approx Dark Salmon. HEX triplet: E4, 93 and 80. RGB value is (228,147,128). Sum of RGB (Red+Green+Blue) = 228+147+128=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 228 - color contains mainly: red. Hex color #E49380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49380 is #1B6C7F. Grayscale: #A9A9A9. Windows color (decimal): -1797248 or 8426468. OLE color: 8426468.

HSL color Cylindrical-coordinate representation of color #E49380: hue angle of 11.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E49380 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB228147128-
CMYK00.360.440.11
HSL11.4º64.94%69.8%-
HSV(B)11.4º43.86%89.41%-
XYZ46.3238.9225.49-
YUV169.05104.84170.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 45.33%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=45.33%
G=29.22%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814712800.360.440.1111.464.9469.8
HexE493800242CBb4146
Octal344223200044541313101106
Binary11100100100100111000000001001001011001011101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49380; }

 p { color: rgb(228,147,128); }

 H1.HeaderClassName
 {
   color: #E49380;
 }
 .AnyTagClassName
 {
   color: #E49380;
 }
</style>
background-color css

<style>
 a { background-color: #E49380; }

 a { background-color: rgb(228,147,128); }

 div.DivClassName
 {
   background-color: #E49380;
 }
 .BgClassName
 {
   background-color: #E49380;
 }
</style>
border-color css

<style>
 span { border-color: #E49380; }

 span { border-color: rgb(228,147,128); }

 td.TdClassName
 {
   border-color: #E49380;
 }
 .TagClassName
 {
   border-color: #E49380;
 }
</style>