#E98D80

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

Shades of Dark Salmon #E98D80

Tints of Dark Salmon #E98D80

Color information

#E98D80 (or 0xE98D80) is unknown color: approx Dark Salmon. HEX triplet: E9, 8D and 80. RGB value is (233,141,128). Sum of RGB (Red+Green+Blue) = 233+141+128=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98D80 is #16727F. Grayscale: #A7A7A7. Windows color (decimal): -1471104 or 8424937. OLE color: 8424937.

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

Color convert

RGB233141128-
CMYK00.390.450.09
HSL7.43º70.47%70.78%-
HSV(B)7.43º45.06%91.37%-
XYZ47.0337.9325.27-
YUV167.03105.98175.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.41%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=46.41%
G=28.09%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314112800.390.450.097.4370.4770.78
HexE98D800272D974647
Octal35121520004755117106107
Binary1110100110001101100000000100111101101100111110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98D80; }

 p { color: rgb(233,141,128); }

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

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

 a { background-color: rgb(233,141,128); }

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

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

 span { border-color: rgb(233,141,128); }

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