#E98E80

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

Shades of Dark Salmon #E98E80

Tints of Dark Salmon #E98E80

Color information

#E98E80 (or 0xE98E80) is unknown color: approx Dark Salmon. HEX triplet: E9, 8E and 80. RGB value is (233,142,128). Sum of RGB (Red+Green+Blue) = 233+142+128=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98E80 is #16717F. Grayscale: #A7A7A7. Windows color (decimal): -1470848 or 8425193. OLE color: 8425193.

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

Color convert

RGB233142128-
CMYK00.390.450.09
HSL70.47%70.78%-
HSV(B)45.06%91.37%-
XYZ47.1738.2325.31-
YUV167.61105.65174.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.32%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=46.32%
G=28.23%
B=25.45%

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
Decimal23314212800.390.450.09870.4770.78
HexE98E800272D984647
Octal351216200047551110106107
Binary11101001100011101000000001001111011011001100010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98E80; }

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

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

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

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

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

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

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

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