Html Css Color HEX #E68E7E Dark Salmon

📋 copy color: '#E68E7E'

red 230 ◦ green 142 ◦ blue 126

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

Shades of Dark Salmon #E68E7E

Tints of Dark Salmon #E68E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.3%

R = 46.18%
G = 28.51%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E68E7E (or 0xE68E7E) is known color: Dark Salmon. HEX triplet: E6, 8E and 7E. RGB value is (230,142,126). Sum of RGB (Red+Green+Blue) = 230+142+126=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E7E is #197181. Grayscale: #A6A6A6. Windows color (decimal): -1667458 or 8294118. OLE color: 8294118.

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

Color convert

RGB 230 142 126 -
CMYK 0 0.38 0.45 0.10
HSL 9.23º 0.68% 0.7% -
HSV(B) 9.23º 0.45% 0.9% -
XYZ 46.07 37.68 24.58 -
YUV 166.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 230 142 126 0 0.38 0.45 0.10 9.23 0.68 0.7
Hex E6 8E 7E 0 26 2D A 9 44 46
Octal 346 216 176 0 46 55 12 11 104 106
Binary 11100110 10001110 1111110 0 100110 101101 1010 1001 1000100 1000110

Color Harmonies of #E68E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E7E

Black with #E68E7E

Text Example


Text Example

White with #E68E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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