Html Css Color HEX #E3917D Dark Salmon

📋 copy color: '#E3917D'

red 227 ◦ green 145 ◦ blue 125

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

Shades of Dark Salmon #E3917D

Tints of Dark Salmon #E3917D

RGB

 RED value IS 227 (89.06% from 255) = 45.67%

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

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

R = 45.67%
G = 29.18%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E3917D (or 0xE3917D) is known color: Dark Salmon. HEX triplet: E3, 91 and 7D. RGB value is (227,145,125). Sum of RGB (Red+Green+Blue) = 227+145+125=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3917D is #1C6E82. Grayscale: #A7A7A7. Windows color (decimal): -1863299 or 8229347. OLE color: 8229347.

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

Color convert

RGB 227 145 125 -
CMYK 0 0.36 0.45 0.11
HSL 11.76º 0.65% 0.69% -
HSV(B) 11.76º 0.45% 0.89% -
XYZ 45.51 38.06 24.35 -
YUV 167.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 227 145 125 0 0.36 0.45 0.11 11.76 0.65 0.69
Hex E3 91 7D 0 24 2D B C 41 45
Octal 343 221 175 0 44 55 13 14 101 105
Binary 11100011 10010001 1111101 0 100100 101101 1011 1100 1000001 1000101

Color Harmonies of #E3917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3917D

Black with #E3917D

Text Example


Text Example

White with #E3917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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