#E78F82

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

Shades of Dark Salmon #E78F82

Tints of Dark Salmon #E78F82

Color information

#E78F82 (or 0xE78F82) is unknown color: approx Dark Salmon. HEX triplet: E7, 8F and 82. RGB value is (231,143,130). Sum of RGB (Red+Green+Blue) = 231+143+130=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78F82 is #18707D. Grayscale: #A7A7A7. Windows color (decimal): -1601662 or 8556519. OLE color: 8556519.

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

Color convert

RGB231143130-
CMYK00.380.440.09
HSL7.72º67.79%70.78%-
HSV(B)7.72º43.72%90.59%-
XYZ46.8138.2526.03-
YUV167.83106.65173.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.83%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=45.83%
G=28.37%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114313000.380.440.097.7267.7970.78
HexE78F820262C984447
Octal347217202046541110104107
Binary11100111100011111000001001001101011001001100010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F82; }

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

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

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

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

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

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

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

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