#E78F81

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

Shades of Dark Salmon #E78F81

Tints of Dark Salmon #E78F81

Color information

#E78F81 (or 0xE78F81) is unknown color: approx Dark Salmon. HEX triplet: E7, 8F and 81. RGB value is (231,143,129). Sum of RGB (Red+Green+Blue) = 231+143+129=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78F81 is #18707E. Grayscale: #A7A7A7. Windows color (decimal): -1601663 or 8490983. OLE color: 8490983.

HSL color Cylindrical-coordinate representation of color #E78F81: hue angle of 8.24º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78F81 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB231143129-
CMYK00.380.440.09
HSL8.24º68%70.59%-
HSV(B)8.24º44.16%90.59%-
XYZ46.7438.2225.68-
YUV167.72106.15173.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=45.92%
G=28.43%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114312900.380.440.098.246870.59
HexE78F810262C984447
Octal347217201046541110104107
Binary11100111100011111000000101001101011001001100010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F81; }

 p { color: rgb(231,143,129); }

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

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

 a { background-color: rgb(231,143,129); }

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

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

 span { border-color: rgb(231,143,129); }

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