#E19482

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

Shades of Dark Salmon #E19482

Tints of Dark Salmon #E19482

Color information

#E19482 (or 0xE19482) is unknown color: approx Dark Salmon. HEX triplet: E1, 94 and 82. RGB value is (225,148,130). Sum of RGB (Red+Green+Blue) = 225+148+130=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E19482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19482 is #1E6B7D. Grayscale: #A9A9A9. Windows color (decimal): -1993598 or 8557793. OLE color: 8557793.

HSL color Cylindrical-coordinate representation of color #E19482: hue angle of 11.37º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E19482 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB225148130-
CMYK00.340.420.12
HSL11.37º61.29%69.61%-
HSV(B)11.37º42.22%88.24%-
XYZ45.6738.826.2-
YUV168.97106.01167.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=44.73%
G=29.42%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514813000.340.420.1211.3761.2969.61
HexE194820222ACb3d46
Octal34122420204252141375106
Binary1110000110010100100000100100010101010110010111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19482; }

 p { color: rgb(225,148,130); }

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

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

 a { background-color: rgb(225,148,130); }

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

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

 span { border-color: rgb(225,148,130); }

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