#e5947b

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

Shades of Dark Salmon #E5947B

Tints of Dark Salmon #E5947B

Color information

#E5947B (or 0xE5947B) is unknown color: approx Dark Salmon. HEX triplet: E5, 94 and 7B. RGB value is (229,148,123). Sum of RGB (Red+Green+Blue) = 229+148+123=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5947B is #1A6B84. Grayscale: #A9A9A9. Windows color (decimal): -1731461 or 8099045. OLE color: 8099045.

HSL color Cylindrical-coordinate representation of color #E5947B: hue angle of 14.15º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5947B is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB229148123-
CMYK00.350.460.10
HSL14.15º67.09%69.02%-
HSV(B)14.15º46.29%89.8%-
XYZ46.4839.2723.87-
YUV169.37101.84170.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.8%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 123 (48.44% from 255) = 24.6%
R=45.8%
G=29.6%
B=24.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914812300.350.460.1014.1567.0969.02
HexE5947B0232EAe4345
Octal345224173043561216103105
Binary1110010110010100111101101000111011101010111010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5947b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5947b; }

 p { color: rgb(229,148,123); }

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

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

 a { background-color: rgb(229,148,123); }

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

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

 span { border-color: rgb(229,148,123); }

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