#E68F82

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

Shades of Dark Salmon #E68F82

Tints of Dark Salmon #E68F82

Color information

#E68F82 (or 0xE68F82) is unknown color: approx Dark Salmon. HEX triplet: E6, 8F and 82. RGB value is (230,143,130). Sum of RGB (Red+Green+Blue) = 230+143+130=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F82 is #19707D. Grayscale: #A7A7A7. Windows color (decimal): -1667198 or 8556518. OLE color: 8556518.

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

Color convert

RGB230143130-
CMYK00.380.430.10
HSL7.8º66.67%70.59%-
HSV(B)7.8º43.48%90.2%-
XYZ46.4838.0826.02-
YUV167.53106.82172.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.73%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=45.73%
G=28.43%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014313000.380.430.107.866.6770.59
HexE68F820262BA84347
Octal346217202046531210103107
Binary11100110100011111000001001001101010111010100010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68F82; }

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

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

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

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

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

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

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

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