#E28E7D

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

Shades of Dark Salmon #E28E7D

Tints of Dark Salmon #E28E7D

Color information

#E28E7D (or 0xE28E7D) is unknown color: approx Dark Salmon. HEX triplet: E2, 8E and 7D. RGB value is (226,142,125). Sum of RGB (Red+Green+Blue) = 226+142+125=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E28E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28E7D is #1D7182. Grayscale: #A5A5A5. Windows color (decimal): -1929603 or 8228578. OLE color: 8228578.

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

Color convert

RGB226142125-
CMYK00.370.450.11
HSL10.1º63.52%68.82%-
HSV(B)10.1º44.69%88.63%-
XYZ44.743724.18-
YUV165.18105.33171.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.84%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=45.84%
G=28.80%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614212500.370.450.1110.163.5268.82
HexE28E7D0252DBa4045
Octal342216175045551312100105
Binary1110001010001110111110101001011011011011101010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28E7D; }

 p { color: rgb(226,142,125); }

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

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

 a { background-color: rgb(226,142,125); }

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

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

 span { border-color: rgb(226,142,125); }

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