Html Css Color HEX #E68F79 Dark Salmon

📋 copy color: '#E68F79'

red 230 ◦ green 143 ◦ blue 121

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

Shades of Dark Salmon #E68F79

Tints of Dark Salmon #E68F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.49%

R = 46.56%
G = 28.95%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E68F79 (or 0xE68F79) is known color: Dark Salmon. HEX triplet: E6, 8F and 79. RGB value is (230,143,121). Sum of RGB (Red+Green+Blue) = 230+143+121=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68F79 is #197086. Grayscale: #A6A6A6. Windows color (decimal): -1667207 or 7966694. OLE color: 7966694.

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

Color convert

RGB 230 143 121 -
CMYK 0 0.38 0.47 0.10
HSL 12.11º 0.69% 0.69% -
HSV(B) 12.11º 0.47% 0.9% -
XYZ 45.91 37.85 22.98 -
YUV 166.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 230 143 121 0 0.38 0.47 0.10 12.11 0.69 0.69
Hex E6 8F 79 0 26 2F A C 45 45
Octal 346 217 171 0 46 57 12 14 105 105
Binary 11100110 10001111 1111001 0 100110 101111 1010 1100 1000101 1000101

Color Harmonies of #E68F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F79

Black with #E68F79

Text Example


Text Example

White with #E68F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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