#E2937D

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

Shades of Dark Salmon #E2937D

Tints of Dark Salmon #E2937D

Color information

#E2937D (or 0xE2937D) is unknown color: approx Dark Salmon. HEX triplet: E2, 93 and 7D. RGB value is (226,147,125). Sum of RGB (Red+Green+Blue) = 226+147+125=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2937D is #1D6C82. Grayscale: #A8A8A8. Windows color (decimal): -1928323 or 8229858. OLE color: 8229858.

HSL color Cylindrical-coordinate representation of color #E2937D: hue angle of 13.07º degrees, saturation: 0.64, 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 #E2937D is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB226147125-
CMYK00.350.450.11
HSL13.07º63.52%68.82%-
HSV(B)13.07º44.69%88.63%-
XYZ45.538.5224.44-
YUV168.11103.67169.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.38%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=45.38%
G=29.52%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614712500.350.450.1113.0763.5268.82
HexE2937D0232DBd4045
Octal342223175043551315100105
Binary1110001010010011111110101000111011011011110110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2937D; }

 p { color: rgb(226,147,125); }

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

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

 a { background-color: rgb(226,147,125); }

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

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

 span { border-color: rgb(226,147,125); }

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