#E88D78

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

Shades of Dark Salmon #E88D78

Tints of Dark Salmon #E88D78

Color information

#E88D78 (or 0xE88D78) is unknown color: approx Dark Salmon. HEX triplet: E8, 8D and 78. RGB value is (232,141,120). Sum of RGB (Red+Green+Blue) = 232+141+120=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88D78 is #177287. Grayscale: #A5A5A5. Windows color (decimal): -1536648 or 7900648. OLE color: 7900648.

HSL color Cylindrical-coordinate representation of color #E88D78: hue angle of 11.25º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E88D78 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB232141120-
CMYK00.390.480.09
HSL11.25º70.89%69.02%-
HSV(B)11.25º48.28%90.98%-
XYZ46.1937.5622.58-
YUV165.82102.15175.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.06%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 120 (47.27% from 255) = 24.34%
R=47.06%
G=28.60%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214112000.390.480.0911.2570.8969.02
HexE88D78027309b4745
Octal350215170047601113107105
Binary1110100010001101111100001001111100001001101110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88D78; }

 p { color: rgb(232,141,120); }

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

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

 a { background-color: rgb(232,141,120); }

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

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

 span { border-color: rgb(232,141,120); }

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