#E8907F

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

Shades of Dark Salmon #E8907F

Tints of Dark Salmon #E8907F

Color information

#E8907F (or 0xE8907F) is unknown color: approx Dark Salmon. HEX triplet: E8, 90 and 7F. RGB value is (232,144,127). Sum of RGB (Red+Green+Blue) = 232+144+127=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8907F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8907F is #176F80. Grayscale: #A8A8A8. Windows color (decimal): -1535873 or 8360168. OLE color: 8360168.

HSL color Cylindrical-coordinate representation of color #E8907F: hue angle of 9.71º 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 #E8907F is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB232144127-
CMYK00.380.450.09
HSL9.71º69.54%70.39%-
HSV(B)9.71º45.26%90.98%-
XYZ47.0838.6325.05-
YUV168.37104.65173.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.12%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 127 (50% from 255) = 25.25%
R=46.12%
G=28.63%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214412700.380.450.099.7169.5470.39
HexE8907F0262D9a4646
Octal350220177046551112106106
Binary1110100010010000111111101001101011011001101010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8907F; }

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

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

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

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

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

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

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

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