#E3967F

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

Shades of Dark Salmon #E3967F

Tints of Dark Salmon #E3967F

Color information

#E3967F (or 0xE3967F) is unknown color: approx Dark Salmon. HEX triplet: E3, 96 and 7F. RGB value is (227,150,127). Sum of RGB (Red+Green+Blue) = 227+150+127=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E3967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3967F is #1C6980. Grayscale: #AAAAAA. Windows color (decimal): -1862017 or 8361699. OLE color: 8361699.

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

Color convert

RGB227150127-
CMYK00.340.440.11
HSL13.8º64.1%69.41%-
HSV(B)13.8º44.05%89.02%-
XYZ46.4239.6825.29-
YUV170.4103.51168.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.04%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 127 (50% from 255) = 25.20%
R=45.04%
G=29.76%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715012700.340.440.1113.864.169.41
HexE3967F0222CBe4045
Octal343226177042541316100105
Binary1110001110010110111111101000101011001011111010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3967F; }

 p { color: rgb(227,150,127); }

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

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

 a { background-color: rgb(227,150,127); }

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

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

 span { border-color: rgb(227,150,127); }

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