#E78F7C

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

Shades of Dark Salmon #E78F7C

Tints of Dark Salmon #E78F7C

Color information

#E78F7C (or 0xE78F7C) is unknown color: approx Dark Salmon. HEX triplet: E7, 8F and 7C. RGB value is (231,143,124). Sum of RGB (Red+Green+Blue) = 231+143+124=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78F7C is #187083. Grayscale: #A7A7A7. Windows color (decimal): -1601668 or 8163303. OLE color: 8163303.

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

Color convert

RGB231143124-
CMYK00.380.460.09
HSL10.65º69.03%69.61%-
HSV(B)10.65º46.32%90.59%-
XYZ46.4238.0923.97-
YUV167.15103.65173.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.39%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=46.39%
G=28.71%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114312400.380.460.0910.6569.0369.61
HexE78F7C0262E9b4546
Octal347217174046561113105106
Binary1110011110001111111110001001101011101001101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F7C; }

 p { color: rgb(231,143,124); }

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

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

 a { background-color: rgb(231,143,124); }

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

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

 span { border-color: rgb(231,143,124); }

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