#E88C75

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

Shades of Dark Salmon #E88C75

Tints of Dark Salmon #E88C75

Color information

#E88C75 (or 0xE88C75) is unknown color: approx Dark Salmon. HEX triplet: E8, 8C and 75. RGB value is (232,140,117). Sum of RGB (Red+Green+Blue) = 232+140+117=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88C75 is #17738A. Grayscale: #A5A5A5. Windows color (decimal): -1536907 or 7703784. OLE color: 7703784.

HSL color Cylindrical-coordinate representation of color #E88C75: hue angle of 12º 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 #E88C75 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB232140117-
CMYK00.400.500.09
HSL12º71.43%68.43%-
HSV(B)12º49.57%90.98%-
XYZ45.8737.221.59-
YUV164.89100.98175.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=47.44%
G=28.63%
B=23.93%

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
Decimal23214011700.400.500.091271.4368.43
HexE88C75028329c4744
Octal350214165050621114107104
Binary1110100010001100111010101010001100101001110010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88C75; }

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

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

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

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

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

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

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

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