#E19780

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

Shades of Dark Salmon #E19780

Tints of Dark Salmon #E19780

Color information

#E19780 (or 0xE19780) is unknown color: approx Dark Salmon. HEX triplet: E1, 97 and 80. RGB value is (225,151,128). Sum of RGB (Red+Green+Blue) = 225+151+128=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E19780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19780 is #1E687F. Grayscale: #AAAAAA. Windows color (decimal): -1992832 or 8427489. OLE color: 8427489.

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

Color convert

RGB225151128-
CMYK00.330.430.12
HSL14.23º61.78%69.22%-
HSV(B)14.23º43.11%88.24%-
XYZ46.0139.725.66-
YUV170.5104.02166.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=44.64%
G=29.96%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515112800.330.430.1214.2361.7869.22
HexE197800212BCe3e45
Octal34122720004153141676105
Binary1110000110010111100000000100001101011110011101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19780; }

 p { color: rgb(225,151,128); }

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

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

 a { background-color: rgb(225,151,128); }

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

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

 span { border-color: rgb(225,151,128); }

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