Html Css Color HEX #E1977B Dark Salmon

📋 copy color: '#E1977B'

red 225 ◦ green 151 ◦ blue 123

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

Shades of Dark Salmon #E1977B

Tints of Dark Salmon #E1977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.65%

R = 45.09%
G = 30.26%
B = 24.65%

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

#E1977B (or 0xE1977B) is known color: Dark Salmon. HEX triplet: E1, 97 and 7B. RGB value is (225,151,123). Sum of RGB (Red+Green+Blue) = 225+151+123=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1977B is #1E6884. Grayscale: #AAAAAA. Windows color (decimal): -1992837 or 8099809. OLE color: 8099809.

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

Color convert

RGB 225 151 123 -
CMYK 0 0.33 0.45 0.12
HSL 16.47º 0.63% 0.68% -
HSV(B) 16.47º 0.45% 0.88% -
XYZ 45.69 39.57 23.97 -
YUV 169.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 225 151 123 0 0.33 0.45 0.12 16.47 0.63 0.68
Hex E1 97 7B 0 21 2D C 10 3F 44
Octal 341 227 173 0 41 55 14 20 77 104
Binary 11100001 10010111 1111011 0 100001 101101 1100 10000 111111 1000100

Color Harmonies of #E1977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1977B

Black with #E1977B

Text Example


Text Example

White with #E1977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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