#E1907D

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

Shades of Dark Salmon #E1907D

Tints of Dark Salmon #E1907D

Color information

#E1907D (or 0xE1907D) is unknown color: approx Dark Salmon. HEX triplet: E1, 90 and 7D. RGB value is (225,144,125). Sum of RGB (Red+Green+Blue) = 225+144+125=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1907D is #1E6F82. Grayscale: #A6A6A6. Windows color (decimal): -1994627 or 8229089. OLE color: 8229089.

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

Color convert

RGB225144125-
CMYK00.360.440.12
HSL11.4º62.5%68.63%-
HSV(B)11.4º44.44%88.24%-
XYZ44.7337.4324.27-
YUV166.05104.84170.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.55%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 125 (49.22% from 255) = 25.30%
R=45.55%
G=29.15%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514412500.360.440.1211.462.568.63
HexE1907D0242CCb3e45
Octal34122017504454141376105
Binary111000011001000011111010100100101100110010111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1907D; }

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

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

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

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

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

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

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

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