Html Css Color HEX #E2937D Dark Salmon

📋 copy color: '#E2937D'

red 226 ◦ green 147 ◦ blue 125

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

Shades of Dark Salmon #E2937D

Tints of Dark Salmon #E2937D

RGB

 RED value IS 226 (88.67% from 255) = 45.38%

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

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

R = 45.38%
G = 29.52%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2937D (or 0xE2937D) is known color: Dark Salmon. HEX triplet: E2, 93 and 7D. RGB value is (226,147,125). Sum of RGB (Red+Green+Blue) = 226+147+125=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2937D is #1D6C82. Grayscale: #A8A8A8. Windows color (decimal): -1928323 or 8229858. OLE color: 8229858.

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

Color convert

RGB 226 147 125 -
CMYK 0 0.35 0.45 0.11
HSL 13.07º 0.64% 0.69% -
HSV(B) 13.07º 0.45% 0.89% -
XYZ 45.5 38.52 24.44 -
YUV 168.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 226 147 125 0 0.35 0.45 0.11 13.07 0.64 0.69
Hex E2 93 7D 0 23 2D B D 40 45
Octal 342 223 175 0 43 55 13 15 100 105
Binary 11100010 10010011 1111101 0 100011 101101 1011 1101 1000000 1000101

Color Harmonies of #E2937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2937D

Black with #E2937D

Text Example


Text Example

White with #E2937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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