#E88B75

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

Shades of Dark Salmon #E88B75

Tints of Dark Salmon #E88B75

Color information

#E88B75 (or 0xE88B75) is unknown color: approx Dark Salmon. HEX triplet: E8, 8B and 75. RGB value is (232,139,117). Sum of RGB (Red+Green+Blue) = 232+139+117=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E88B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88B75 is #17748A. Grayscale: #A4A4A4. Windows color (decimal): -1537163 or 7703528. OLE color: 7703528.

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

Color convert

RGB232139117-
CMYK00.400.500.09
HSL11.48º71.43%68.43%-
HSV(B)11.48º49.57%90.98%-
XYZ45.7236.9121.54-
YUV164.3101.31176.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.54%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=47.54%
G=28.48%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213911700.400.500.0911.4871.4368.43
HexE88B75028329b4744
Octal350213165050621113107104
Binary1110100010001011111010101010001100101001101110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88B75; }

 p { color: rgb(232,139,117); }

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

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

 a { background-color: rgb(232,139,117); }

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

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

 span { border-color: rgb(232,139,117); }

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