Html Css Color HEX #E3957C Dark Salmon

📋 copy color: '#E3957C'

red 227 ◦ green 149 ◦ blue 124

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

Shades of Dark Salmon #E3957C

Tints of Dark Salmon #E3957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.8%

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

R = 45.4%
G = 29.8%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E3957C (or 0xE3957C) is known color: Dark Salmon. HEX triplet: E3, 95 and 7C. RGB value is (227,149,124). Sum of RGB (Red+Green+Blue) = 227+149+124=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3957C is #1C6A83. Grayscale: #A9A9A9. Windows color (decimal): -1862276 or 8164835. OLE color: 8164835.

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

Color convert

RGB 227 149 124 -
CMYK 0 0.34 0.45 0.11
HSL 14.56º 0.65% 0.69% -
HSV(B) 14.56º 0.45% 0.89% -
XYZ 46.06 39.28 24.22 -
YUV 169.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 227 149 124 0 0.34 0.45 0.11 14.56 0.65 0.69
Hex E3 95 7C 0 22 2D B F 41 45
Octal 343 225 174 0 42 55 13 17 101 105
Binary 11100011 10010101 1111100 0 100010 101101 1011 1111 1000001 1000101

Color Harmonies of #E3957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3957C

Black with #E3957C

Text Example


Text Example

White with #E3957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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