Html Css Color HEX #E88C75 Dark Salmon

📋 copy color: '#E88C75'

red 232 ◦ green 140 ◦ blue 117

#E88C75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #E88C75

Tints of Dark Salmon #E88C75

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 value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E88C75 (or 0xE88C75) is known color: 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

RGB 232 140 117 -
CMYK 0 0.40 0.50 0.09
HSL 12º 0.71% 0.68% -
HSV(B) 12º 0.5% 0.91% -
XYZ 45.87 37.2 21.59 -
YUV 164.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 232 140 117 0 0.40 0.50 0.09 12 0.71 0.68
Hex E8 8C 75 0 28 32 9 C 47 44
Octal 350 214 165 0 50 62 11 14 107 104
Binary 11101000 10001100 1110101 0 101000 110010 1001 1100 1000111 1000100

Color Harmonies of #E88C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88C75

Black with #E88C75

Text Example


Text Example

White with #E88C75

Text Example


Text Example

HTML Codes & Css Web 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>