#E19375

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

Shades of Dark Salmon #E19375

Tints of Dark Salmon #E19375

Color information

#E19375 (or 0xE19375) is unknown color: approx Dark Salmon. HEX triplet: E1, 93 and 75. RGB value is (225,147,117). Sum of RGB (Red+Green+Blue) = 225+147+117=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E19375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19375 is #1E6C8A. Grayscale: #A7A7A7. Windows color (decimal): -1993867 or 7705569. OLE color: 7705569.

HSL color Cylindrical-coordinate representation of color #E19375: hue angle of 16.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E19375 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225147117-
CMYK00.350.480.12
HSL16.67º64.29%67.06%-
HSV(B)16.67º48%88.24%-
XYZ44.738.1621.84-
YUV166.999.84169.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=46.01%
G=30.06%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514711700.350.480.1216.6764.2967.06
HexE1937502330C114043
Octal341223165043601421100103
Binary11100001100100111110101010001111000011001000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19375; }

 p { color: rgb(225,147,117); }

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

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

 a { background-color: rgb(225,147,117); }

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

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

 span { border-color: rgb(225,147,117); }

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