#E19180

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

Shades of Dark Salmon #E19180

Tints of Dark Salmon #E19180

Color information

#E19180 (or 0xE19180) is unknown color: approx Dark Salmon. HEX triplet: E1, 91 and 80. RGB value is (225,145,128). Sum of RGB (Red+Green+Blue) = 225+145+128=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E19180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19180 is #1E6E7F. Grayscale: #A7A7A7. Windows color (decimal): -1994368 or 8425953. OLE color: 8425953.

HSL color Cylindrical-coordinate representation of color #E19180: hue angle of 10.52º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E19180 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB225145128-
CMYK00.360.430.12
HSL10.52º61.78%69.22%-
HSV(B)10.52º43.11%88.24%-
XYZ45.0737.8225.35-
YUV166.98106169.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=45.18%
G=29.12%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514512800.360.430.1210.5261.7869.22
HexE191800242BCb3e45
Octal34122120004453141376105
Binary1110000110010001100000000100100101011110010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19180; }

 p { color: rgb(225,145,128); }

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

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

 a { background-color: rgb(225,145,128); }

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

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

 span { border-color: rgb(225,145,128); }

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