#E88D7D

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

Shades of Dark Salmon #E88D7D

Tints of Dark Salmon #E88D7D

Color information

#E88D7D (or 0xE88D7D) is unknown color: approx Dark Salmon. HEX triplet: E8, 8D and 7D. RGB value is (232,141,125). Sum of RGB (Red+Green+Blue) = 232+141+125=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88D7D is #177282. Grayscale: #A6A6A6. Windows color (decimal): -1536643 or 8228328. OLE color: 8228328.

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

Color convert

RGB232141125-
CMYK00.390.460.09
HSL8.97º69.93%70%-
HSV(B)8.97º46.12%90.98%-
XYZ46.5137.6924.23-
YUV166.38104.65174.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.59%
GREEN value IS 141 (55.47% from 255) = 28.31%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=46.59%
G=28.31%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214112500.390.460.098.9769.9370
HexE88D7D0272E994646
Octal350215175047561111106106
Binary1110100010001101111110101001111011101001100110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88D7D; }

 p { color: rgb(232,141,125); }

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

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

 a { background-color: rgb(232,141,125); }

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

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

 span { border-color: rgb(232,141,125); }

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