Html Css Color HEX #E1957B Dark Salmon

📋 copy color: '#E1957B'

red 225 ◦ green 149 ◦ blue 123

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

Shades of Dark Salmon #E1957B

Tints of Dark Salmon #E1957B

RGB

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

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

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

R = 45.27%
G = 29.98%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1957B (or 0xE1957B) is known color: Dark Salmon. HEX triplet: E1, 95 and 7B. RGB value is (225,149,123). Sum of RGB (Red+Green+Blue) = 225+149+123=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1957B is #1E6A84. Grayscale: #A8A8A8. Windows color (decimal): -1993349 or 8099297. OLE color: 8099297.

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

Color convert

RGB 225 149 123 -
CMYK 0 0.34 0.45 0.12
HSL 15.29º 0.63% 0.68% -
HSV(B) 15.29º 0.45% 0.88% -
XYZ 45.37 38.93 23.86 -
YUV 168.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 225 149 123 0 0.34 0.45 0.12 15.29 0.63 0.68
Hex E1 95 7B 0 22 2D C F 3F 44
Octal 341 225 173 0 42 55 14 17 77 104
Binary 11100001 10010101 1111011 0 100010 101101 1100 1111 111111 1000100

Color Harmonies of #E1957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1957B

Black with #E1957B

Text Example


Text Example

White with #E1957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1957B; }

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

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

background-color css

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

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

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

border-color css

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

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

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