#E48D79

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

Shades of Dark Salmon #E48D79

Tints of Dark Salmon #E48D79

Color information

#E48D79 (or 0xE48D79) is unknown color: approx Dark Salmon. HEX triplet: E4, 8D and 79. RGB value is (228,141,121). Sum of RGB (Red+Green+Blue) = 228+141+121=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D79 is #1B7286. Grayscale: #A4A4A4. Windows color (decimal): -1798791 or 7966180. OLE color: 7966180.

HSL color Cylindrical-coordinate representation of color #E48D79: hue angle of 11.21º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E48D79 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228141121-
CMYK00.380.470.11
HSL11.21º66.46%68.43%-
HSV(B)11.21º46.93%89.41%-
XYZ44.9736.9222.85-
YUV164.73103.32173.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.53%
GREEN value IS 141 (55.47% from 255) = 28.78%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=46.53%
G=28.78%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814112100.380.470.1111.2166.4668.43
HexE48D790262FBb4244
Octal344215171046571313102104
Binary1110010010001101111100101001101011111011101110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D79; }

 p { color: rgb(228,141,121); }

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

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

 a { background-color: rgb(228,141,121); }

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

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

 span { border-color: rgb(228,141,121); }

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