Html Css Color HEX #E18F75 Dark Salmon

📋 copy color: '#E18F75'

red 225 ◦ green 143 ◦ blue 117

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

Shades of Dark Salmon #E18F75

Tints of Dark Salmon #E18F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.48%

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

R = 46.39%
G = 29.48%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E18F75 (or 0xE18F75) is known color: Dark Salmon. HEX triplet: E1, 8F and 75. RGB value is (225,143,117). Sum of RGB (Red+Green+Blue) = 225+143+117=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F75 is #1E708A. Grayscale: #A4A4A4. Windows color (decimal): -1994891 or 7704545. OLE color: 7704545.

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

Color convert

RGB 225 143 117 -
CMYK 0 0.36 0.48 0.12
HSL 14.44º 0.64% 0.67% -
HSV(B) 14.44º 0.48% 0.88% -
XYZ 44.08 36.94 21.64 -
YUV 164.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 225 143 117 0 0.36 0.48 0.12 14.44 0.64 0.67
Hex E1 8F 75 0 24 30 C E 40 43
Octal 341 217 165 0 44 60 14 16 100 103
Binary 11100001 10001111 1110101 0 100100 110000 1100 1110 1000000 1000011

Color Harmonies of #E18F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F75

Black with #E18F75

Text Example


Text Example

White with #E18F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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