Html Css Color HEX #E1917B Dark Salmon

📋 copy color: '#E1917B'

red 225 ◦ green 145 ◦ blue 123

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

Shades of Dark Salmon #E1917B

Tints of Dark Salmon #E1917B

RGB

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

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

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

R = 45.64%
G = 29.41%
B = 24.95%

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

#E1917B (or 0xE1917B) is known color: Dark Salmon. HEX triplet: E1, 91 and 7B. RGB value is (225,145,123). Sum of RGB (Red+Green+Blue) = 225+145+123=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E1917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1917B is #1E6E84. Grayscale: #A6A6A6. Windows color (decimal): -1994373 or 8098273. OLE color: 8098273.

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

Color convert

RGB 225 145 123 -
CMYK 0 0.36 0.45 0.12
HSL 12.94º 0.63% 0.68% -
HSV(B) 12.94º 0.45% 0.88% -
XYZ 44.75 37.69 23.65 -
YUV 166.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 225 145 123 0 0.36 0.45 0.12 12.94 0.63 0.68
Hex E1 91 7B 0 24 2D C D 3F 44
Octal 341 221 173 0 44 55 14 15 77 104
Binary 11100001 10010001 1111011 0 100100 101101 1100 1101 111111 1000100

Color Harmonies of #E1917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1917B

Black with #E1917B

Text Example


Text Example

White with #E1917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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