Html Css Color HEX #E19B7D Dark Salmon

📋 copy color: '#E19B7D'

red 225 ◦ green 155 ◦ blue 125

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

Shades of Dark Salmon #E19B7D

Tints of Dark Salmon #E19B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 44.55%
G = 30.69%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E19B7D (or 0xE19B7D) is known color: Dark Salmon. HEX triplet: E1, 9B and 7D. RGB value is (225,155,125). Sum of RGB (Red+Green+Blue) = 225+155+125=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19B7D is #1E6482. Grayscale: #ACACAC. Windows color (decimal): -1991811 or 8231905. OLE color: 8231905.

HSL color Cylindrical-coordinate representation of color #E19B7D: hue angle of 18º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E19B7D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 155 125 -
CMYK 0 0.31 0.44 0.12
HSL 18º 0.63% 0.69% -
HSV(B) 18º 0.44% 0.88% -
XYZ 46.47 40.93 24.85 -
YUV 172.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 225 155 125 0 0.31 0.44 0.12 18 0.63 0.69
Hex E1 9B 7D 0 1F 2C C 12 3E 45
Octal 341 233 175 0 37 54 14 22 76 105
Binary 11100001 10011011 1111101 0 11111 101100 1100 10010 111110 1000101

Color Harmonies of #E19B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19B7D

Black with #E19B7D

Text Example


Text Example

White with #E19B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19B7D; }

 p { color: rgb(225,155,125); }

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

background-color css

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

 a { background-color: rgb(225,155,125); }

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

border-color css

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

 span { border-color: rgb(225,155,125); }

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