#E88F73

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

Shades of Dark Salmon #E88F73

Tints of Dark Salmon #E88F73

Color information

#E88F73 (or 0xE88F73) is unknown color: approx Dark Salmon. HEX triplet: E8, 8F and 73. RGB value is (232,143,115). Sum of RGB (Red+Green+Blue) = 232+143+115=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88F73 is #17708C. Grayscale: #A6A6A6. Windows color (decimal): -1536141 or 7573480. OLE color: 7573480.

HSL color Cylindrical-coordinate representation of color #E88F73: hue angle of 14.36º 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 #E88F73 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB232143115-
CMYK00.380.500.09
HSL14.36º71.78%68.04%-
HSV(B)14.36º50.43%90.98%-
XYZ46.238.0421.13-
YUV166.4298.99174.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.35%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=47.35%
G=29.18%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214311500.380.500.0914.3671.7868.04
HexE88F73026329e4844
Octal350217163046621116110104
Binary1110100010001111111001101001101100101001111010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88F73; }

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

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

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

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

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

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

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

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