#E0907D

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

Shades of Dark Salmon #E0907D

Tints of Dark Salmon #E0907D

Color information

#E0907D (or 0xE0907D) is unknown color: approx Dark Salmon. HEX triplet: E0, 90 and 7D. RGB value is (224,144,125). Sum of RGB (Red+Green+Blue) = 224+144+125=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E0907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0907D is #1F6F82. Grayscale: #A5A5A5. Windows color (decimal): -2060163 or 8229088. OLE color: 8229088.

HSL color Cylindrical-coordinate representation of color #E0907D: hue angle of 11.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0907D is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB224144125-
CMYK00.360.440.12
HSL11.52º61.49%68.43%-
HSV(B)11.52º44.2%87.84%-
XYZ44.4237.2724.26-
YUV165.75105169.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=45.44%
G=29.21%
B=25.35%

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
Decimal22414412500.360.440.1211.5261.4968.43
HexE0907D0242CCc3d44
Octal34022017504454141475104
Binary111000001001000011111010100100101100110011001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0907D; }

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

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

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

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

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

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

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

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