Html Css Color HEX #E5937D Dark Salmon

📋 copy color: '#E5937D'

red 229 ◦ green 147 ◦ blue 125

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

Shades of Dark Salmon #E5937D

Tints of Dark Salmon #E5937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.95%

R = 45.71%
G = 29.34%
B = 24.95%

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

#E5937D (or 0xE5937D) is known color: Dark Salmon. HEX triplet: E5, 93 and 7D. RGB value is (229,147,125). Sum of RGB (Red+Green+Blue) = 229+147+125=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5937D is #1A6C82. Grayscale: #A9A9A9. Windows color (decimal): -1731715 or 8229861. OLE color: 8229861.

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

Color convert

RGB 229 147 125 -
CMYK 0 0.36 0.45 0.10
HSL 12.69º 0.67% 0.69% -
HSV(B) 12.69º 0.45% 0.9% -
XYZ 46.45 39.01 24.48 -
YUV 169.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 229 147 125 0 0.36 0.45 0.10 12.69 0.67 0.69
Hex E5 93 7D 0 24 2D A D 43 45
Octal 345 223 175 0 44 55 12 15 103 105
Binary 11100101 10010011 1111101 0 100100 101101 1010 1101 1000011 1000101

Color Harmonies of #E5937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5937D

Black with #E5937D

Text Example


Text Example

White with #E5937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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