#E0947E

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

Shades of Dark Salmon #E0947E

Tints of Dark Salmon #E0947E

Color information

#E0947E (or 0xE0947E) is unknown color: approx Dark Salmon. HEX triplet: E0, 94 and 7E. RGB value is (224,148,126). Sum of RGB (Red+Green+Blue) = 224+148+126=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0947E is #1F6B81. Grayscale: #A8A8A8. Windows color (decimal): -2059138 or 8295648. OLE color: 8295648.

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

Color convert

RGB224148126-
CMYK00.340.440.12
HSL13.47º61.25%68.63%-
HSV(B)13.47º43.75%87.84%-
XYZ45.138.5324.8-
YUV168.22104.18167.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.98%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=44.98%
G=29.72%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414812600.340.440.1213.4761.2568.63
HexE0947E0222CCd3d45
Octal34022417604254141575105
Binary111000001001010011111100100010101100110011011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0947E; }

 p { color: rgb(224,148,126); }

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

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

 a { background-color: rgb(224,148,126); }

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

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

 span { border-color: rgb(224,148,126); }

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