Html Css Color HEX #E1977A Dark Salmon

📋 copy color: '#E1977A'

red 225 ◦ green 151 ◦ blue 122

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

Shades of Dark Salmon #E1977A

Tints of Dark Salmon #E1977A

RGB

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

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

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

R = 45.18%
G = 30.32%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1977A (or 0xE1977A) is known color: Dark Salmon. HEX triplet: E1, 97 and 7A. RGB value is (225,151,122). Sum of RGB (Red+Green+Blue) = 225+151+122=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1977A is #1E6885. Grayscale: #AAAAAA. Windows color (decimal): -1992838 or 8034273. OLE color: 8034273.

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

Color convert

RGB 225 151 122 -
CMYK 0 0.33 0.46 0.12
HSL 16.89º 0.63% 0.68% -
HSV(B) 16.89º 0.46% 0.88% -
XYZ 45.63 39.55 23.64 -
YUV 169.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 225 151 122 0 0.33 0.46 0.12 16.89 0.63 0.68
Hex E1 97 7A 0 21 2E C 11 3F 44
Octal 341 227 172 0 41 56 14 21 77 104
Binary 11100001 10010111 1111010 0 100001 101110 1100 10001 111111 1000100

Color Harmonies of #E1977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1977A

Black with #E1977A

Text Example


Text Example

White with #E1977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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