Html Css Color HEX #E18F7A Dark Salmon

📋 copy color: '#E18F7A'

red 225 ◦ green 143 ◦ blue 122

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

Shades of Dark Salmon #E18F7A

Tints of Dark Salmon #E18F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 45.92%
G = 29.18%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E18F7A (or 0xE18F7A) is known color: Dark Salmon. HEX triplet: E1, 8F and 7A. RGB value is (225,143,122). Sum of RGB (Red+Green+Blue) = 225+143+122=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18F7A is #1E7085. Grayscale: #A5A5A5. Windows color (decimal): -1994886 or 8032225. OLE color: 8032225.

HSL color Cylindrical-coordinate representation of color #E18F7A: hue angle of 12.23º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E18F7A is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 143 122 -
CMYK 0 0.36 0.46 0.12
HSL 12.23º 0.63% 0.68% -
HSV(B) 12.23º 0.46% 0.88% -
XYZ 44.39 37.06 23.23 -
YUV 165.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 225 143 122 0 0.36 0.46 0.12 12.23 0.63 0.68
Hex E1 8F 7A 0 24 2E C C 3F 44
Octal 341 217 172 0 44 56 14 14 77 104
Binary 11100001 10001111 1111010 0 100100 101110 1100 1100 111111 1000100

Color Harmonies of #E18F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F7A

Black with #E18F7A

Text Example


Text Example

White with #E18F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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