Html Css Color HEX #E19375 Dark Salmon

📋 copy color: '#E19375'

red 225 ◦ green 147 ◦ blue 117

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

Shades of Dark Salmon #E19375

Tints of Dark Salmon #E19375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.06%

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 46.01%
G = 30.06%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E19375 (or 0xE19375) is known color: Dark Salmon. HEX triplet: E1, 93 and 75. RGB value is (225,147,117). Sum of RGB (Red+Green+Blue) = 225+147+117=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E19375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19375 is #1E6C8A. Grayscale: #A7A7A7. Windows color (decimal): -1993867 or 7705569. OLE color: 7705569.

HSL color Cylindrical-coordinate representation of color #E19375: hue angle of 16.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E19375 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 147 117 -
CMYK 0 0.35 0.48 0.12
HSL 16.67º 0.64% 0.67% -
HSV(B) 16.67º 0.48% 0.88% -
XYZ 44.7 38.16 21.84 -
YUV 166.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 225 147 117 0 0.35 0.48 0.12 16.67 0.64 0.67
Hex E1 93 75 0 23 30 C 11 40 43
Octal 341 223 165 0 43 60 14 21 100 103
Binary 11100001 10010011 1110101 0 100011 110000 1100 10001 1000000 1000011

Color Harmonies of #E19375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19375

Black with #E19375

Text Example


Text Example

White with #E19375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19375; }

 p { color: rgb(225,147,117); }

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

background-color css

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

 a { background-color: rgb(225,147,117); }

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

border-color css

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

 span { border-color: rgb(225,147,117); }

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