#e19a75

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

Shades of Dark Salmon #E19A75

Tints of Dark Salmon #E19A75

Color information

#E19A75 (or 0xE19A75) is unknown color: approx Dark Salmon. HEX triplet: E1, 9A and 75. RGB value is (225,154,117). Sum of RGB (Red+Green+Blue) = 225+154+117=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19A75 is #1E658A. Grayscale: #ABABAB. Windows color (decimal): -1992075 or 7707361. OLE color: 7707361.

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

Color convert

RGB225154117-
CMYK00.320.480.12
HSL20.56º64.29%67.06%-
HSV(B)20.56º48%88.24%-
XYZ45.8240.422.21-
YUV171.0197.52166.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.36%
GREEN value IS 154 (60.55% from 255) = 31.05%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=45.36%
G=31.05%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515411700.320.480.1220.5664.2967.06
HexE19A7502030C154043
Octal341232165040601425100103
Binary11100001100110101110101010000011000011001010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e19a75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e19a75; }

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

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

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

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

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

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

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

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