Html Css Color HEX #E68C76 Dark Salmon

📋 copy color: '#E68C76'

red 230 ◦ green 140 ◦ blue 118

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

Shades of Dark Salmon #E68C76

Tints of Dark Salmon #E68C76

RGB

 RED value IS 230 (90.23% from 255) = 47.13%

 GREEN value IS 140 (55.08% from 255) = 28.69%

 BLUE value IS 118 (46.48% from 255) = 24.18%

R = 47.13%
G = 28.69%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68C76 (or 0xE68C76) is known color: Dark Salmon. HEX triplet: E6, 8C and 76. RGB value is (230,140,118). Sum of RGB (Red+Green+Blue) = 230+140+118=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C76 is #197389. Grayscale: #A4A4A4. Windows color (decimal): -1667978 or 7769318. OLE color: 7769318.

HSL color Cylindrical-coordinate representation of color #E68C76: hue angle of 11.79º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E68C76 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 118 -
CMYK 0 0.39 0.49 0.10
HSL 11.79º 0.69% 0.68% -
HSV(B) 11.79º 0.49% 0.9% -
XYZ 45.28 36.89 21.87 -
YUV 164.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 230 140 118 0 0.39 0.49 0.10 11.79 0.69 0.68
Hex E6 8C 76 0 27 31 A C 45 44
Octal 346 214 166 0 47 61 12 14 105 104
Binary 11100110 10001100 1110110 0 100111 110001 1010 1100 1000101 1000100

Color Harmonies of #E68C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C76

Black with #E68C76

Text Example


Text Example

White with #E68C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C76; }

 p { color: rgb(230,140,118); }

 H1.HeaderClassName
 {
   color: #E68C76;
 }
 .AnyTagClassName
 {
   color: #E68C76;
 }
</style>

background-color css

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

 a { background-color: rgb(230,140,118); }

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

border-color css

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

 span { border-color: rgb(230,140,118); }

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