#E1997B

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

Shades of Dark Salmon #E1997B

Tints of Dark Salmon #E1997B

Color information

#E1997B (or 0xE1997B) is unknown color: approx Dark Salmon. HEX triplet: E1, 99 and 7B. RGB value is (225,153,123). Sum of RGB (Red+Green+Blue) = 225+153+123=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1997B is #1E6684. Grayscale: #ABABAB. Windows color (decimal): -1992325 or 8100321. OLE color: 8100321.

HSL color Cylindrical-coordinate representation of color #E1997B: hue angle of 17.65º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1997B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB225153123-
CMYK00.320.450.12
HSL17.65º62.96%68.24%-
HSV(B)17.65º45.33%88.24%-
XYZ46.0240.2224.08-
YUV171.11100.85166.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=44.91%
G=30.54%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515312300.320.450.1217.6562.9668.24
HexE1997B0202DC123f44
Octal34123117304055142277104
Binary1110000110011001111101101000001011011100100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1997B; }

 p { color: rgb(225,153,123); }

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

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

 a { background-color: rgb(225,153,123); }

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

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

 span { border-color: rgb(225,153,123); }

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