#E19B71

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

Shades of Dark Salmon #E19B71

Tints of Dark Salmon #E19B71

Color information

#E19B71 (or 0xE19B71) is unknown color: approx Dark Salmon. HEX triplet: E1, 9B and 71. RGB value is (225,155,113). Sum of RGB (Red+Green+Blue) = 225+155+113=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19B71 is #1E648E. Grayscale: #ABABAB. Windows color (decimal): -1991823 or 7445473. OLE color: 7445473.

HSL color Cylindrical-coordinate representation of color #E19B71: hue angle of 22.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E19B71 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225155113-
CMYK00.310.500.12
HSL22.5º65.12%66.27%-
HSV(B)22.5º49.78%88.24%-
XYZ45.7540.6421.06-
YUV171.1495.19166.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.64%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=45.64%
G=31.44%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515511300.310.500.1222.565.1266.27
HexE19B7101F32C174142
Octal341233161037621427101102
Binary1110000110011011111000101111111001011001011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19B71; }

 p { color: rgb(225,155,113); }

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

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

 a { background-color: rgb(225,155,113); }

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

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

 span { border-color: rgb(225,155,113); }

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