#E5916E

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

Shades of Dark Salmon #E5916E

Tints of Dark Salmon #E5916E

Color information

#E5916E (or 0xE5916E) is unknown color: approx Dark Salmon. HEX triplet: E5, 91 and 6E. RGB value is (229,145,110). Sum of RGB (Red+Green+Blue) = 229+145+110=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5916E is #1A6E91. Grayscale: #A6A6A6. Windows color (decimal): -1732242 or 7246309. OLE color: 7246309.

HSL color Cylindrical-coordinate representation of color #E5916E: hue angle of 17.65º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5916E is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229145110-
CMYK00.370.520.10
HSL17.65º69.59%66.47%-
HSV(B)17.65º51.97%89.8%-
XYZ45.2538.0319.71-
YUV166.1396.33172.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=47.31%
G=29.96%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914511000.370.520.1017.6569.5966.47
HexE5916E02534A124642
Octal345221156045641222106102
Binary11100101100100011101110010010111010010101001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5916E; }

 p { color: rgb(229,145,110); }

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

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

 a { background-color: rgb(229,145,110); }

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

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

 span { border-color: rgb(229,145,110); }

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