#E2957A

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

Shades of Dark Salmon #E2957A

Tints of Dark Salmon #E2957A

Color information

#E2957A (or 0xE2957A) is unknown color: approx Dark Salmon. HEX triplet: E2, 95 and 7A. RGB value is (226,149,122). Sum of RGB (Red+Green+Blue) = 226+149+122=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2957A is #1D6A85. Grayscale: #A9A9A9. Windows color (decimal): -1927814 or 8033762. OLE color: 8033762.

HSL color Cylindrical-coordinate representation of color #E2957A: hue angle of 15.58º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2957A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226149122-
CMYK00.340.460.11
HSL15.58º64.2%68.24%-
HSV(B)15.58º46.02%88.63%-
XYZ45.6239.0723.55-
YUV168.94101.51168.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=45.47%
G=29.98%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614912200.340.460.1115.5864.268.24
HexE2957A0222EB104044
Octal342225172042561320100104
Binary11100010100101011111010010001010111010111000010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2957A; }

 p { color: rgb(226,149,122); }

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

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

 a { background-color: rgb(226,149,122); }

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

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

 span { border-color: rgb(226,149,122); }

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