Html Css Color HEX #E1977C Dark Salmon

📋 copy color: '#E1977C'

red 225 ◦ green 151 ◦ blue 124

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

Shades of Dark Salmon #E1977C

Tints of Dark Salmon #E1977C

RGB

 RED value IS 225 (88.28% from 255) = 45%

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

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

R = 45%
G = 30.2%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1977C (or 0xE1977C) is known color: Dark Salmon. HEX triplet: E1, 97 and 7C. RGB value is (225,151,124). Sum of RGB (Red+Green+Blue) = 225+151+124=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1977C is #1E6883. Grayscale: #AAAAAA. Windows color (decimal): -1992836 or 8165345. OLE color: 8165345.

HSL color Cylindrical-coordinate representation of color #E1977C: hue angle of 16.04º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1977C is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 151 124 -
CMYK 0 0.33 0.45 0.12
HSL 16.04º 0.63% 0.68% -
HSV(B) 16.04º 0.45% 0.88% -
XYZ 45.76 39.6 24.3 -
YUV 170.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 225 151 124 0 0.33 0.45 0.12 16.04 0.63 0.68
Hex E1 97 7C 0 21 2D C 10 3F 44
Octal 341 227 174 0 41 55 14 20 77 104
Binary 11100001 10010111 1111100 0 100001 101101 1100 10000 111111 1000100

Color Harmonies of #E1977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1977C

Black with #E1977C

Text Example


Text Example

White with #E1977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1977C; }

 p { color: rgb(225,151,124); }

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

background-color css

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

 a { background-color: rgb(225,151,124); }

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

border-color css

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

 span { border-color: rgb(225,151,124); }

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