Html Css Color HEX #E68E75 Dark Salmon

📋 copy color: '#E68E75'

red 230 ◦ green 142 ◦ blue 117

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

Shades of Dark Salmon #E68E75

Tints of Dark Salmon #E68E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 47.03%
G = 29.04%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E68E75 (or 0xE68E75) is known color: Dark Salmon. HEX triplet: E6, 8E and 75. RGB value is (230,142,117). Sum of RGB (Red+Green+Blue) = 230+142+117=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68E75 is #19718A. Grayscale: #A5A5A5. Windows color (decimal): -1667467 or 7704294. OLE color: 7704294.

HSL color Cylindrical-coordinate representation of color #E68E75: hue angle of 13.27º 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 #E68E75 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 142 117 -
CMYK 0 0.38 0.49 0.10
HSL 13.27º 0.69% 0.68% -
HSV(B) 13.27º 0.49% 0.9% -
XYZ 45.52 37.45 21.66 -
YUV 165.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 230 142 117 0 0.38 0.49 0.10 13.27 0.69 0.68
Hex E6 8E 75 0 26 31 A D 45 44
Octal 346 216 165 0 46 61 12 15 105 104
Binary 11100110 10001110 1110101 0 100110 110001 1010 1101 1000101 1000100

Color Harmonies of #E68E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E75

Black with #E68E75

Text Example


Text Example

White with #E68E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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