Html Css Color HEX #E1937D Dark Salmon

📋 copy color: '#E1937D'

red 225 ◦ green 147 ◦ blue 125

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

Shades of Dark Salmon #E1937D

Tints of Dark Salmon #E1937D

RGB

 RED value IS 225 (88.28% from 255) = 45.27%

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

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

R = 45.27%
G = 29.58%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1937D (or 0xE1937D) is known color: Dark Salmon. HEX triplet: E1, 93 and 7D. RGB value is (225,147,125). Sum of RGB (Red+Green+Blue) = 225+147+125=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1937D is #1E6C82. Grayscale: #A7A7A7. Windows color (decimal): -1993859 or 8229857. OLE color: 8229857.

HSL color Cylindrical-coordinate representation of color #E1937D: hue angle of 13.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1937D is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 147 125 -
CMYK 0 0.35 0.44 0.12
HSL 13.2º 0.63% 0.69% -
HSV(B) 13.2º 0.44% 0.88% -
XYZ 45.19 38.36 24.42 -
YUV 167.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 225 147 125 0 0.35 0.44 0.12 13.2 0.63 0.69
Hex E1 93 7D 0 23 2C C D 3E 45
Octal 341 223 175 0 43 54 14 15 76 105
Binary 11100001 10010011 1111101 0 100011 101100 1100 1101 111110 1000101

Color Harmonies of #E1937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1937D

Black with #E1937D

Text Example


Text Example

White with #E1937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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