#E88F80

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

Shades of Dark Salmon #E88F80

Tints of Dark Salmon #E88F80

Color information

#E88F80 (or 0xE88F80) is unknown color: approx Dark Salmon. HEX triplet: E8, 8F and 80. RGB value is (232,143,128). Sum of RGB (Red+Green+Blue) = 232+143+128=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88F80 is #17707F. Grayscale: #A8A8A8. Windows color (decimal): -1536128 or 8425448. OLE color: 8425448.

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

Color convert

RGB232143128-
CMYK00.380.450.09
HSL8.65º69.33%70.59%-
HSV(B)8.65º44.83%90.98%-
XYZ4738.3625.35-
YUV167.9105.49173.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.12%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=46.12%
G=28.43%
B=25.45%

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
Decimal23214312800.380.450.098.6569.3370.59
HexE88F800262D994547
Octal350217200046551111105107
Binary11101000100011111000000001001101011011001100110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88F80; }

 p { color: rgb(232,143,128); }

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

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

 a { background-color: rgb(232,143,128); }

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

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

 span { border-color: rgb(232,143,128); }

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