#E8947F

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

Shades of Dark Salmon #E8947F

Tints of Dark Salmon #E8947F

Color information

#E8947F (or 0xE8947F) is unknown color: approx Dark Salmon. HEX triplet: E8, 94 and 7F. RGB value is (232,148,127). Sum of RGB (Red+Green+Blue) = 232+148+127=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8947F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8947F is #176B80. Grayscale: #AAAAAA. Windows color (decimal): -1534849 or 8361192. OLE color: 8361192.

HSL color Cylindrical-coordinate representation of color #E8947F: hue angle of 12º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8947F is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB232148127-
CMYK00.360.450.09
HSL12º69.54%70.39%-
HSV(B)12º45.26%90.98%-
XYZ47.739.8725.26-
YUV170.72103.33171.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.76%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 127 (50% from 255) = 25.05%
R=45.76%
G=29.19%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214812700.360.450.091269.5470.39
HexE8947F0242D9c4646
Octal350224177044551114106106
Binary1110100010010100111111101001001011011001110010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8947F; }

 p { color: rgb(232,148,127); }

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

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

 a { background-color: rgb(232,148,127); }

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

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

 span { border-color: rgb(232,148,127); }

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