#E98F71

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

Shades of Dark Salmon #E98F71

Tints of Dark Salmon #E98F71

Color information

#E98F71 (or 0xE98F71) is unknown color: approx Dark Salmon. HEX triplet: E9, 8F and 71. RGB value is (233,143,113). Sum of RGB (Red+Green+Blue) = 233+143+113=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98F71 is #16708E. Grayscale: #A6A6A6. Windows color (decimal): -1470607 or 7442409. OLE color: 7442409.

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

Color convert

RGB233143113-
CMYK00.390.520.09
HSL15º73.17%67.84%-
HSV(B)15º51.5%91.37%-
XYZ46.4138.1620.54-
YUV166.4997.82175.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.65%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=47.65%
G=29.24%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314311300.390.520.091573.1767.84
HexE98F71027349f4944
Octal351217161047641117111104
Binary1110100110001111111000101001111101001001111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98F71; }

 p { color: rgb(233,143,113); }

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

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

 a { background-color: rgb(233,143,113); }

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

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

 span { border-color: rgb(233,143,113); }

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