#E9997D

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

Shades of Dark Salmon #E9997D

Tints of Dark Salmon #E9997D

Color information

#E9997D (or 0xE9997D) is unknown color: approx Dark Salmon. HEX triplet: E9, 99 and 7D. RGB value is (233,153,125). Sum of RGB (Red+Green+Blue) = 233+153+125=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E9997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9997D is #166682. Grayscale: #ADADAD. Windows color (decimal): -1468035 or 8231401. OLE color: 8231401.

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

Color convert

RGB233153125-
CMYK00.340.460.09
HSL15.56º71.05%70.2%-
HSV(B)15.56º46.35%91.37%-
XYZ48.741.5924.86-
YUV173.73100.5170.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=45.60%
G=29.94%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315312500.340.460.0915.5671.0570.2
HexE9997D0222E9104746
Octal351231175042561120107106
Binary11101001100110011111101010001010111010011000010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9997D; }

 p { color: rgb(233,153,125); }

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

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

 a { background-color: rgb(233,153,125); }

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

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

 span { border-color: rgb(233,153,125); }

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