#E68E80

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

Shades of Dark Salmon #E68E80

Tints of Dark Salmon #E68E80

Color information

#E68E80 (or 0xE68E80) is unknown color: approx Dark Salmon. HEX triplet: E6, 8E and 80. RGB value is (230,142,128). Sum of RGB (Red+Green+Blue) = 230+142+128=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E80 is #19717F. Grayscale: #A6A6A6. Windows color (decimal): -1667456 or 8425190. OLE color: 8425190.

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

Color convert

RGB230142128-
CMYK00.380.440.10
HSL8.24º67.11%70.2%-
HSV(B)8.24º44.35%90.2%-
XYZ46.237.7325.27-
YUV166.72106.15173.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=46%
G=28.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014212800.380.440.108.2467.1170.2
HexE68E800262CA84346
Octal346216200046541210103106
Binary11100110100011101000000001001101011001010100010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68E80; }

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

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

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

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

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

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

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

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