#E78C80

Color #E78C80 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E78C80

Tints of Dark Salmon #E78C80

Color information

#E78C80 (or 0xE78C80) is unknown color: approx Dark Salmon. HEX triplet: E7, 8C and 80. RGB value is (231,140,128). Sum of RGB (Red+Green+Blue) = 231+140+128=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78C80 is #18737F. Grayscale: #A5A5A5. Windows color (decimal): -1602432 or 8424679. OLE color: 8424679.

HSL color Cylindrical-coordinate representation of color #E78C80: hue angle of 6.99º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E78C80 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB231140128-
CMYK00.390.450.09
HSL6.99º68.21%70.39%-
HSV(B)6.99º44.59%90.59%-
XYZ46.2337.325.19-
YUV165.84106.65174.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 140 (55.08% from 255) = 28.06%
BLUE value IS 128 (50.39% from 255) = 25.65%
R=46.29%
G=28.06%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114012800.390.450.096.9968.2170.39
HexE78C800272D974446
Octal34721420004755117104106
Binary1110011110001100100000000100111101101100111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78C80; }

 p { color: rgb(231,140,128); }

 H1.HeaderClassName
 {
   color: #E78C80;
 }
 .AnyTagClassName
 {
   color: #E78C80;
 }
</style>
background-color css

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

 a { background-color: rgb(231,140,128); }

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

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

 span { border-color: rgb(231,140,128); }

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