#E78E7F

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

Shades of Dark Salmon #E78E7F

Tints of Dark Salmon #E78E7F

Color information

#E78E7F (or 0xE78E7F) is unknown color: approx Dark Salmon. HEX triplet: E7, 8E and 7F. RGB value is (231,142,127). Sum of RGB (Red+Green+Blue) = 231+142+127=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E78E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78E7F is #187180. Grayscale: #A7A7A7. Windows color (decimal): -1601921 or 8359655. OLE color: 8359655.

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

Color convert

RGB231142127-
CMYK00.390.450.09
HSL8.65º68.42%70.2%-
HSV(B)8.65º45.02%90.59%-
XYZ46.4637.8724.94-
YUV166.9105.49173.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 127 (50% from 255) = 25.4%
R=46.2%
G=28.4%
B=25.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114212700.390.450.098.6568.4270.2
HexE78E7F0272D994446
Octal347216177047551111104106
Binary1110011110001110111111101001111011011001100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78E7F; }

 p { color: rgb(231,142,127); }

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

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

 a { background-color: rgb(231,142,127); }

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

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

 span { border-color: rgb(231,142,127); }

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