#E19975

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

Shades of Dark Salmon #E19975

Tints of Dark Salmon #E19975

Color information

#E19975 (or 0xE19975) is unknown color: approx Dark Salmon. HEX triplet: E1, 99 and 75. RGB value is (225,153,117). Sum of RGB (Red+Green+Blue) = 225+153+117=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E19975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19975 is #1E668A. Grayscale: #AAAAAA. Windows color (decimal): -1992331 or 7707105. OLE color: 7707105.

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

Color convert

RGB225153117-
CMYK00.320.480.12
HSL20º64.29%67.06%-
HSV(B)20º48%88.24%-
XYZ45.6540.0722.16-
YUV170.4297.85166.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=45.45%
G=30.91%
B=23.64%

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
Decimal22515311700.320.480.122064.2967.06
HexE1997502030C144043
Octal341231165040601424100103
Binary11100001100110011110101010000011000011001010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19975; }

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

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

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

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

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

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

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

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