#E88E7C

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

Shades of Dark Salmon #E88E7C

Tints of Dark Salmon #E88E7C

Color information

#E88E7C (or 0xE88E7C) is unknown color: approx Dark Salmon. HEX triplet: E8, 8E and 7C. RGB value is (232,142,124). Sum of RGB (Red+Green+Blue) = 232+142+124=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E88E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88E7C is #177183. Grayscale: #A7A7A7. Windows color (decimal): -1536388 or 8163048. OLE color: 8163048.

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

Color convert

RGB232142124-
CMYK00.390.470.09
HSL10º70.13%69.8%-
HSV(B)10º46.55%90.98%-
XYZ46.5937.9623.94-
YUV166.86103.82174.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.59%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=46.59%
G=28.51%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214212400.390.470.091070.1369.8
HexE88E7C0272F9a4646
Octal350216174047571112106106
Binary1110100010001110111110001001111011111001101010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88E7C; }

 p { color: rgb(232,142,124); }

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

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

 a { background-color: rgb(232,142,124); }

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

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

 span { border-color: rgb(232,142,124); }

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