Html Css Color HEX #E18E7B Dark Salmon

📋 copy color: '#E18E7B'

red 225 ◦ green 142 ◦ blue 123

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

Shades of Dark Salmon #E18E7B

Tints of Dark Salmon #E18E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.98%

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

R = 45.92%
G = 28.98%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E18E7B (or 0xE18E7B) is known color: Dark Salmon. HEX triplet: E1, 8E and 7B. RGB value is (225,142,123). Sum of RGB (Red+Green+Blue) = 225+142+123=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18E7B is #1E7184. Grayscale: #A4A4A4. Windows color (decimal): -1995141 or 8097505. OLE color: 8097505.

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

Color convert

RGB 225 142 123 -
CMYK 0 0.37 0.45 0.12
HSL 11.18º 0.63% 0.68% -
HSV(B) 11.18º 0.45% 0.88% -
XYZ 44.3 36.78 23.5 -
YUV 164.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 225 142 123 0 0.37 0.45 0.12 11.18 0.63 0.68
Hex E1 8E 7B 0 25 2D C B 3F 44
Octal 341 216 173 0 45 55 14 13 77 104
Binary 11100001 10001110 1111011 0 100101 101101 1100 1011 111111 1000100

Color Harmonies of #E18E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E7B

Black with #E18E7B

Text Example


Text Example

White with #E18E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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