#E88B73

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

Shades of Dark Salmon #E88B73

Tints of Dark Salmon #E88B73

Color information

#E88B73 (or 0xE88B73) is unknown color: approx Dark Salmon. HEX triplet: E8, 8B and 73. RGB value is (232,139,115). Sum of RGB (Red+Green+Blue) = 232+139+115=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E88B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88B73 is #17748C. Grayscale: #A4A4A4. Windows color (decimal): -1537165 or 7572456. OLE color: 7572456.

HSL color Cylindrical-coordinate representation of color #E88B73: hue angle of 12.31º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E88B73 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB232139115-
CMYK00.400.500.09
HSL12.31º71.78%68.04%-
HSV(B)12.31º50.43%90.98%-
XYZ45.6136.8620.93-
YUV164.07100.31176.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.74%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=47.74%
G=28.60%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213911500.400.500.0912.3171.7868.04
HexE88B73028329c4844
Octal350213163050621114110104
Binary1110100010001011111001101010001100101001110010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88B73; }

 p { color: rgb(232,139,115); }

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

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

 a { background-color: rgb(232,139,115); }

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

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

 span { border-color: rgb(232,139,115); }

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