Html Css Color HEX #E68E77 Dark Salmon

📋 copy color: '#E68E77'

red 230 ◦ green 142 ◦ blue 119

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

Shades of Dark Salmon #E68E77

Tints of Dark Salmon #E68E77

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.92%

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 46.84%
G = 28.92%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E68E77 (or 0xE68E77) is known color: Dark Salmon. HEX triplet: E6, 8E and 77. RGB value is (230,142,119). Sum of RGB (Red+Green+Blue) = 230+142+119=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E77 is #197188. Grayscale: #A5A5A5. Windows color (decimal): -1667465 or 7835366. OLE color: 7835366.

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

Color convert

RGB 230 142 119 -
CMYK 0 0.38 0.48 0.10
HSL 12.43º 0.69% 0.68% -
HSV(B) 12.43º 0.48% 0.9% -
XYZ 45.64 37.5 22.29 -
YUV 165.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 230 142 119 0 0.38 0.48 0.10 12.43 0.69 0.68
Hex E6 8E 77 0 26 30 A C 45 44
Octal 346 216 167 0 46 60 12 14 105 104
Binary 11100110 10001110 1110111 0 100110 110000 1010 1100 1000101 1000100

Color Harmonies of #E68E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E77

Black with #E68E77

Text Example


Text Example

White with #E68E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E77; }

 p { color: rgb(230,142,119); }

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

background-color css

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

 a { background-color: rgb(230,142,119); }

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

border-color css

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

 span { border-color: rgb(230,142,119); }

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