#E1947C

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

Shades of Dark Salmon #E1947C

Tints of Dark Salmon #E1947C

Color information

#E1947C (or 0xE1947C) is unknown color: approx Dark Salmon. HEX triplet: E1, 94 and 7C. RGB value is (225,148,124). Sum of RGB (Red+Green+Blue) = 225+148+124=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1947C is #1E6B83. Grayscale: #A8A8A8. Windows color (decimal): -1993604 or 8164577. OLE color: 8164577.

HSL color Cylindrical-coordinate representation of color #E1947C: hue angle of 14.26º 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 #E1947C is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB225148124-
CMYK00.340.450.12
HSL14.26º62.73%68.43%-
HSV(B)14.26º44.89%88.24%-
XYZ45.2838.6424.14-
YUV168.29103.01168.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.27%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=45.27%
G=29.78%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514812400.340.450.1214.2662.7368.43
HexE1947C0222DCe3f44
Octal34122417404255141677104
Binary111000011001010011111000100010101101110011101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1947C; }

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

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

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

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

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

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

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

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