Html Css Color HEX #E3947A Dark Salmon

📋 copy color: '#E3947A'

red 227 ◦ green 148 ◦ blue 122

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

Shades of Dark Salmon #E3947A

Tints of Dark Salmon #E3947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.55%

R = 45.67%
G = 29.78%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E3947A (or 0xE3947A) is known color: Dark Salmon. HEX triplet: E3, 94 and 7A. RGB value is (227,148,122). Sum of RGB (Red+Green+Blue) = 227+148+122=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3947A is #1C6B85. Grayscale: #A8A8A8. Windows color (decimal): -1862534 or 8033507. OLE color: 8033507.

HSL color Cylindrical-coordinate representation of color #E3947A: hue angle of 14.86º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3947A is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 148 122 -
CMYK 0 0.35 0.46 0.11
HSL 14.86º 0.65% 0.68% -
HSV(B) 14.86º 0.46% 0.89% -
XYZ 45.78 38.92 23.51 -
YUV 168.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 227 148 122 0 0.35 0.46 0.11 14.86 0.65 0.68
Hex E3 94 7A 0 23 2E B F 41 44
Octal 343 224 172 0 43 56 13 17 101 104
Binary 11100011 10010100 1111010 0 100011 101110 1011 1111 1000001 1000100

Color Harmonies of #E3947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3947A

Black with #E3947A

Text Example


Text Example

White with #E3947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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