Html Css Color HEX #E3947E Dark Salmon

📋 copy color: '#E3947E'

red 227 ◦ green 148 ◦ blue 126

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

Shades of Dark Salmon #E3947E

Tints of Dark Salmon #E3947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.15%

R = 45.31%
G = 29.54%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E3947E (or 0xE3947E) is known color: Dark Salmon. HEX triplet: E3, 94 and 7E. RGB value is (227,148,126). Sum of RGB (Red+Green+Blue) = 227+148+126=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E3947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3947E is #1C6B81. Grayscale: #A9A9A9. Windows color (decimal): -1862530 or 8295651. OLE color: 8295651.

HSL color Cylindrical-coordinate representation of color #E3947E: 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.44%. Process color model (Four color, CMYK) of #E3947E is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 148 126 -
CMYK 0 0.35 0.44 0.11
HSL 13.07º 0.64% 0.69% -
HSV(B) 13.07º 0.44% 0.89% -
XYZ 46.03 39.02 24.84 -
YUV 169.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 227 148 126 0 0.35 0.44 0.11 13.07 0.64 0.69
Hex E3 94 7E 0 23 2C B D 40 45
Octal 343 224 176 0 43 54 13 15 100 105
Binary 11100011 10010100 1111110 0 100011 101100 1011 1101 1000000 1000101

Color Harmonies of #E3947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3947E

Black with #E3947E

Text Example


Text Example

White with #E3947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3947E; }

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

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

background-color css

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

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

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

border-color css

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

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

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