#e1947b

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

Shades of Dark Salmon #E1947B

Tints of Dark Salmon #E1947B

Color information

#E1947B (or 0xE1947B) is unknown color: approx Dark Salmon. HEX triplet: E1, 94 and 7B. RGB value is (225,148,123). Sum of RGB (Red+Green+Blue) = 225+148+123=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1947B is #1E6B84. Grayscale: #A8A8A8. Windows color (decimal): -1993605 or 8099041. OLE color: 8099041.

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

Color convert

RGB225148123-
CMYK00.340.450.12
HSL14.71º62.96%68.24%-
HSV(B)14.71º45.33%88.24%-
XYZ45.2238.6223.81-
YUV168.17102.51168.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.36%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 123 (48.44% from 255) = 24.80%
R=45.36%
G=29.84%
B=24.80%

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
Decimal22514812300.340.450.1214.7162.9668.24
HexE1947B0222DCf3f44
Octal34122417304255141777104
Binary111000011001010011110110100010101101110011111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1947b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1947b; }

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

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

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

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

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

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

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

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