Html Css Color HEX #E3947C Dark Salmon

📋 copy color: '#E3947C'

red 227 ◦ green 148 ◦ blue 124

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

Shades of Dark Salmon #E3947C

Tints of Dark Salmon #E3947C

RGB

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

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

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

R = 45.49%
G = 29.66%
B = 24.85%

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

#E3947C (or 0xE3947C) is known color: Dark Salmon. HEX triplet: E3, 94 and 7C. RGB value is (227,148,124). Sum of RGB (Red+Green+Blue) = 227+148+124=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3947C is #1C6B83. Grayscale: #A9A9A9. Windows color (decimal): -1862532 or 8164579. OLE color: 8164579.

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

Color convert

RGB 227 148 124 -
CMYK 0 0.35 0.45 0.11
HSL 13.98º 0.65% 0.69% -
HSV(B) 13.98º 0.45% 0.89% -
XYZ 45.91 38.97 24.17 -
YUV 168.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 227 148 124 0 0.35 0.45 0.11 13.98 0.65 0.69
Hex E3 94 7C 0 23 2D B E 41 45
Octal 343 224 174 0 43 55 13 16 101 105
Binary 11100011 10010100 1111100 0 100011 101101 1011 1110 1000001 1000101

Color Harmonies of #E3947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3947C

Black with #E3947C

Text Example


Text Example

White with #E3947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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