#E7947C

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

Shades of Dark Salmon #E7947C

Tints of Dark Salmon #E7947C

Color information

#E7947C (or 0xE7947C) is unknown color: approx Dark Salmon. HEX triplet: E7, 94 and 7C. RGB value is (231,148,124). Sum of RGB (Red+Green+Blue) = 231+148+124=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7947C is #186B83. Grayscale: #AAAAAA. Windows color (decimal): -1600388 or 8164583. OLE color: 8164583.

HSL color Cylindrical-coordinate representation of color #E7947C: hue angle of 13.46º degrees, saturation: 0.69, 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 #E7947C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB231148124-
CMYK00.360.460.09
HSL13.46º69.03%69.61%-
HSV(B)13.46º46.32%90.59%-
XYZ47.1839.6224.23-
YUV170.08102171.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 124 (48.83% from 255) = 24.65%
R=45.92%
G=29.42%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114812400.360.460.0913.4669.0369.61
HexE7947C0242E9d4546
Octal347224174044561115105106
Binary1110011110010100111110001001001011101001110110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7947C; }

 p { color: rgb(231,148,124); }

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

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

 a { background-color: rgb(231,148,124); }

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

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

 span { border-color: rgb(231,148,124); }

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