#E19980

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

Shades of Dark Salmon #E19980

Tints of Dark Salmon #E19980

Color information

#E19980 (or 0xE19980) is unknown color: approx Dark Salmon. HEX triplet: E1, 99 and 80. RGB value is (225,153,128). Sum of RGB (Red+Green+Blue) = 225+153+128=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E19980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19980 is #1E667F. Grayscale: #ABABAB. Windows color (decimal): -1992320 or 8428001. OLE color: 8428001.

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

Color convert

RGB225153128-
CMYK00.320.430.12
HSL15.46º61.78%69.22%-
HSV(B)15.46º43.11%88.24%-
XYZ46.3440.3525.77-
YUV171.68103.35166.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=44.47%
G=30.24%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515312800.320.430.1215.4661.7869.22
HexE199800202BCf3e45
Octal34123120004053141776105
Binary1110000110011001100000000100000101011110011111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19980; }

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

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

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

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

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

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

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

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