#E3977F

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

Shades of Dark Salmon #E3977F

Tints of Dark Salmon #E3977F

Color information

#E3977F (or 0xE3977F) is unknown color: approx Dark Salmon. HEX triplet: E3, 97 and 7F. RGB value is (227,151,127). Sum of RGB (Red+Green+Blue) = 227+151+127=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E3977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3977F is #1C6880. Grayscale: #ABABAB. Windows color (decimal): -1861761 or 8361955. OLE color: 8361955.

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

Color convert

RGB227151127-
CMYK00.330.440.11
HSL14.4º64.1%69.41%-
HSV(B)14.4º44.05%89.02%-
XYZ46.584025.34-
YUV170.99103.18167.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.95%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 127 (50% from 255) = 25.15%
R=44.95%
G=29.90%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715112700.330.440.1114.464.169.41
HexE3977F0212CBe4045
Octal343227177041541316100105
Binary1110001110010111111111101000011011001011111010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3977F; }

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

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

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

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

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

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

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

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