Html Css Color HEX #E48D78 Dark Salmon

📋 copy color: '#E48D78'

red 228 ◦ green 141 ◦ blue 120

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

Shades of Dark Salmon #E48D78

Tints of Dark Salmon #E48D78

RGB

 RED value IS 228 (89.45% from 255) = 46.63%

 GREEN value IS 141 (55.47% from 255) = 28.83%

 BLUE value IS 120 (47.27% from 255) = 24.54%

R = 46.63%
G = 28.83%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E48D78 (or 0xE48D78) is known color: Dark Salmon. HEX triplet: E4, 8D and 78. RGB value is (228,141,120). Sum of RGB (Red+Green+Blue) = 228+141+120=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D78 is #1B7287. Grayscale: #A4A4A4. Windows color (decimal): -1798792 or 7900644. OLE color: 7900644.

HSL color Cylindrical-coordinate representation of color #E48D78: hue angle of 11.67º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E48D78 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 141 120 -
CMYK 0 0.38 0.47 0.11
HSL 11.67º 0.67% 0.68% -
HSV(B) 11.67º 0.47% 0.89% -
XYZ 44.91 36.9 22.52 -
YUV 164.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 228 141 120 0 0.38 0.47 0.11 11.67 0.67 0.68
Hex E4 8D 78 0 26 2F B C 43 44
Octal 344 215 170 0 46 57 13 14 103 104
Binary 11100100 10001101 1111000 0 100110 101111 1011 1100 1000011 1000100

Color Harmonies of #E48D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48D78

Black with #E48D78

Text Example


Text Example

White with #E48D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48D78; }

 p { color: rgb(228,141,120); }

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

background-color css

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

 a { background-color: rgb(228,141,120); }

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

border-color css

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

 span { border-color: rgb(228,141,120); }

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