#E68E7D

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

Shades of Dark Salmon #E68E7D

Tints of Dark Salmon #E68E7D

Color information

#E68E7D (or 0xE68E7D) is unknown color: approx Dark Salmon. HEX triplet: E6, 8E and 7D. RGB value is (230,142,125). Sum of RGB (Red+Green+Blue) = 230+142+125=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E7D is #197182. Grayscale: #A6A6A6. Windows color (decimal): -1667459 or 8228582. OLE color: 8228582.

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

Color convert

RGB230142125-
CMYK00.380.460.10
HSL9.71º67.74%69.61%-
HSV(B)9.71º45.65%90.2%-
XYZ46.0137.6524.24-
YUV166.37104.65173.38-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.28%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=46.28%
G=28.57%
B=25.15%

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
Decimal23014212500.380.460.109.7167.7469.61
HexE68E7D0262EAa4446
Octal346216175046561212104106
Binary1110011010001110111110101001101011101010101010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68E7D; }

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

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

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

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

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

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

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

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