#e3977d

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

Shades of Dark Salmon #E3977D

Tints of Dark Salmon #E3977D

Color information

#E3977D (or 0xE3977D) is unknown color: approx Dark Salmon. HEX triplet: E3, 97 and 7D. RGB value is (227,151,125). Sum of RGB (Red+Green+Blue) = 227+151+125=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3977D is #1C6882. Grayscale: #AAAAAA. Windows color (decimal): -1861763 or 8230883. OLE color: 8230883.

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

Color convert

RGB227151125-
CMYK00.330.450.11
HSL15.29º64.56%69.02%-
HSV(B)15.29º44.93%89.02%-
XYZ46.4539.9424.66-
YUV170.76102.18168.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.13%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=45.13%
G=30.02%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715112500.330.450.1115.2964.5669.02
HexE3977D0212DBf4145
Octal343227175041551317101105
Binary1110001110010111111110101000011011011011111110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3977d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3977d; }

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

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

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

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

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

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

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

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