#E1967C

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

Shades of Dark Salmon #E1967C

Tints of Dark Salmon #E1967C

Color information

#E1967C (or 0xE1967C) is unknown color: approx Dark Salmon. HEX triplet: E1, 96 and 7C. RGB value is (225,150,124). Sum of RGB (Red+Green+Blue) = 225+150+124=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1967C is #1E6983. Grayscale: #A9A9A9. Windows color (decimal): -1993092 or 8165089. OLE color: 8165089.

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

Color convert

RGB225150124-
CMYK00.330.450.12
HSL15.45º62.73%68.43%-
HSV(B)15.45º44.89%88.24%-
XYZ45.639.2824.25-
YUV169.46102.35167.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=45.09%
G=30.06%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515012400.330.450.1215.4562.7368.43
HexE1967C0212DCf3f44
Octal34122617404155141777104
Binary111000011001011011111000100001101101110011111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1967C; }

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

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

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

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

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

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

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

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