Html Css Color HEX #E68F75 Dark Salmon

📋 copy color: '#E68F75'

red 230 ◦ green 143 ◦ blue 117

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

Shades of Dark Salmon #E68F75

Tints of Dark Salmon #E68F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.18%

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

R = 46.94%
G = 29.18%
B = 23.88%

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

#E68F75 (or 0xE68F75) is known color: Dark Salmon. HEX triplet: E6, 8F and 75. RGB value is (230,143,117). Sum of RGB (Red+Green+Blue) = 230+143+117=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F75 is #19708A. Grayscale: #A6A6A6. Windows color (decimal): -1667211 or 7704550. OLE color: 7704550.

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

Color convert

RGB 230 143 117 -
CMYK 0 0.38 0.49 0.10
HSL 13.81º 0.69% 0.68% -
HSV(B) 13.81º 0.49% 0.9% -
XYZ 45.67 37.75 21.71 -
YUV 166.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 230 143 117 0 0.38 0.49 0.10 13.81 0.69 0.68
Hex E6 8F 75 0 26 31 A E 45 44
Octal 346 217 165 0 46 61 12 16 105 104
Binary 11100110 10001111 1110101 0 100110 110001 1010 1110 1000101 1000100

Color Harmonies of #E68F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F75

Black with #E68F75

Text Example


Text Example

White with #E68F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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