#E5997B

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

Shades of Dark Salmon #E5997B

Tints of Dark Salmon #E5997B

Color information

#E5997B (or 0xE5997B) is unknown color: approx Dark Salmon. HEX triplet: E5, 99 and 7B. RGB value is (229,153,123). Sum of RGB (Red+Green+Blue) = 229+153+123=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5997B is #1A6684. Grayscale: #ACACAC. Windows color (decimal): -1730181 or 8100325. OLE color: 8100325.

HSL color Cylindrical-coordinate representation of color #E5997B: hue angle of 16.98º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5997B is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB229153123-
CMYK00.330.460.10
HSL16.98º67.09%69.02%-
HSV(B)16.98º46.29%89.8%-
XYZ47.2840.8724.14-
YUV172.3100.18168.44-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.35%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 123 (48.44% from 255) = 24.36%
R=45.35%
G=30.30%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915312300.330.460.1016.9867.0969.02
HexE5997B0212EA114345
Octal345231173041561221103105
Binary11100101100110011111011010000110111010101000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5997B; }

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

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

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

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

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

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

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

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