#E89F7B

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

Shades of Dark Salmon #E89F7B

Tints of Dark Salmon #E89F7B

Color information

#E89F7B (or 0xE89F7B) is unknown color: approx Dark Salmon. HEX triplet: E8, 9F and 7B. RGB value is (232,159,123). Sum of RGB (Red+Green+Blue) = 232+159+123=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E89F7B is #176084. Grayscale: #B0B0B0. Windows color (decimal): -1532037 or 8101864. OLE color: 8101864.

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

Color convert

RGB232159123-
CMYK00.310.470.09
HSL19.82º70.32%69.61%-
HSV(B)19.82º46.98%90.98%-
XYZ49.2543.3824.52-
YUV176.7297.68167.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.14%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=45.14%
G=30.93%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215912300.310.470.0919.8270.3269.61
HexE89F7B01F2F9144646
Octal350237173037571124106106
Binary1110100010011111111101101111110111110011010010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89F7B; }

 p { color: rgb(232,159,123); }

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

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

 a { background-color: rgb(232,159,123); }

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

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

 span { border-color: rgb(232,159,123); }

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