#E1977D

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

Shades of Dark Salmon #E1977D

Tints of Dark Salmon #E1977D

Color information

#E1977D (or 0xE1977D) is unknown color: approx Dark Salmon. HEX triplet: E1, 97 and 7D. RGB value is (225,151,125). Sum of RGB (Red+Green+Blue) = 225+151+125=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1977D is #1E6882. Grayscale: #AAAAAA. Windows color (decimal): -1992835 or 8230881. OLE color: 8230881.

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

Color convert

RGB225151125-
CMYK00.330.440.12
HSL15.6º62.5%68.63%-
HSV(B)15.6º44.44%88.24%-
XYZ45.8239.6224.63-
YUV170.16102.52167.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=44.91%
G=30.14%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515112500.330.440.1215.662.568.63
HexE1977D0212CC103e45
Octal34122717504154142076105
Binary1110000110010111111110101000011011001100100001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1977D; }

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

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

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

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

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

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

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

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