#E1957F

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

Shades of Dark Salmon #E1957F

Tints of Dark Salmon #E1957F

Color information

#E1957F (or 0xE1957F) is unknown color: approx Dark Salmon. HEX triplet: E1, 95 and 7F. RGB value is (225,149,127). Sum of RGB (Red+Green+Blue) = 225+149+127=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1957F is #1E6A80. Grayscale: #A9A9A9. Windows color (decimal): -1993345 or 8361441. OLE color: 8361441.

HSL color Cylindrical-coordinate representation of color #E1957F: hue angle of 13.47º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1957F is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225149127-
CMYK00.340.440.12
HSL13.47º62.03%69.02%-
HSV(B)13.47º43.56%88.24%-
XYZ45.6339.0325.21-
YUV169.22104.18167.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 127 (50% from 255) = 25.35%
R=44.91%
G=29.74%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514912700.340.440.1213.4762.0369.02
HexE1957F0222CCd3e45
Octal34122517704254141576105
Binary111000011001010111111110100010101100110011011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1957F; }

 p { color: rgb(225,149,127); }

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

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

 a { background-color: rgb(225,149,127); }

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

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

 span { border-color: rgb(225,149,127); }

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