Html Css Color HEX #E68C7F Dark Salmon

📋 copy color: '#E68C7F'

red 230 ◦ green 140 ◦ blue 127

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

Shades of Dark Salmon #E68C7F

Tints of Dark Salmon #E68C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.17%

 BLUE value IS 127 (50% from 255) = 25.55%

R = 46.28%
G = 28.17%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E68C7F (or 0xE68C7F) is known color: Dark Salmon. HEX triplet: E6, 8C and 7F. RGB value is (230,140,127). Sum of RGB (Red+Green+Blue) = 230+140+127=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C7F is #197380. Grayscale: #A5A5A5. Windows color (decimal): -1667969 or 8359142. OLE color: 8359142.

HSL color Cylindrical-coordinate representation of color #E68C7F: hue angle of 7.57º degrees, saturation: 0.67, 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 #E68C7F is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 127 -
CMYK 0 0.39 0.45 0.10
HSL 7.57º 0.67% 0.7% -
HSV(B) 7.57º 0.45% 0.9% -
XYZ 45.84 37.11 24.83 -
YUV 165.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 230 140 127 0 0.39 0.45 0.10 7.57 0.67 0.7
Hex E6 8C 7F 0 27 2D A 8 43 46
Octal 346 214 177 0 47 55 12 10 103 106
Binary 11100110 10001100 1111111 0 100111 101101 1010 1000 1000011 1000110

Color Harmonies of #E68C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C7F

Black with #E68C7F

Text Example


Text Example

White with #E68C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C7F; }

 p { color: rgb(230,140,127); }

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

background-color css

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

 a { background-color: rgb(230,140,127); }

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

border-color css

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

 span { border-color: rgb(230,140,127); }

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