Html Css Color HEX #E5937E Dark Salmon

📋 copy color: '#E5937E'

red 229 ◦ green 147 ◦ blue 126

#E5937E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #E5937E

Tints of Dark Salmon #E5937E

RGB

 RED value IS 229 (89.84% from 255) = 45.62%

 GREEN value IS 147 (57.81% from 255) = 29.28%

 BLUE value IS 126 (49.61% from 255) = 25.1%

R = 45.62%
G = 29.28%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5937E (or 0xE5937E) is known color: Dark Salmon. HEX triplet: E5, 93 and 7E. RGB value is (229,147,126). Sum of RGB (Red+Green+Blue) = 229+147+126=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5937E is #1A6C81. Grayscale: #A9A9A9. Windows color (decimal): -1731714 or 8295397. OLE color: 8295397.

HSL color Cylindrical-coordinate representation of color #E5937E: hue angle of 12.23º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5937E is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 147 126 -
CMYK 0 0.36 0.45 0.10
HSL 12.23º 0.66% 0.7% -
HSV(B) 12.23º 0.45% 0.9% -
XYZ 46.51 39.03 24.82 -
YUV 169.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 229 147 126 0 0.36 0.45 0.10 12.23 0.66 0.7
Hex E5 93 7E 0 24 2D A C 42 46
Octal 345 223 176 0 44 55 12 14 102 106
Binary 11100101 10010011 1111110 0 100100 101101 1010 1100 1000010 1000110

Color Harmonies of #E5937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5937E

Black with #E5937E

Text Example


Text Example

White with #E5937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5937E; }

 p { color: rgb(229,147,126); }

 H1.HeaderClassName
 {
   color: #E5937E;
 }
 .AnyTagClassName
 {
   color: #E5937E;
 }
</style>

background-color css

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

 a { background-color: rgb(229,147,126); }

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

border-color css

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

 span { border-color: rgb(229,147,126); }

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