#E48D7A

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

Shades of Dark Salmon #E48D7A

Tints of Dark Salmon #E48D7A

Color information

#E48D7A (or 0xE48D7A) is unknown color: approx Dark Salmon. HEX triplet: E4, 8D and 7A. RGB value is (228,141,122). Sum of RGB (Red+Green+Blue) = 228+141+122=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D7A is #1B7285. Grayscale: #A5A5A5. Windows color (decimal): -1798790 or 8031716. OLE color: 8031716.

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

Color convert

RGB228141122-
CMYK00.380.460.11
HSL10.75º66.25%68.63%-
HSV(B)10.75º46.49%89.41%-
XYZ45.0336.9523.17-
YUV164.85103.82173.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.44%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=46.44%
G=28.72%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22814112200.380.460.1110.7566.2568.63
HexE48D7A0262EBb4245
Octal344215172046561313102105
Binary1110010010001101111101001001101011101011101110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48D7A; }

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

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

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

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

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

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

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

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