#E3977A

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

Shades of Dark Salmon #E3977A

Tints of Dark Salmon #E3977A

Color information

#E3977A (or 0xE3977A) is unknown color: approx Dark Salmon. HEX triplet: E3, 97 and 7A. RGB value is (227,151,122). Sum of RGB (Red+Green+Blue) = 227+151+122=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3977A is #1C6885. Grayscale: #AAAAAA. Windows color (decimal): -1861766 or 8034275. OLE color: 8034275.

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

Color convert

RGB227151122-
CMYK00.330.460.11
HSL16.57º65.22%68.43%-
HSV(B)16.57º46.26%89.02%-
XYZ46.2639.8723.67-
YUV170.42100.68168.36-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.4%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=45.4%
G=30.2%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715112200.330.460.1116.5765.2268.43
HexE3977A0212EB114144
Octal343227172041561321101104
Binary11100011100101111111010010000110111010111000110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3977A; }

 p { color: rgb(227,151,122); }

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

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

 a { background-color: rgb(227,151,122); }

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

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

 span { border-color: rgb(227,151,122); }

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