#E3917E

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

Shades of Dark Salmon #E3917E

Tints of Dark Salmon #E3917E

Color information

#E3917E (or 0xE3917E) is unknown color: approx Dark Salmon. HEX triplet: E3, 91 and 7E. RGB value is (227,145,126). Sum of RGB (Red+Green+Blue) = 227+145+126=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E3917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3917E is #1C6E81. Grayscale: #A7A7A7. Windows color (decimal): -1863298 or 8294883. OLE color: 8294883.

HSL color Cylindrical-coordinate representation of color #E3917E: hue angle of 11.29º 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 #E3917E is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB227145126-
CMYK00.360.440.11
HSL11.29º64.33%69.22%-
HSV(B)11.29º44.49%89.02%-
XYZ45.5738.0924.69-
YUV167.35104.67170.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.58%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=45.58%
G=29.12%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714512600.360.440.1111.2964.3369.22
HexE3917E0242CBb4045
Octal343221176044541313100105
Binary1110001110010001111111001001001011001011101110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3917E; }

 p { color: rgb(227,145,126); }

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

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

 a { background-color: rgb(227,145,126); }

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

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

 span { border-color: rgb(227,145,126); }

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