Html Css Color HEX #E3977D Dark Salmon

📋 copy color: '#E3977D'

red 227 ◦ green 151 ◦ blue 125

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

Shades of Dark Salmon #E3977D

Tints of Dark Salmon #E3977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.02%

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

R = 45.13%
G = 30.02%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E3977D (or 0xE3977D) is known color: Dark Salmon. HEX triplet: E3, 97 and 7D. RGB value is (227,151,125). Sum of RGB (Red+Green+Blue) = 227+151+125=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3977D is #1C6882. Grayscale: #AAAAAA. Windows color (decimal): -1861763 or 8230883. OLE color: 8230883.

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

Color convert

RGB 227 151 125 -
CMYK 0 0.33 0.45 0.11
HSL 15.29º 0.65% 0.69% -
HSV(B) 15.29º 0.45% 0.89% -
XYZ 46.45 39.94 24.66 -
YUV 170.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 227 151 125 0 0.33 0.45 0.11 15.29 0.65 0.69
Hex E3 97 7D 0 21 2D B F 41 45
Octal 343 227 175 0 41 55 13 17 101 105
Binary 11100011 10010111 1111101 0 100001 101101 1011 1111 1000001 1000101

Color Harmonies of #E3977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3977D

Black with #E3977D

Text Example


Text Example

White with #E3977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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