#E19381

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

Shades of Dark Salmon #E19381

Tints of Dark Salmon #E19381

Color information

#E19381 (or 0xE19381) is unknown color: approx Dark Salmon. HEX triplet: E1, 93 and 81. RGB value is (225,147,129). Sum of RGB (Red+Green+Blue) = 225+147+129=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E19381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19381 is #1E6C7E. Grayscale: #A8A8A8. Windows color (decimal): -1993855 or 8492001. OLE color: 8492001.

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

Color convert

RGB225147129-
CMYK00.350.430.12
HSL11.25º61.54%69.41%-
HSV(B)11.25º42.67%88.24%-
XYZ45.4538.4625.8-
YUV168.27105.84168.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=44.91%
G=29.34%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514712900.350.430.1211.2561.5469.41
HexE193810232BCb3e45
Octal34122320104353141376105
Binary1110000110010011100000010100011101011110010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19381; }

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

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

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

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

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

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

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

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