#E19875

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

Shades of Dark Salmon #E19875

Tints of Dark Salmon #E19875

Color information

#E19875 (or 0xE19875) is unknown color: approx Dark Salmon. HEX triplet: E1, 98 and 75. RGB value is (225,152,117). Sum of RGB (Red+Green+Blue) = 225+152+117=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E19875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19875 is #1E678A. Grayscale: #AAAAAA. Windows color (decimal): -1992587 or 7706849. OLE color: 7706849.

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

Color convert

RGB225152117-
CMYK00.320.480.12
HSL19.44º64.29%67.06%-
HSV(B)19.44º48%88.24%-
XYZ45.4939.7522.1-
YUV169.8498.18167.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.55%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=45.55%
G=30.77%
B=23.68%

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
Decimal22515211700.320.480.1219.4464.2967.06
HexE1987502030C134043
Octal341230165040601423100103
Binary11100001100110001110101010000011000011001001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19875; }

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

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

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

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

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

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

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

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