#E7997F

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

Shades of Dark Salmon #E7997F

Tints of Dark Salmon #E7997F

Color information

#E7997F (or 0xE7997F) is unknown color: approx Dark Salmon. HEX triplet: E7, 99 and 7F. RGB value is (231,153,127). Sum of RGB (Red+Green+Blue) = 231+153+127=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7997F is #186680. Grayscale: #ADADAD. Windows color (decimal): -1599105 or 8362471. OLE color: 8362471.

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

Color convert

RGB231153127-
CMYK00.340.450.09
HSL15º68.42%70.2%-
HSV(B)15º45.02%90.59%-
XYZ48.1841.325.51-
YUV173.36101.84169.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 127 (50% from 255) = 24.85%
R=45.21%
G=29.94%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115312700.340.450.091568.4270.2
HexE7997F0222D9f4446
Octal347231177042551117104106
Binary1110011110011001111111101000101011011001111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7997F; }

 p { color: rgb(231,153,127); }

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

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

 a { background-color: rgb(231,153,127); }

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

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

 span { border-color: rgb(231,153,127); }

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