#E19A7D

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

Shades of Dark Salmon #E19A7D

Tints of Dark Salmon #E19A7D

Color information

#E19A7D (or 0xE19A7D) is unknown color: approx Dark Salmon. HEX triplet: E1, 9A and 7D. RGB value is (225,154,125). Sum of RGB (Red+Green+Blue) = 225+154+125=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19A7D is #1E6582. Grayscale: #ACACAC. Windows color (decimal): -1992067 or 8231649. OLE color: 8231649.

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

Color convert

RGB225154125-
CMYK00.320.440.12
HSL17.4º62.5%68.63%-
HSV(B)17.4º44.44%88.24%-
XYZ46.3140.624.8-
YUV171.92101.52165.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=44.64%
G=30.56%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515412500.320.440.1217.462.568.63
HexE19A7D0202CC113e45
Octal34123217504054142176105
Binary1110000110011010111110101000001011001100100011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19A7D; }

 p { color: rgb(225,154,125); }

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

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

 a { background-color: rgb(225,154,125); }

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

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

 span { border-color: rgb(225,154,125); }

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