Html Css Color HEX #E1917C Dark Salmon

📋 copy color: '#E1917C'

red 225 ◦ green 145 ◦ blue 124

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

Shades of Dark Salmon #E1917C

Tints of Dark Salmon #E1917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.35%

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

R = 45.55%
G = 29.35%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1917C (or 0xE1917C) is known color: Dark Salmon. HEX triplet: E1, 91 and 7C. RGB value is (225,145,124). Sum of RGB (Red+Green+Blue) = 225+145+124=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1917C is #1E6E83. Grayscale: #A6A6A6. Windows color (decimal): -1994372 or 8163809. OLE color: 8163809.

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

Color convert

RGB 225 145 124 -
CMYK 0 0.36 0.45 0.12
HSL 12.48º 0.63% 0.68% -
HSV(B) 12.48º 0.45% 0.88% -
XYZ 44.81 37.71 23.99 -
YUV 166.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 225 145 124 0 0.36 0.45 0.12 12.48 0.63 0.68
Hex E1 91 7C 0 24 2D C C 3F 44
Octal 341 221 174 0 44 55 14 14 77 104
Binary 11100001 10010001 1111100 0 100100 101101 1100 1100 111111 1000100

Color Harmonies of #E1917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1917C

Black with #E1917C

Text Example


Text Example

White with #E1917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1917C; }

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

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

background-color css

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

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

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

border-color css

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

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

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