#E39381

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

Shades of Dark Salmon #E39381

Tints of Dark Salmon #E39381

Color information

#E39381 (or 0xE39381) is unknown color: approx Dark Salmon. HEX triplet: E3, 93 and 81. RGB value is (227,147,129). Sum of RGB (Red+Green+Blue) = 227+147+129=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E39381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39381 is #1C6C7E. Grayscale: #A9A9A9. Windows color (decimal): -1862783 or 8492003. OLE color: 8492003.

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

Color convert

RGB227147129-
CMYK00.350.430.11
HSL11.02º63.64%69.8%-
HSV(B)11.02º43.17%89.02%-
XYZ46.0738.7825.83-
YUV168.87105.5169.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.13%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=45.13%
G=29.22%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714712900.350.430.1111.0263.6469.8
HexE393810232BBb4046
Octal343223201043531313100106
Binary11100011100100111000000101000111010111011101110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39381; }

 p { color: rgb(227,147,129); }

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

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

 a { background-color: rgb(227,147,129); }

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

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

 span { border-color: rgb(227,147,129); }

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