#E88C78

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

Shades of Dark Salmon #E88C78

Tints of Dark Salmon #E88C78

Color information

#E88C78 (or 0xE88C78) is unknown color: approx Dark Salmon. HEX triplet: E8, 8C and 78. RGB value is (232,140,120). Sum of RGB (Red+Green+Blue) = 232+140+120=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C78 is #177387. Grayscale: #A5A5A5. Windows color (decimal): -1536904 or 7900392. OLE color: 7900392.

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

Color convert

RGB232140120-
CMYK00.400.480.09
HSL10.71º70.89%69.02%-
HSV(B)10.71º48.28%90.98%-
XYZ46.0537.2722.54-
YUV165.23102.48175.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.15%
GREEN value IS 140 (55.08% from 255) = 28.46%
BLUE value IS 120 (47.27% from 255) = 24.39%
R=47.15%
G=28.46%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214012000.400.480.0910.7170.8969.02
HexE88C78028309b4745
Octal350214170050601113107105
Binary1110100010001100111100001010001100001001101110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88C78; }

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

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

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

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

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

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

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

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