#E68E7C

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

Shades of Dark Salmon #E68E7C

Tints of Dark Salmon #E68E7C

Color information

#E68E7C (or 0xE68E7C) is unknown color: approx Dark Salmon. HEX triplet: E6, 8E and 7C. RGB value is (230,142,124). Sum of RGB (Red+Green+Blue) = 230+142+124=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E7C is #197183. Grayscale: #A6A6A6. Windows color (decimal): -1667460 or 8163046. OLE color: 8163046.

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

Color convert

RGB230142124-
CMYK00.380.460.10
HSL10.19º67.95%69.41%-
HSV(B)10.19º46.09%90.2%-
XYZ45.9437.6223.91-
YUV166.26104.15173.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.37%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 124 (48.83% from 255) = 25%
R=46.37%
G=28.63%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014212400.380.460.1010.1967.9569.41
HexE68E7C0262EAa4445
Octal346216174046561212104105
Binary1110011010001110111110001001101011101010101010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68E7C; }

 p { color: rgb(230,142,124); }

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

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

 a { background-color: rgb(230,142,124); }

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

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

 span { border-color: rgb(230,142,124); }

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