#E89E7F

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

Shades of Dark Salmon #E89E7F

Tints of Dark Salmon #E89E7F

Color information

#E89E7F (or 0xE89E7F) is unknown color: approx Dark Salmon. HEX triplet: E8, 9E and 7F. RGB value is (232,158,127). Sum of RGB (Red+Green+Blue) = 232+158+127=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89E7F is #176180. Grayscale: #B0B0B0. Windows color (decimal): -1532289 or 8363752. OLE color: 8363752.

HSL color Cylindrical-coordinate representation of color #E89E7F: hue angle of 17.71º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E89E7F is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB232158127-
CMYK00.320.450.09
HSL17.71º69.54%70.39%-
HSV(B)17.71º45.26%90.98%-
XYZ49.3443.1425.81-
YUV176.59100.02167.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.87%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 127 (50% from 255) = 24.56%
R=44.87%
G=30.56%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215812700.320.450.0917.7169.5470.39
HexE89E7F0202D9124646
Octal350236177040551122106106
Binary11101000100111101111111010000010110110011001010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89E7F; }

 p { color: rgb(232,158,127); }

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

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

 a { background-color: rgb(232,158,127); }

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

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

 span { border-color: rgb(232,158,127); }

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