Html Css Color HEX #E3947D Dark Salmon

📋 copy color: '#E3947D'

red 227 ◦ green 148 ◦ blue 125

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

Shades of Dark Salmon #E3947D

Tints of Dark Salmon #E3947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

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

R = 45.4%
G = 29.6%
B = 25%

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

#E3947D (or 0xE3947D) is known color: Dark Salmon. HEX triplet: E3, 94 and 7D. RGB value is (227,148,125). Sum of RGB (Red+Green+Blue) = 227+148+125=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3947D is #1C6B82. Grayscale: #A9A9A9. Windows color (decimal): -1862531 or 8230115. OLE color: 8230115.

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

Color convert

RGB 227 148 125 -
CMYK 0 0.35 0.45 0.11
HSL 13.53º 0.65% 0.69% -
HSV(B) 13.53º 0.45% 0.89% -
XYZ 45.97 38.99 24.51 -
YUV 169 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 227 148 125 0 0.35 0.45 0.11 13.53 0.65 0.69
Hex E3 94 7D 0 23 2D B E 41 45
Octal 343 224 175 0 43 55 13 16 101 105
Binary 11100011 10010100 1111101 0 100011 101101 1011 1110 1000001 1000101

Color Harmonies of #E3947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3947D

Black with #E3947D

Text Example


Text Example

White with #E3947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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