Html Css Color HEX #E5917C Dark Salmon

📋 copy color: '#E5917C'

red 229 ◦ green 145 ◦ blue 124

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

Shades of Dark Salmon #E5917C

Tints of Dark Salmon #E5917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.12%

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 45.98%
G = 29.12%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5917C (or 0xE5917C) is known color: Dark Salmon. HEX triplet: E5, 91 and 7C. RGB value is (229,145,124). Sum of RGB (Red+Green+Blue) = 229+145+124=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5917C is #1A6E83. Grayscale: #A7A7A7. Windows color (decimal): -1732228 or 8163813. OLE color: 8163813.

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

Color convert

RGB 229 145 124 -
CMYK 0 0.37 0.46 0.10
HSL 12º 0.67% 0.69% -
HSV(B) 12º 0.46% 0.9% -
XYZ 46.08 38.36 24.05 -
YUV 167.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 229 145 124 0 0.37 0.46 0.10 12 0.67 0.69
Hex E5 91 7C 0 25 2E A C 43 45
Octal 345 221 174 0 45 56 12 14 103 105
Binary 11100101 10010001 1111100 0 100101 101110 1010 1100 1000011 1000101

Color Harmonies of #E5917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5917C

Black with #E5917C

Text Example


Text Example

White with #E5917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5917C; }

 p { color: rgb(229,145,124); }

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

background-color css

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

 a { background-color: rgb(229,145,124); }

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

border-color css

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

 span { border-color: rgb(229,145,124); }

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